-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Description
Typo location:
| $\Gamma$ is consistent if and only if it is satisfiable. Here, the |
The bit
(consistency guarantees satisfiability)
and
(satisfiability guarantees consistency)
are in the wrong order in the following paragraph:
$\Gamma$ is consistent if and only if it is satisfiable. Here, the "if" direction amounts to completeness (consistency guarantees satisfiability), and the "only if" direction amounts to soundness (satisfiability guarantees consistency).
it should instead be:
$\Gamma$ is consistent if and only if it is satisfiable. Here, the "if" direction amounts to completeness (satisfiability guarantees consistency), and the "only if" direction amounts to soundness (consistency guarantees satisfiability).
Thanks, hopefully I haven't missed anything.
Metadata
Metadata
Assignees
Labels
No labels