Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Signed one is code 2. Positive-only table graphs preserve arbitrary zeroth values, including N=0. The unit and divisor-sum identities are proved, never embedded in definitions. The separate inverse family proves the general unit-at-one criterion; multiplicative-function closure remains open.
Exact theorem in conservative defined notation
∀ n. ∃ z. (n = 1 → z = 2) ∧ (¬n = 1 → 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.
01Fix variables and assumptionsL1–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro n
02Establish hcL2–5
03Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hc
04Construct an explicit witnessL7–7
Supply the displayed value, then prove that it has the required property.
- L7
exists 2
05Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
split
06Fix variables and assumptionsL9–9
Work with arbitrary variables or the premises of the current implication.
- L9
intro he
07Calculate and transport equalitiesL10–10
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L10
refl
08Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro he
09Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
exfalso
10Use earlier factsL13–14
11Construct an explicit witnessL15–15
Supply the displayed value, then prove that it has the required property.
- L15
exists 0
12Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
split
13Fix variables and assumptionsL17–17
Work with arbitrary variables or the premises of the current implication.
- L17
intro he
14Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
exfalso
15Use earlier factsL19–20
16Fix variables and assumptionsL21–21
Work with arbitrary variables or the premises of the current implication.
- L21
intro he
17Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
refl
Original defined command ledger · 22 lines
- 0001
intro n - 0002
have hc : n=1 \/ ~(n=1) - 0003
specialize eq_decidable (n) - 0004
specialize eq_decidable (1) - 0005
apply eq_decidable - 0006
cases hc - 0007
exists 2 - 0008
split - 0009
intro he - 0010
refl - 0011
intro he - 0012
exfalso - 0013
apply he - 0014
exact hc_left - 0015
exists 0 - 0016
split - 0017
intro he - 0018
exfalso - 0019
apply hc_right - 0020
exact he - 0021
intro he - 0022
refl