Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
The complementary quotient is witnessed by n=d*q at positive divisors. The actual permutation covers indices zero through n, fixing zero and nondivisors. This is the involution foundation for the separate cancellation and full G007 inversion proofs, not an assumed divisor bijection.
Exact theorem in conservative defined notation
∀ n. ∀ d. ∀ q. ¬n = 0 → Le(d,n) → DivisorComplement(n,d,q) → Le(q,n)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 19 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–6
02Separate the logical casesL7–8
03Use earlier factsL9–12
04Construct an explicit witnessL13–13
Supply the displayed value, then prove that it has the required property.
- L13
exists d
05Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
trans d*q
06Use earlier factsL15–16
07Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
cases hq_right
08Calculate and transport equalitiesL18–18
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L18
rewrite hq_right_right
09Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact hd
Original defined command ledger · 19 lines
- 0001
intro n - 0002
intro d - 0003
intro q - 0004
intro hn - 0005
intro hd - 0006
intro hq - 0007
cases hq - 0008
cases hq_left - 0009
specialize divisor_le_nonzero (q) - 0010
specialize divisor_le_nonzero (n) - 0011
apply divisor_le_nonzero - 0012
exact hn - 0013
exists d - 0014
trans d*q - 0015
exact hq_left_right - 0016
apply mul_comm - 0017
cases hq_right - 0018
rewrite hq_right_right - 0019
exact hd