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


   



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) About Me  (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