Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
Exact expanded first-order arithmetic statement
forall z rc ic. z = ((rc) + (ic)) * S ((rc) + (ic)) + ((ic) + (ic)) -> z = 0 -> rc = 0 /\ ic = 0Constructive proof overview
Generated structural guide
The zero canonical pair code has exactly zero real and imaginary signed codes.
The unchanged tactic script uses 3 declared prerequisites and contains 14 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
pair_code_injective Alpha theorem; checked-use authorized mul_zero_left Stable theorem; checked-use authorized zero_add Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
Read the argument
Proof checkpoints
This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.
01Fix variables and assumptionsL1–5
02Use earlier factsL6–12
Original exact command ledger · 14 lines
- 0001
intro z - 0002
intro rc - 0003
intro ic - 0004
intro hpair - 0005
intro hzero - 0006
specialize pair_code_injective z - 0007
specialize pair_code_injective rc - 0008
specialize pair_code_injective ic - 0009
specialize pair_code_injective 0 - 0010
specialize pair_code_injective 0 - 0011
apply pair_code_injective - 0012
exact hpair - 0013
rewrite hzero - 0014
simp [mul_zero_left, zero_add]