SOLUTION: can i have help solving these proofs a regular proof to derive the conclusion of the following argument: 1. C 2. (C & T) > ~T 3. (C & ~T) > T / T < > ~T a regu

Algebra ->  Proofs -> SOLUTION: can i have help solving these proofs a regular proof to derive the conclusion of the following argument: 1. C 2. (C & T) > ~T 3. (C & ~T) > T / T < > ~T a regu      Log On


   



Question 1010045: can i have help solving these proofs
a regular proof to derive the conclusion of the following argument:
1. C
2. (C & T) > ~T
3. (C & ~T) > T / T < > ~T
a regular proof to derive the conclusion of the following argument:
1. N > R
2. O <> R
3. (O > R) > L / (N > O) & L
a regular proof to derive the conclusion of the following argument:
1. H v (~T > R)
2. Hv (E > F)
3. ~T v E
4. ~H & D / R v F

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
I'll do the first two to get you started

# 1

NumberStatementLines UsedReason
1C
2(C & T) -> ~T
3(C & ~T) -> T
:.T <--> ~T
4C -> (T -> ~T)2Exportation
5C -> (~T -> T)3Exportation
6(T -> ~T)4,1Modus Ponens
7(~T -> T)5,1Modus Ponens
8(T -> ~T) & (~T -> T)6,7Conjunction
9T <--> ~T8Material Equivalence



# 2

NumberStatementLines UsedReason
1N -> R
2O <--> R
3(O -> R) -> L
:.(N -> O) & L
4(O -> R) & (R -> O)2Material Equivalence
5(R -> O) & (O -> R)4Commutation
6R -> O5Simplification
7N -> O1,6Hypothetical Syllogism
8O -> R4Simplification
9L3,8Modus Ponens
10(N -> O) & L7,9Conjunction