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. ∀ d. ∀ q. ¬n = 0 → DivisorComplementPrefix(n,b,c,S n) → ¬d = 0 → n = d · q → BetaAt(b,c,d,q)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 39 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.
Named ingredients (1)
01Fix variables and assumptionsL1–9
02Establish hboundL10–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply succ le succ.
03Construct an explicit witnessL18–18
Supply the displayed value, then prove that it has the required property.
- L18
exists q
04Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact heq
05Establish hvL20–23
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hp.
- L20
have hv : ∃ r. BetaAt(b,c,d,r) ∧ DivisorComplement(n,d,r)Definitions: BetaAt(b,c,d,r)DivisorComplement(n,d,r)Original native command in the exact edition - L21
specialize hp (d) - L22
apply hp - L23
exact hbound
06Separate the logical casesL24–25
07Establish hvalueL26–32
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor complement functional.
08Separate the logical casesL33–34
09Use earlier factsL35–36
10Calculate and transport equalitiesL37–38
11Use earlier factsL39–39
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L39
exact hv_witness_left
Original defined command ledger · 39 lines
- 0001
intro n - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro q - 0006
intro hn - 0007
intro hp - 0008
intro hd - 0009
intro heq - 0010
have hbound : Lt(d,S n) - 0011
specialize succ_le_succ (d) - 0012
specialize succ_le_succ (n) - 0013
apply succ_le_succ - 0014
specialize divisor_le_nonzero (d) - 0015
specialize divisor_le_nonzero (n) - 0016
apply divisor_le_nonzero - 0017
exact hn - 0018
exists q - 0019
exact heq - 0020
have hv : ∃ r. BetaAt(b,c,d,r) ∧ DivisorComplement(n,d,r) - 0021
specialize hp (d) - 0022
apply hp - 0023
exact hbound - 0024
cases hv - 0025
cases hv_witness - 0026
have hvalue : x=q - 0027
specialize divisor_complement_functional (n) - 0028
specialize divisor_complement_functional (d) - 0029
specialize divisor_complement_functional (x) - 0030
specialize divisor_complement_functional (q) - 0031
apply divisor_complement_functional - 0032
exact hv_witness_right - 0033
left - 0034
split - 0035
exact hd - 0036
exact heq - 0037
rewrite hvalue at hv_witness_left - 0038
rewrite hvalue at hv_witness_left - 0039
exact hv_witness_left