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 k s t. ~(k = 0) -> (k * k) * s = (k * k) * t -> s = tConstructive proof overview
Generated structural guide
A nonzero natural square factor cancels without subtraction or division axioms.
The unchanged tactic script uses 2 declared prerequisites and contains 15 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Historical empty-context replay experiment only; that experiment persisted no certificate and granted no release authority. Current checked use follows separately sealed, independently verified proof bundles; there is no Stable promotion.
Proof neighborhood
Direct dependencies
FS0018 four_square_descent_nonzero_square mul_left_cancel_nonzero 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.
Named ingredients (1)
01Fix variables and assumptionsL1–5
02Use earlier factsL6–10
03Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hsquare
Original exact command ledger · 15 lines
- 0001
intro k - 0002
intro s - 0003
intro t - 0004
intro hnonzero - 0005
intro hequality - 0006
specialize mul_left_cancel_nonzero (k * k) - 0007
specialize mul_left_cancel_nonzero s - 0008
specialize mul_left_cancel_nonzero t - 0009
apply mul_left_cancel_nonzero - 0010
specialize four_square_descent_nonzero_square k - 0011
intro hsquare - 0012
apply four_square_descent_nonzero_square - 0013
exact hnonzero - 0014
exact hsquare - 0015
exact hequality