- #1
krob
- 2
- 2
Thread moved from the technical forums to the schoolwork forums
I'm in undergrad and I unexpectedly began taking a discrete math class, everything was sunshine and rainbows until this chapter.... All in all, Below is the Natural deduction problem with its premise and intended conclusion and these are my steps. I can't see where I'm going wrong, any ideas? Thanks :)
Code:
(¬A ∨ (¬B ∨ ¬C)) ⊢ (((¬B ∨ ¬C) → (D ∧ ¬D)) → ¬A)
(~A\/(~B\/~C)):PR
A:AS
(~B\/~C)->(D/\~D):AS
~(~B\/~C):AS
(~B\/~C):AS
!?:~E4,5
D/\~D:X6
(~B\/~C)->(D/\~D):->I5-7
(~B\/~C):AS
D/\~D:->E8,9
D:/\E10
~D:/\E10
!?:~E11,12
~A:X13
(((¬B ∨ ¬C) → (D ∧ ¬D)) → ¬A):IP2-13
Last edited by a moderator: