0

Given the implication, If $p$, then $q$, translates to $p \implies q$. It has the truth table that makes the meaning/interpretation as: $\lnot p \lor q.$

If need find the converse, then it is given by: If $q$, then $p$, that translates to $q \implies p$, and interpretation in logic as $\lnot q\lor p.$

If need find the inverse, then it is given by: If not $p$, then not $q$, that translates to $\lnot p \implies \lnot q$, and interpretation in logic as $\lnot q \lor p.$

So, the converse and inverse are logically equivalent. Then, is it an ease in constructing proofs that necessitates the need for both converse & inverse to be used?

For example, if given that: if $p_1 \wedge p_2$, then $q$, then for finding the converse need prove:

if $q$, then $p_1 \wedge p_2$;

while the equivalent logic is provided by proving inverse as:

if $\lnot(p_1 \wedge p_2)$, then $\lnot q.$

"if $q$, then $p_1 \wedge p_2$" $\equiv$ "if $\lnot(p_1 \wedge p_2)$, then $\lnot q$".

So, is it the ease which allows us to choose which form to take for taking converse, to check if inverse is possible or not. If yes, then in which situations (like, possibly for compound propositions), this ease is helpful.

jitender
  • 707
  • 2
    I assume you know about the contrapositive of a logic statement. That is what gets commonly exploited in proof writing. – Jonathan Feb 15 '18 at 13:51
  • @JonathanBrown Thanks for pointing that. I would request however, some examples to support my post. – jitender Feb 15 '18 at 13:53
  • @Taroccoesbrocco Thanks for the edit. It makes it more easy to understand. – jitender Feb 15 '18 at 14:11
  • 1
    Just to be clear, you are asking for examples of proofs which assume $\lnot p$ and use that to prove $\lnot q$, and for examples of other proofs which assume $q$ and use that to prove $p$. Correct? – Lee Mosher Feb 15 '18 at 14:14
  • @LeeMosher Yes, where such introduction is to make the proof construction easier. – jitender Feb 15 '18 at 14:29
  • 1
    Following up on the comment of @JonathanBrown, what have you found by looking for proofs in, say, your calculus book, which have the form $p \implies q$ and which are proved by assuming $p$ and proving $q$, and examples of other theorems of the same form but which are proved by assuming $\lnot q$ and proving $\lnot p$? It should be easy for you to find both. – Lee Mosher Feb 15 '18 at 14:51
  • In general, the practical purpose of tautologies such as $(p \implies q) \iff (\lnot q \implies \lnot p)$ is that they provide alternate proof strategies, which is extremely useful in doing actual mathematics. – Lee Mosher Feb 15 '18 at 14:53
  • @LeeMosher It was never known to me till yesterday, when a response to my post by 'Thomas Andrews' (particularly, in the comments he stated this approach) stated that : "as converse is not true, so inverse is not too". This post is at : https://math.stackexchange.com/questions/2649550/how-to-prove-the-inverse-of-a-b-1-a-mid-c-b-mid-c-implies-ab-mid-c – jitender Feb 15 '18 at 14:55
  • @LeeMosher I request some help for my another post of today, that is simply stuck. It is concerning proof construction for a failure case, and is at: https://math.stackexchange.com/questions/2651730/prove-for-a-prime-p-forall-k-in-bbb-z-a-equiv-b-pmod-p-nrightarrow-a-e – jitender Feb 15 '18 at 14:59
  • @LeeMosher Have an EDITED version of the proof stated in the earlier comment, please help. https://math.stackexchange.com/questions/2651730/prove-for-a-prime-p-forall-l-in-mathbb-z-a-equiv-b-pmod-p-nrightarrow – jitender Feb 15 '18 at 16:29
  • 1
    It is worth noting that in constructive/intuitionistic logic we do not have $(P\implies Q)\equiv(\neg Q\implies\neg P)$ (though we do have the left-to-right entailment). In such logics, it could be the case that $\neg Q\implies\neg P$ is provable while $P\implies Q$ is not. This in some sense indicates that the "inverse" of an implication is "easier" to "directly" prove than its converse. However, a "direct" proof of the converse may be more informative then a "direct" proof of the "inverse". – Derek Elkins left SE Feb 15 '18 at 16:48
  • @DerekElkins I feel that you have taken example of original, & contra-positive; instead of inverse & converse. 2nd question - Please state where finding converse is better than finding inverse, as compound propositions as part of hypothesis, or conclusion, or both. 3rd question - logic is simply based on truth table(TT), but proofs use either a counter-example, or a form of expression to prove/disprove. So, difficulty of constructing TTs for infinite number (or possibly very large number of values), that need proof rather that truth tables. – jitender Feb 18 '18 at 13:40

0 Answers0