Show that the conditional statement is a tautology without using a truth table.
$a)$ $(p \wedge q) \rightarrow p$
My suggestion would be getting rid of the implication first, so
$(p \wedge q) \rightarrow p \equiv \neg(p \wedge q) \vee p$
How should I continue hereafter?