I'm looking for a way to prow
$ (A \rightarrow B \vee C )\rightarrow((A\rightarrow B) \vee (A\rightarrow C))$
from the following axioms and rules
$$\vdash A \rightarrow A$$
$$\vdash A \wedge B \rightarrow A$$
$$\vdash A \wedge B \rightarrow B$$
$$\vdash A \rightarrow A \vee B $$
$$\vdash B \rightarrow A \vee B $$
$$A, B \vdash A\wedge B$$
$$A, A \rightarrow B \vdash B$$
$$\vdash A\wedge (B \vee C) \rightarrow (A\wedge B)\vee (A\wedge C)$$
$$\vdash A \rightarrow (B \rightarrow B)$$
$$\vdash (A\rightarrow B)\wedge (A\rightarrow C) \rightarrow(A\rightarrow B\wedge C)$$
$$\vdash (A\rightarrow C)\wedge (B\rightarrow C) \rightarrow(A\vee B \rightarrow C)$$
$$\vdash (A\rightarrow B)\wedge (B\rightarrow C) \rightarrow(A\rightarrow C)$$
$$(A\rightarrow B) \vee E,(C\rightarrow D) \vee E \vdash((B\rightarrow C)\rightarrow(A\rightarrow D)) \vee E$$
$$A \vee C, (A\rightarrow B)\vee C\vdash B\vee C$$
$$A\rightarrow B, C\rightarrow D\vdash(B\rightarrow C)\rightarrow (A\rightarrow D)$$
2026-03-26 09:41:11.1774518071
proving $ (A \rightarrow B \vee C )\rightarrow((A\rightarrow B) \vee (A\rightarrow C))$
645 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
See :
The system is a subsystem of Intuitionistic Logic.
If so, the formula :
is not provable, because it is not intuitionistically valid.
For a counterexample to the formula, consider the Kripke model with three nodes : $w_0, v_1, v_2$, where $w_0$ is the root (the base world) and $w_0Rv_1, w_0Rv_2$, such that :
The semantical rules for $\lor$ and $\rightarrow$ are the same used for intuitionistic logic : see Definition 2.1, page 118.