SOLUTION: Premise: H & ( C & T ) ~ ( ~ F & T ) Conclusion: F

Algebra ->  Proofs -> SOLUTION: Premise: H & ( C & T ) ~ ( ~ F & T ) Conclusion: F       Log On


   



Question 1209177: Premise:
H & ( C & T )
~ ( ~ F & T )
Conclusion:
F

Answer by math_tutor2020(3816) About Me  (Show Source):
You can put this solution on YOUR website!

I'll assume that these particular F and T symbols do not represent "false" and "true", but rather just any logical statement. Your professor should have chosen different letters.

Here's a direct derivation
NumberStatementLine(s) UsedReason
1H & (C & T)
2~( ~F & T )
:.F
3(H & C) & T1Association
4T & (H & C)3Commutation
5T4Simplification
6~(~T)5Double Negation
7~(~F) v ~T2De Morgan’s Law
8F v ~T7Double Negation
9~T v F8Commutation
10F9, 6Disjunctive Syllogism

Here's a list of rules of inference and replacement

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

Another way to do the derivation is to use an indirect proof (aka proof by contradiction)
NumberStatementLine(s) UsedReason
1H & (C & T)
2~( ~F & T )
:.F
3~FAssumption for Indirect Proof
4~(~F) v ~T2De Morgan’s Law
5F v ~T4Double Negation
6~T5, 3Disjunctive Syllogism
7(H & C) & T1Association
8T & (H & C)7Commutation
9T8Simplification
10T & (~T)9, 6Conjunction
11F3 - 10Indirect Proof

Line 3 is where we assume the opposite of the conclusion we want to arrive at.
From there a chain event of dominoes fall over to lead to T & (~T) which is a contradiction. One of T or ~T is false, while the other is true. This contradiction means our assumption must be the opposite.

The assumption ~F led to a contradiction, which means the opposite (F) must be a valid conclusion.