I'd like to derive the following inference rule:
$$ \frac{p\lor(q\land\neg q)}{p}\quad\text{[ContradictionElimination]} $$
I assumed that I could do this minimally somehow, however it turns out I need an alternative form of the principle of explosion. My derivation is:
Rule (ContradictionElimination)
Premise
P∨(Q∧⌐Q)
Conclusion
P
Proof
Suppose
P
Hence
P
P=>P
Suppose
Q∧⌐Q
Then
Q
⌐Q
Hence
P by PrincipleOfExplosionAlternativeForm
Q∧⌐Q=>P
P by DisjunctionElimination
My alternative form of the principle of explosion is, by the way:
$$ \frac{p\quad\neg p}{q}\quad\text{[PrincipleOfExplosionAlternativeForm]} $$
This is easy enough to derive from the standard principle of explosion and modus ponens.
Without a way to eliminate contradictions minimally, so to speak, all my minimal proofs of De Morgan's laws become intuitionsitic. This seems wrong to me.
In Polish notation you might use the rule of inference
CN$\alpha$K$\beta$N$\beta$ $\vdash$ $\alpha$
which I'll call No.
I'll also use
Kol: K$\alpha$$\beta$ $\vdash$ $\alpha$
Kor: K$\alpha$$\beta$ $\vdash$ $\beta$
Ki: $\alpha$, $\beta$ $\vdash$ K$\alpha$$\beta$
and
Ao: A$\alpha$$\beta$, C$\alpha$$\gamma$, C$\beta$$\gamma$ $\vdash$ $\gamma$
The proof then can go: