Skip to content

Typo, the order of "if" and "only if" in text? #405

@calvinsilly

Description

@calvinsilly

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions