Modus ponens is stated $$((P \implies Q) \land P) \implies Q$$ But isn't $(P \implies Q) = (\lnot P \lor Q)$?
Then we get $((P \implies Q) \land P) \implies Q$ $= (\lnot P \lor Q) \land P$ $= (\lnot P \land P) \lor (P \land Q)$ $= \text{False} \lor (P \land Q)$ $= P \land Q$ So $P\land Q$, not just $Q$. Why do we say that modus ponens then just implies $Q$?