In my Discrete Mathematics class I have just started learning about the laws of propositional logic. I've got about halfway through a problem but am now stuck for a while now and I don't understand where to go/what law to use. Any guidance would be appreciated!
Problem: ( → ¬( ∨ )) ∧ (( → ) ∧ ( ∧ ))
My work so far: (p→(¬p ∧ ¬q)) ∧ ((¬r ∨ p)∧(p ∧ q))
(¬p ∨ ¬p ∧ ¬q) ∧ ((p ∨ ¬r) ∧(p ∧ q))
(¬p∧ ¬q) ∧ *Stuck here: Only thing I can think is distributive law but
signs aren't right