SOLUTION: Very confused with this proof, any help would be appreciated!! Conditional Proof - can use all 18 rules P -> (~P -> (Q <-> (R v S)))

Algebra.Com
Question 1009931: Very confused with this proof, any help would be appreciated!!
Conditional Proof - can use all 18 rules
P -> (~P -> (Q <-> (R v S)))

Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!
Conditional Proof

NumberStatementLines UsedReason
:.P -> (~P -> (Q <-> (R v S)))
1PACP
2~~P1DN
3~~P v (P -> (Q <-> (R v S)))2Add
4~P -> (P -> (Q <-> (R v S)))3MI
5(~P & P) -> (Q <-> (R v S))4Exp
6(P & ~P) -> (Q <-> (R v S))5Comm
7P -> (~P -> (Q <-> (R v S)))6Exp
8P -> {P -> (~P -> (Q <-> (R v S)))}1-7CP
9(P & P) -> (~P -> (Q <-> (R v S)))8Exp
10P -> (~P -> (Q <-> (R v S)))9Taut


-------------------------------------------------------------------------------

Proof by contradiction (alternate method)


NumberStatementLines UsedReason
:.P -> (~P -> (Q <-> (R v S)))
1~[P -> (~P -> (Q <-> (R v S)))]AIP
2~[~P v (~P -> (Q <-> (R v S)))]1MI
3~[~P v (~~P v (Q <-> (R v S)))]2MI
4~[~P v (P v (Q <-> (R v S)))]3DN
5~[(~P v P) v (Q <-> (R v S))]4Assoc
6~(~P v P) & ~(Q <-> (R v S))5DM
7~(~P v P)6Simp
8~~P & ~P7DM
9P & ~P8DN
10P -> (~P -> (Q <-> (R v S)))1-9IP



-------------------------------------------------------------------------------


Abbreviations/Acronyms Used

ACP = Assumption for Conditional Proof
AIP = Assumption for Indirect Proof (aka proof by contradiction)
Add = Addition
Assoc = Associative Rule
Comm = Commutation
CP = Conditional Proof
DM = De Morgan's Law
DN = Double Negation
Exp = Exportation
IP = Indirect Proof (aka proof by contradiction)
MI = Material Implication
Simp = Simplification
Taut = Tautology

RELATED QUESTIONS

Conditional Proof - can use all 18 rules (P -> Q) <-> (P -> (Q v... (answered by jim_thompson5910)
Looking for a logical proof help using rules of implication! Thank you! 1. [(T • R) v (answered by Edwin McCravy)
I need help finishing this proof. (P . Q) -> (R v S) :. (P -> R) v (Q -> S) 1. (P . (answered by jim_thompson5910)
I need help finishing this proof. (P . Q) -> (R v S) :. (P -> R) v (Q -> S) 1. (P . (answered by jim_thompson5910)
I need help completing this proof. 1. R&S, S->(P->Q), Q->P |- P<->Q (answered by solver91311)
write a direct proof using the eight rules of inference (C → Q) • (~L →... (answered by Edwin McCravy)
I've been stuck on this one for hours, any help would be super appreciated! Use an... (answered by jim_thompson5910)
Hello team, would you be so kind to assist with this problem below. I’ve tried to figure... (answered by Edwin McCravy)
Note that ‘->’ is used for conditionals, ‘~’ is used for negations, ‘v’ is used for... (answered by robertb)