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. ¬n = 0 → ∃ x. DivisorComplement(n,d,x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 32 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
02Establish hzL4–7
03Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
cases hz
04Construct an explicit witnessL9–9
Supply the displayed value, then prove that it has the required property.
- L9
exists d
05Separate the logical casesL10–12
06Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact hz_left
07Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
refl
08Establish hdL15–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply multiple decidable nonzero.
09Separate the logical casesL20–21
10Construct an explicit witnessL22–22
Supply the displayed value, then prove that it has the required property.
- L22
exists x
11Separate the logical casesL23–24
12Use earlier factsL25–26
13Construct an explicit witnessL27–27
Supply the displayed value, then prove that it has the required property.
- L27
exists d
14Separate the logical casesL28–30
15Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
exact hd_right
16Calculate and transport equalitiesL32–32
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L32
refl
Original defined command ledger · 32 lines
- 0001
intro n - 0002
intro d - 0003
intro hn - 0004
have hz : d=0 \/ ~(d=0) - 0005
specialize eq_decidable (d) - 0006
specialize eq_decidable (0) - 0007
apply eq_decidable - 0008
cases hz - 0009
exists d - 0010
right - 0011
split - 0012
left - 0013
exact hz_left - 0014
refl - 0015
have hd : Dvd(d,n) ∨ ¬Dvd(d,n) - 0016
specialize multiple_decidable_nonzero (d) - 0017
specialize multiple_decidable_nonzero (n) - 0018
apply multiple_decidable_nonzero - 0019
exact hz_right - 0020
cases hd - 0021
cases hd_left - 0022
exists x - 0023
left - 0024
split - 0025
exact hz_right - 0026
exact hd_left_witness - 0027
exists d - 0028
right - 0029
split - 0030
right - 0031
exact hd_right - 0032
refl