Consider the formal axiomatic theory, whose axioms are
$$(B \implies (A \implies B))$$ $$((B \implies (A \implies C)) \implies ((B \implies A) \implies (B \implies C)))$$ $$(((\neg A \implies (\neg B)) \implies (((\neg A) \implies B) \implies A )) $$
for all well-formed formulas $A, B, C$. The only rule of inference for this system is MP: $A$ is a direct consequence of $B$ and $B \implies A$. If we define $A \wedge B$ to be $\neg(B \implies \neg A)$, how would we prove in this system that
$$\vdash (A \wedge B) \implies A$$
We can use the deduction theorem.