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 code pos neg. ((code = 2 * pos /\ neg = 0) \/ exists sd_half_fs_square. ((code = 2 * sd_half_fs_square + 1 /\ pos = 0) /\ neg = S sd_half_fs_square)) -> (pos + neg) * (pos + neg) = pos * pos + neg * negConstructive proof overview
Generated structural guide
The natural magnitude of a normalized signed coordinate squares to the sum of its positive and negative component squares.
The unchanged tactic script uses 3 declared prerequisites and contains 13 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
Proof neighborhood
Direct dependencies
signed_decode_normal 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 dependency-curried candidate body does not grant checked theorem use or 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–4
02Use earlier factsL5–7
03Establish hnormalL8–10
04Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases hnormal
Original exact command ledger · 13 lines
- 0001
intro code - 0002
intro pos - 0003
intro neg - 0004
intro hdecode - 0005
specialize signed_decode_normal code - 0006
specialize signed_decode_normal pos - 0007
specialize signed_decode_normal neg - 0008
have hnormal : pos = 0 \/ neg = 0 - 0009
apply signed_decode_normal - 0010
exact hdecode - 0011
cases hnormal - 0012
simp [hnormal_left, mul_zero_left, zero_add] - 0013
simp [hnormal_right, mul_zero_left, zero_add]