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. ∀ b. ∀ c. ∀ l. ∀ i. ∀ q. DivisorComplementPrefix(n,b,c,l) → Lt(i,l) → BetaAt(b,c,i,q) → DivisorComplement(n,i,q)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 27 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–9
02Establish hvL10–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hp.
- L10
have hv : ∃ v. BetaAt(b,c,i,v) ∧ DivisorComplement(n,i,v)Definitions: BetaAt(b,c,i,v)DivisorComplement(n,i,v)Original native command in the exact edition - L11
specialize hp (i) - L12
apply hp - L13
exact hi
03Separate the logical casesL14–15
04Establish heqL16–25
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
05Calculate and transport equalitiesL26–26
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L26
rewrite heq
06Use earlier factsL27–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
exact hv_witness_right
Original defined command ledger · 27 lines
- 0001
intro n - 0002
intro b - 0003
intro c - 0004
intro l - 0005
intro i - 0006
intro q - 0007
intro hp - 0008
intro hi - 0009
intro hat - 0010
have hv : ∃ v. BetaAt(b,c,i,v) ∧ DivisorComplement(n,i,v) - 0011
specialize hp (i) - 0012
apply hp - 0013
exact hi - 0014
cases hv - 0015
cases hv_witness - 0016
have heq : q=x - 0017
specialize beta_at_unique (b) - 0018
specialize beta_at_unique (c) - 0019
specialize beta_at_unique (i) - 0020
specialize beta_at_unique (q) - 0021
specialize beta_at_unique (x) - 0022
apply beta_at_unique - 0023
exact hat - 0024
exact hv_witness_left - 0025
rewrite heq - 0026
rewrite heq - 0027
exact hv_witness_right