A question on consistency in propositional logic.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Mathelogician
Messages
35
Reaction score
0
Hi everybody!

We have a theorem in natural deduction as follows:
Let H be a set of hypotheses:
====================================
H U {~phi) is inconsistent => H implies (phi).
====================================
Now the question arises:

Let H={p0} for an atom p0. So H U{~p0}={p0 , ~p0}.
We know that {p0 , ~p0} is inconsistent, so by our theorem we would have:
{p0} implies ~p0.
Which we know is impossible.(because for example it means that ~p0 is a semantical consequence of p0).

Now what's wrong here?
Thanks
 
Physics news on Phys.org
Well, your theorem or schema is negating the phi, which you're not doing. In your example, you should end up with {p0} implies p0. No doubt Evgeny can correct any mistakes I just made.
 
Ackbach said:
Well, your theorem or schema is negating the phi, which you're not doing. In your example, you should end up with {p0} implies p0.
You are right. If we apply the theorem to H U{~p0}, then phi from the theorem is p0. Therefore, the theorem concludes that {p0} implies p0.
 
Oooooooops!