Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Mobius(n,z) is positive-domain only, independently defined from squarefreeness and actual prime-factor parity. Signed codes 0, 2 and 1 represent zero, +1 and -1. This family proves values and prime-adjunction laws; the separate Möbius-inversion family supplies the complete G007 endpoint.
Exact theorem in conservative defined notation
∀ n. ∀ b. ∀ c. ∀ l. ∀ d. ∀ e. ∀ m. PrimeFactorList(n,b,c,l) → PrimeFactorList(n,d,e,m) → l = m
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 22 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 hL10–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime factor lists matching by length.
- L10
have h : l = m ∧ (∃ x. ∃ y. BoundedPrefix(x,y,l) ∧ (InjectivePrefix(x,y,l) ∧ SurjectivePrefix(x,y,l)) ∧ (∀ z. ∀ n. ∀ k. Lt(z,l) → BetaAt(x,y,z,n) → BetaAt(b,c,z,k) → BetaAt(d,e,n,k)))Definitions: BoundedPrefix(x,y,l)InjectivePrefix(x,y,l)SurjectivePrefix(x,y,l)Lt(z,l)BetaAt(x,y,z,n)BetaAt(b,c,z,k)BetaAt(d,e,n,k)Original native command in the exact edition - L11
specialize prime_factor_lists_matching_by_length (l) - L12
specialize prime_factor_lists_matching_by_length (n) - L13
specialize prime_factor_lists_matching_by_length (b) - L14
specialize prime_factor_lists_matching_by_length (c) - L15
specialize prime_factor_lists_matching_by_length (m) - L16
specialize prime_factor_lists_matching_by_length (d) - L17
specialize prime_factor_lists_matching_by_length (e) - L18
apply prime_factor_lists_matching_by_length - L19
exact ha
03Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact hb
04Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases h
05Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact h_left
Original defined command ledger · 22 lines
- 0001
intro n - 0002
intro b - 0003
intro c - 0004
intro l - 0005
intro d - 0006
intro e - 0007
intro m - 0008
intro ha - 0009
intro hb - 0010
have h : l = m ∧ (∃ x. ∃ y. BoundedPrefix(x,y,l) ∧ (InjectivePrefix(x,y,l) ∧ SurjectivePrefix(x,y,l)) ∧ (∀ z. ∀ n. ∀ k. Lt(z,l) → BetaAt(x,y,z,n) → BetaAt(b,c,z,k) → BetaAt(d,e,n,k))) - 0011
specialize prime_factor_lists_matching_by_length (l) - 0012
specialize prime_factor_lists_matching_by_length (n) - 0013
specialize prime_factor_lists_matching_by_length (b) - 0014
specialize prime_factor_lists_matching_by_length (c) - 0015
specialize prime_factor_lists_matching_by_length (m) - 0016
specialize prime_factor_lists_matching_by_length (d) - 0017
specialize prime_factor_lists_matching_by_length (e) - 0018
apply prime_factor_lists_matching_by_length - 0019
exact ha - 0020
exact hb - 0021
cases h - 0022
exact h_left