The Negation of an Implication Statement?

  • Thread starter Thread starter someperson05
  • Start date Start date
  • Tags Tags
    implication
AI Thread Summary
The discussion centers on the relationship between implication statements and their negations in formal logic. It explores whether proving the negation of an implication (¬(P → Q)) implies the truth of the original implication (P → Q). The distinction between classical and intuitionistic logic is highlighted, noting that in intuitionistic logic, proving ¬B does not establish A due to the absence of double negation elimination. Conversely, in classical logic, proving ¬B leads to the conclusion of A through double negation elimination. The conversation emphasizes the complexities of logical systems and their differing interpretations of negation.
someperson05
Messages
36
Reaction score
0
Hello,

So someone just asked me for assistance on a proof, and while I'm fairly certain you can't do what he did, I am not completely sure on the reasons.

To state it as formal logic,
If you have proposition A:
P \rightarrow Q
And let's call proposition B
\neg (P \rightarrow Q)
If you were to show B was false, then I think that does not imply A is true.

Am I right? And what logic is really going on above?

Thanks for any help you can provide.

EDIT:
I tried looking at the implication as,
P \rightarrow Q \equiv \neg P \vee Q
which means that
\neg (P \rightarrow Q) \equiv P \wedge \neg Q
which no longer seems to be really an implication statement.
 
Last edited:
Physics news on Phys.org
it is always true that

a\lor \neg a


¬¬a is equivalent to a
 
someperson05 said:
Hello,

\neg (P \rightarrow Q) \equiv P \wedge \neg Q
which no longer seems to be really an implication statement.

Why would it be, it's the negation of an implication statement.
 
I'm a little unclear on exactly what your question is and what system of logic you are talking about.

If you are talking about intuitionistic/constructive logic then a proof that B is false (i.e. a proof of the negation of B, which I believe in intuitionistic terms would be "a proof that B cannot be proven") would not be a proof of A, since intuitionistic logic does not have a double negation elimination rule. Intuitionistic logic also has a different definition of negation than classical logic (part of the reason there is no double negation rule).

However, in classical logic, a proof of the negation of B would be the double negation of A, which is equivalent to A via a rule of double negation elimination.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top