Using the logical axioms of the Hilbert system
- $\phi\to\phi$
- $\phi\to(\psi\to\phi)$
- $\left( \phi \to \left( \psi \rightarrow \xi \right) \right) \to \left( \left( \phi \to \psi \right) \to \left( \phi \to \xi \right) \right)$
- $\left ( \lnot \phi \to \lnot \psi \right) \to \left( \psi \to \phi \right)$
- $\alpha\to\beta\to\alpha\land\beta$
- $\alpha\wedge\beta\to\alpha$
- $\alpha\wedge\beta\to\beta$
- $\alpha\to\alpha\vee\beta$
- $\beta\to\alpha\vee\beta$
- $(\alpha\to\gamma)\to (\beta\to\gamma) \to \alpha\vee\beta \to \gamma$
along with the inference rule modus ponens MP $\dfrac{\alpha,\alpha\to\beta}{\beta}$,
how can we prove the distributive law $p\wedge(q\vee r) \leftrightarrow(p\wedge q)\vee(p\wedge r)$? I'm sure I'm probably missing something quite obvious, but I can't see how any of these axioms can prove any disjunction at all.
For the forward direction: you need to split the premise into $p$ and $q \lor r$, then use prove by cases (i.e. 10) on $q \lor r$ along with $p$.
Synopsis:
The backward direction is left as an exercise to the reader.