Decidable: fixes the spelling of a word
This commit is contained in:
parent
2a33fefab0
commit
3ef2ee4bed
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ The forward proof has one more clause than the reverse proof,
|
|||
precisely because in the forward proof we need clauses corresponding to
|
||||
the comparison yielding both true and false, while in the reverse proof
|
||||
we only need clauses corresponding to the case where there is evidence
|
||||
that the comparision holds. This is exactly why we tend to prefer the
|
||||
that the comparison holds. This is exactly why we tend to prefer the
|
||||
evidence formulation to the computation formulation, because it allows
|
||||
us to do less work: we consider only cases where the relation holds,
|
||||
and can ignore those where it does not.
|
||||
|
|
Loading…
Reference in a new issue