[Math] A consistent set of formulas

logic

In a logic system, a set $\Sigma$ of formulas is said to be inconsistent if $\Sigma \vdash \bot$, and consistent otherwise.

Does it mean that $\Sigma$ is consistent if and only if $\Sigma \vdash \top$? Thanks.

Best Answer

Every set of first-order sentences proves $\mbox{True},$ even the empty set; so, you're not negating correctly. If done correctly, you will see that 'consistent' equals 'does not prove false.' Lets just spell out the definitions to make this as clear as possible.

Definition 0. $\Sigma$ is inconsistent iff $\Sigma \vdash \mbox{False}.$

Definition 1. $\Sigma$ is consistent iff not ($\Sigma$ is inconsistent.)

Therefore, $\Sigma$ is consistent iff not ($\Sigma \vdash \mbox{False}.$)