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. ∀ p. ∀ z. Prime(p) → Dvd(p · p,n) → Mobius(n,z) → z = 0
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.
Named ingredients (3)
01Fix variables and assumptionsL1–6
02Use earlier factsL7–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
03Fix variables and assumptionsL15–15
Work with arbitrary variables or the premises of the current implication.
- L15
intro hz
Original defined command ledger · 22 lines
- 0001
intro n - 0002
intro p - 0003
intro z - 0004
intro hp - 0005
intro hdiv - 0006
intro hmu - 0007
specialize mobius_value_functional (n) - 0008
specialize mobius_value_functional (z) - 0009
specialize mobius_value_functional (0) - 0010
apply mobius_value_functional - 0011
exact hmu - 0012
specialize mobius_from_prime_square (n) - 0013
specialize mobius_from_prime_square (p) - 0014
apply mobius_from_prime_square - 0015
intro hz - 0016
specialize mobius_input_positive (n) - 0017
specialize mobius_input_positive (z) - 0018
apply mobius_input_positive - 0019
exact hmu - 0020
exact hz - 0021
exact hp - 0022
exact hdiv