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 a b q r. ((a = b * q + r /\ (exists ff_lt_ec_first_division. ff_lt_ec_first_division + S r = b))) -> ~(r = 0) -> exists Q t. ((b = r * Q + t /\ (exists ff_lt_ec_second_division. ff_lt_ec_second_division + S t = r)))Constructive proof overview
Generated structural guide
Every nonterminal Euclidean remainder constructively admits the next genuine bounded division.
The unchanged tactic script uses 1 declared prerequisite and contains 10 exact native proof lines.
Alpha v34 checked-use · first admitted v21 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct 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–6
Original exact command ledger · 10 lines
- 0001
intro a - 0002
intro b - 0003
intro q - 0004
intro r - 0005
intro hfirst - 0006
intro hr - 0007
specialize euclidean_division_step_exists b - 0008
specialize euclidean_division_step_exists r - 0009
apply euclidean_division_step_exists - 0010
exact hr