¬(p ∨ ¬(p→q)) ∨ p ≡ ¬(p ∨ ¬(¬p ∨ q) ∨p (implication rule)
≡ ¬(p ∨(p ∨ ¬q) ∨p (double negation rule)
≡ ¬(p ∨ p) ∨ ¬q) ∨p (associative rule)
≡ ¬((p ∨ ¬q)∨p (Idempotent rule)
≡ (¬p ∨ q) ∨p(double negation rule) *I put the negation into p,do i need to change the sign?
≡ p v (¬p v q)
.
.
.
Hi, I am new to discrete mathematics and i have no idea whether this is correct or not. Can anyone help me with this?