Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Each statement retains its explicit modulus, coprimality and divisibility assumptions. These twelve arithmetic laws do not assert all order, primitive-root, Carmichael, exponential or simultaneous-polynomial congruence goals are finished.
Exact theorem in conservative defined notation
∀ a. ∀ b. ∀ x. (Lt(x,1) ∧ ModEq(1,a · x,b) → x = 0) ∧ (x = 0 → Lt(x,1) ∧ ModEq(1,a · x,b))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 20 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay script.
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 defined 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