The Negation of an Implication Statement?

  • Context: Undergrad 
  • Thread starter Thread starter someperson05
  • Start date Start date
  • Tags Tags
    implication
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 38K views
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:
[tex]P \rightarrow Q[/tex]
And let's call proposition B
[tex]\neg (P \rightarrow Q)[/tex]
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,
[tex]P \rightarrow Q \equiv \neg P \vee Q[/tex]
which means that
[tex]\neg (P \rightarrow Q) \equiv P \wedge \neg Q[/tex]
which no longer seems to be really an implication statement.
 
Last edited:
Physics news on Phys.org
it is always true that

[tex]a\lor \neg a[/tex]


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

[tex]\neg (P \rightarrow Q) \equiv P \wedge \neg Q[/tex]
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.