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 PA statement
forall m n. ~(m = 0) -> exists q r. n = m * q + r /\ S r <= mStructural proof guide
Every positive divisor admits a quotient and a strictly bounded remainder.
Direct prerequisites: zero_or_succ, division_remainder_succ. The authored body proceeds by case analysis (2), equality transport (2).
Proof neighborhood
Direct dependencies
Direct dependents
BT002U gcd_exists_up_to BT0034 gcd_balanced_bezout_exists_up_to BT003B multiple_decidable_nonzero BT003X mod_eq_to_remainder_decomposition BT0041 beta_at_exists BT00R1 ceil_div_six_total BT00S0 prime_power_quotient_prefix_exists BT00X1 six_block_window_decomposition_above_thirty_two BT0115 bertrand_eventually_closed_upperFormal native tactic body
Dependencies are hypotheses of the historical Alpha-v12 body receipt. The complete historical Alpha-v18 proof bundle independently checks every dependency; current Alpha v25 preserves that checked theorem use without changing 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 (2)
01Fix variables and assumptionsL1–3
02Use earlier factsL4–4
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L4
specialize zero_or_succ m
03Separate the logical casesL5–6
04Use earlier factsL7–8
05Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases zero_or_succ_right
06Use earlier factsL10–11
07Calculate and transport equalitiesL12–13
08Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact division_remainder_succ
Original exact command ledger · 14 lines
- 0001
intro m - 0002
intro n - 0003
intro hm - 0004
specialize zero_or_succ m - 0005
cases zero_or_succ - 0006
exfalso - 0007
apply hm - 0008
exact zero_or_succ_left - 0009
cases zero_or_succ_right - 0010
specialize division_remainder_succ x - 0011
specialize division_remainder_succ n - 0012
rewrite zero_or_succ_right_witness - 0013
rewrite zero_or_succ_right_witness - 0014
exact division_remainder_succ