Suppose I have a finite list of logical statements (would these be called axioms?) and for the sake of discussion say that there are 6 such statements. All statements are in the form of propositional logic.
From these statements I can prove other statements true. However, I wish to show that my list of logical statements is logically consistent. By logically consistent I mean that it is impossible to show a contradiction. For example, suppose I had 3 axioms:
\begin{gather} p \implies q \\ \lnot q \\ p \end{gather}
Clearly, this is logically inconsistent as I can prove $q$ is true while $\neg q$ is true, a contradiction.
- What is the standard method to prove something is logically consistent?
- Better yet, how can I get some kind of visualization of the logic (e.g., draw the logic via a graph $G=(V,E)$
EDIT: Could someone draw a sample truth table/tree/tableau of their choosing?
Thanks in advance!
The standard way to prove a logic consistent is to prove that some formula is NOT provable, you can do this by using many-valued logics.
Make some many valued truth tables for each connective:
and there is at least one formula that is not true (designated).
– Willemien Sep 13 '13 at 22:10