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 n d. ~(d = 0) -> exists q r. (((n = d * q + r /\ (exists fsat_gap_chosen. fsat_gap_chosen + S (r) = (d)))) /\ forall u v. ((n = d * u + v /\ (exists fsat_gap_other. fsat_gap_other + S (v) = (d)))) -> u = q /\ v = r)Constructive proof overview
Generated structural guide
G001: construct the quotient and strict remainder for every nonzero divisor and prove the pair is literally unique.
The unchanged tactic script uses 2 declared prerequisites and contains 30 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
division_remainder_exists Stable theorem; checked-use authorized division_remainder_unique 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.
01Fix variables and assumptionsL1–3
02Establish hdivisionL4–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply division remainder exists.
03Separate the logical casesL9–10
04Construct an explicit witnessL11–12
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
split
06Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hdivision_witness_witness
07Fix variables and assumptionsL15–17
08Separate the logical casesL18–19
09Use earlier factsL20–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
specialize division_remainder_unique (d) - L21
specialize division_remainder_unique (n) - L22
specialize division_remainder_unique (u) - L23
specialize division_remainder_unique (v) - L24
specialize division_remainder_unique (x) - L25
specialize division_remainder_unique (x1) - L26
apply division_remainder_unique - L27
exact hother_left - L28
exact hother_right - L29
exact hdivision_witness_witness_left
10Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact hdivision_witness_witness_right
Original exact command ledger · 30 lines
- 0001
intro n - 0002
intro d - 0003
intro hd - 0004
have hdivision : exists q r. (n = d * q + r /\ (exists fsat_gap_exists. fsat_gap_exists + S (r) = (d))) - 0005
specialize division_remainder_exists (d) - 0006
specialize division_remainder_exists (n) - 0007
apply division_remainder_exists - 0008
exact hd - 0009
cases hdivision - 0010
cases hdivision_witness - 0011
exists x - 0012
exists x1 - 0013
split - 0014
exact hdivision_witness_witness - 0015
intro u - 0016
intro v - 0017
intro hother - 0018
cases hdivision_witness_witness - 0019
cases hother - 0020
specialize division_remainder_unique (d) - 0021
specialize division_remainder_unique (n) - 0022
specialize division_remainder_unique (u) - 0023
specialize division_remainder_unique (v) - 0024
specialize division_remainder_unique (x) - 0025
specialize division_remainder_unique (x1) - 0026
apply division_remainder_unique - 0027
exact hother_left - 0028
exact hother_right - 0029
exact hdivision_witness_witness_left - 0030
exact hdivision_witness_witness_right