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 expanded first-order arithmetic statement
forall a b x. ((((((exists lcc_gap_one_bound. lcc_gap_one_bound+S (x)=(1)) /\ ((exists hgcrt_mod_left_lcc_one_sol hgcrt_mod_right_lcc_one_sol. (a * x) + 1 * hgcrt_mod_left_lcc_one_sol = b + 1 * hgcrt_mod_right_lcc_one_sol)))) -> (x=0)) /\ (((x=0) -> (((exists lcc_gap_one_bound. lcc_gap_one_bound+S (x)=(1)) /\ ((exists hgcrt_mod_left_lcc_one_sol hgcrt_mod_right_lcc_one_sol. (a * x) + 1 * hgcrt_mod_left_lcc_one_sol = b + 1 * hgcrt_mod_right_lcc_one_sol))))))))Constructive proof overview
Generated structural guide
For modulus one the unique strictly bounded solution is zero for every coefficient and target.
The unchanged tactic script uses 4 declared prerequisites and contains 20 exact native proof lines.
Alpha v34 checked-use · first admitted v34 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
le_zero Alpha theorem; checked-use authorized le_of_succ_le_succ Alpha theorem; checked-use authorized zero_add Alpha theorem; checked-use authorized crt_mod_one_universal Alpha 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
02Separate the logical casesL4–4
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L4
split
03Fix variables and assumptionsL5–5
Work with arbitrary variables or the premises of the current implication.
- L5
intro h
04Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases h
05Use earlier factsL7–12
06Fix variables and assumptionsL13–13
Work with arbitrary variables or the premises of the current implication.
- L13
intro h
07Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
split
08Calculate and transport equalitiesL15–15
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L15
rewrite h
09Construct an explicit witnessL16–16
Supply the displayed value, then prove that it has the required property.
- L16
exists 0
Original exact command ledger · 20 lines
- 0001
intro a - 0002
intro b - 0003
intro x - 0004
split - 0005
intro h - 0006
cases h - 0007
specialize le_zero (x) - 0008
apply le_zero - 0009
specialize le_of_succ_le_succ (x) - 0010
specialize le_of_succ_le_succ (0) - 0011
apply le_of_succ_le_succ - 0012
exact h_left - 0013
intro h - 0014
split - 0015
rewrite h - 0016
exists 0 - 0017
apply zero_add - 0018
specialize crt_mod_one_universal (a*x) - 0019
specialize crt_mod_one_universal (b) - 0020
apply crt_mod_one_universal