In case anyone cares, I created a variant of
pmproofs.txt based on axioms CCpqCCqrCpr,CCNppp,CpCNpq, which are
luk-1 ((P -> Q) -> ((Q -> R) -> (P -> R)))
luk-2 ((~ P -> P) -> P)
luk-3 (P -> (~ P -> Q))
in Metamath.
I used the new '--rebase' feature of pmGenerator, and then proof compression.
The latter was mainly due to an attempt of finding a shorter proof of
ax-2 (i.e.
*2.77) than the current 91-step derivation. (So far, I didn't find one.)
Direct link:
L-pmproofs.txt [
repo]
The repo is open for contributions.