I need to prove the following theorem: $A\to (B\to C) \to ((A\to B) \to (A\to C))$
using the sequent calculus method.
Using the rules:
$$ G, A \Rightarrow B,D \over G \Rightarrow A \to B , D $$
and
$$ G \Rightarrow A,D \ \ \ \ G,B \Rightarrow D \over A\to B \Rightarrow D $$
and the Identity Axiom :
$$ \over G,A \Rightarrow A,D $$
- $\to$ is an ordinary implication sign,
- $\Rightarrow$ is the sequential implication sign,
- $G,D$ are finite (and possibly empty) sets of propositions, and
- $G\Rightarrow D$ is to mean, that the conjuction of the propositions in $G$, implies the disjunction of those in $D$.
I really can't go anywhere so far, thanks for your help in advance.
What you've called "rule" is usually called "axiom" or "axiom scheme" and "identities" are usually called "rules".
$A \Rightarrow A, B, C$ (axiom) and $A, B \Rightarrow B, C$ (axiom) implies $A, A\rightarrow B \Rightarrow B, C$ by the second rule.
1 and $A, A\rightarrow B, C \Rightarrow C$ (axiom) implies $A, A\rightarrow B, B\rightarrow C \Rightarrow C$ by the second rule.
$A \rightarrow B,A \Rightarrow A, C$ (axiom) and 2 implies $A, A\rightarrow B, A\rightarrow(B\rightarrow C) \Rightarrow C$ by the second rule.
3 implies $A\rightarrow B, A \rightarrow(B\rightarrow C) \Rightarrow A\rightarrow C$ by the first rule.
4 implies $A \rightarrow(B\rightarrow C) \Rightarrow (A\rightarrow B )\rightarrow(A\rightarrow C)$ by the first rule.
5 implies $\Rightarrow (A \rightarrow(B\rightarrow C)) \rightarrow ((A\rightarrow B )\rightarrow(A\rightarrow C))$ by the first rule.