Mobius(n,z) is defined only for positive n. The canonical signed codes are 0 for zero, 2 for +1, and 1 for −1. The function is defined independently of any divisor-sum identity. These values and prime-step lemmas are prerequisites for G007; divisor-sum cancellation and full Möbius inversion remain open in this checkpoint. No signed-table proof is included here.
Exact theorem in conservative defined notation
∀ n. ∀ d. Squarefree(n) → Dvd(d,n) → Squarefree(d)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 30 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–4
02Separate the logical casesL5–6
03Fix variables and assumptionsL7–7
Work with arbitrary variables or the premises of the current implication.
- L7
intro hz
04Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
cases hdiv
05Use earlier factsL9–15
06Fix variables and assumptionsL16–19
07Use earlier factsL20–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
specialize squarefree_excludes_prime_square (n) - L21
specialize squarefree_excludes_prime_square (p) - L22
apply squarefree_excludes_prime_square - L23
exact hsf - L24
exact hp - L25
specialize multiple_trans (d) - L26
specialize multiple_trans (p * p) - L27
specialize multiple_trans (n) - L28
apply multiple_trans - L29
exact hdiv
08Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact hsquare
Original defined command ledger · 30 lines
- 0001
intro n - 0002
intro d - 0003
intro hsf - 0004
intro hdiv - 0005
cases hsf - 0006
split - 0007
intro hz - 0008
cases hdiv - 0009
specialize factor_nonzero_left (n) - 0010
specialize factor_nonzero_left (d) - 0011
specialize factor_nonzero_left (x) - 0012
apply factor_nonzero_left - 0013
exact hsf_left - 0014
exact hdiv_witness - 0015
exact hz - 0016
intro p - 0017
intro hp - 0018
intro hbound - 0019
intro hsquare - 0020
specialize squarefree_excludes_prime_square (n) - 0021
specialize squarefree_excludes_prime_square (p) - 0022
apply squarefree_excludes_prime_square - 0023
exact hsf - 0024
exact hp - 0025
specialize multiple_trans (d) - 0026
specialize multiple_trans (p * p) - 0027
specialize multiple_trans (n) - 0028
apply multiple_trans - 0029
exact hdiv - 0030
exact hsquare