I've been having difficulty figuring out this problem: ¬p∨(p∧q) = p→q
If I use distribution law, I'm stuck with (¬p∨p)∧(¬p∨q) and can't use idempotent law.
If I use conditional Law, I get p→(p∧q) and am stuck.
Edit: we need to only use the following laws without a truth table: Idempotent, commutative, complement, identity, associative, demorgan's, contraposition, conditional, biconditional and distributive law.