SOLUTION: H ≡ N H ∨ N H ⊃ (N ⊃ U) / U

Algebra ->  Proofs -> SOLUTION: H ≡ N H ∨ N H ⊃ (N ⊃ U) / U      Log On


   



Question 1193789: H ≡ N
H ∨ N
H ⊃ (N ⊃ U) / U

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

Here is one way to do the derivation. There are probably more shorter efficient paths to take.
NumberStatementLine(s) UsedReason
1H = N
2H v N
3H -> (N -> U)
:.U
4(H -> N) & (N -> H)1Material Equivalence
5H -> N4Simplification
6N -> H4Simplification
7~~H v N2Double Negation
8~H -> N7Material Implication
9~H -> H8, 6Hypothetical Syllogism
10~~H v H9Material Implication
11H v H10Double Negation
12H11Tautology
13N v H2Commutation
14~~N v H13Double Negation
15~N -> H14Material Implication
16~N -> N15, 5Hypothetical Syllogism
17~~N v N16Material Implication
18N v N17Double Negation
19N18Tautology
20N -> U3, 12Modus Ponens
21U20, 19Modus Ponens
I used arrows in place of horseshoe symbols.
Also, I used a regular equal sign in place of the triple equal sign.