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. ¬n = 0 → ∃ x. ∃ y. DivisorComplementPrefix(n,x,y,S n) ∧ PermutationPrefix(x,y,S 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.
Named ingredients (2)
01Fix variables and assumptionsL1–2
02Establish hpL3–7
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor complement prefix exists.
- L3
have hp : ∃ b. ∃ c. DivisorComplementPrefix(n,b,c,S n)Definitions: DivisorComplementPrefix(n,b,c,S n)Original native command in the exact edition - L4
specialize divisor_complement_prefix_exists (n) - L5
specialize divisor_complement_prefix_exists (S n) - L6
apply divisor_complement_prefix_exists - L7
exact hn
03Separate the logical casesL8–9
04Construct an explicit witnessL10–11
05Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
split
06Use earlier factsL13–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 19 lines
- 0001
intro n - 0002
intro hn - 0003
have hp : ∃ b. ∃ c. DivisorComplementPrefix(n,b,c,S n) - 0004
specialize divisor_complement_prefix_exists (n) - 0005
specialize divisor_complement_prefix_exists (S n) - 0006
apply divisor_complement_prefix_exists - 0007
exact hn - 0008
cases hp - 0009
cases hp_witness - 0010
exists x - 0011
exists x1 - 0012
split - 0013
exact hp_witness_witness - 0014
specialize divisor_complement_prefix_permutation (n) - 0015
specialize divisor_complement_prefix_permutation (x) - 0016
specialize divisor_complement_prefix_permutation (x1) - 0017
apply divisor_complement_prefix_permutation - 0018
exact hn - 0019
exact hp_witness_witness