[step:Fix the context notation, rule presentation, and induction parameter]
A context is a finite ordered list of formulas. We write $\Gamma,\Pi$ for concatenation of contexts, and we write $\Gamma,A,\Pi$ for the context obtained by inserting the formula $A$ between $\Gamma$ and $\Pi$. In $LK$, both antecedent and succedent contexts are finite ordered lists. In $LJ$, antecedent contexts are finite ordered lists and succedent contexts have length at most one.
We use the standard ordered-context propositional rules for $\wedge,\vee,\to,\neg$ in which each rule displays its principal formula and carries arbitrary ordered side contexts unchanged from premise to conclusion. More precisely, each rule instance is obtained from a fixed local pattern by inserting arbitrary ordered contexts around the displayed principal and auxiliary formulas. Thus a one-premise left rule has the form
\begin{align*}
\frac{\Gamma,\Sigma_1,\Pi \Rightarrow \Delta}{\Gamma,\Sigma_0,\Pi \Rightarrow \Delta},
\end{align*}
where $\Sigma_0$ is the list consisting of the principal formula and $\Sigma_1$ is the list of auxiliary formulas required by that rule. A two-premise left rule has the form
\begin{align*}
\frac{\Gamma,\Sigma_1,\Pi \Rightarrow \Delta \qquad \Gamma,\Sigma_2,\Pi \Rightarrow \Delta}{\Gamma,\Sigma_0,\Pi \Rightarrow \Delta}.
\end{align*}
Right rules have the analogous form on the succedent side in $LK$; in $LJ$ the right rules are the usual single-succedent instances, with the side condition that each premise and conclusion has at most one succedent formula. For example, the ordered-context implication-left rule has the form
\begin{align*}
\frac{\Gamma,\Pi \Rightarrow \Delta,A \qquad \Gamma,B,\Pi \Rightarrow \Delta}{\Gamma,A\to B,\Pi \Rightarrow \Delta}
\end{align*}
in $LK$, with the corresponding single-succedent restriction in $LJ$ where applicable. The identity axioms are contextual: in $LK$ they have the form $\Gamma,A,\Pi \Rightarrow \Delta,A,\Theta$, and in $LJ$ they have the form $\Gamma,A,\Pi \Rightarrow A$. Here $A$ is the distinguished identity formula, while $\Gamma,\Pi,\Delta,\Theta$ are arbitrary contexts allowed by the calculus.
For this proof, an allowed weakening operation means insertion of one formula into the antecedent context in $LJ$, insertion of one formula into either context in $LK$, and no operation inserting a new formula into an empty $LJ$ succedent. An allowed exchange operation means a finite permutation of the antecedent context in $LJ$, a finite permutation of either context in $LK$, and only the identity permutation on the $LJ$ succedent.
For a derivation $\mathcal{D}$, let $h(\mathcal{D}) \in \mathbb{N} \cup \{0\}$ denote its height, meaning the maximum number of inference-rule applications on a branch from an initial sequent to the conclusion. We prove, simultaneously by induction on $h(\mathcal{D})$, the following two assertions.
First, if $\mathcal{D}$ derives $\Gamma \Rightarrow \Delta$, then every sequent obtained by applying one allowed weakening operation to $\Gamma \Rightarrow \Delta$ is derivable.
Second, if $\mathcal{D}$ derives $\Gamma \Rightarrow \Delta$, then every sequent obtained by applying one allowed exchange operation to $\Gamma \Rightarrow \Delta$ is derivable.
[/step]