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. ¬n = 0 → ∃ x. Mobius(n,x) ∧ (∀ y. Mobius(n,y) → y = x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 18 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 hzL3–6
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mobius value exists.
03Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
cases hz
04Construct an explicit witnessL8–8
Supply the displayed value, then prove that it has the required property.
- L8
exists x
05Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
split
06Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
exact hz_witness
07Fix variables and assumptionsL11–12
Original defined command ledger · 18 lines
- 0001
intro n - 0002
intro hn - 0003
have hz : ∃ z. Mobius(n,z) - 0004
specialize mobius_value_exists (n) - 0005
apply mobius_value_exists - 0006
exact hn - 0007
cases hz - 0008
exists x - 0009
split - 0010
exact hz_witness - 0011
intro w - 0012
intro hw - 0013
specialize mobius_value_functional (n) - 0014
specialize mobius_value_functional (w) - 0015
specialize mobius_value_functional (x) - 0016
apply mobius_value_functional - 0017
exact hw - 0018
exact hz_witness