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.
Statement with defined notation
forall k s t. ~(k = 0) -> (k * k) * s = (k * k) * t -> s = tEvery purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order statement
forall k s t. ~(k = 0) -> (k * k) * s = (k * k) * t -> s = tProof neighborhood
Direct theorem prerequisites
FS0018 four_square_descent_nonzero_square mul_left_cancel_nonzero · Stable closedDirect theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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 defined 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