Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Exact expanded first-order arithmetic statement
forall n. exists z. ((((n)=1 -> (z)=2) /\ (~((n)=1) -> (z)=0)))Constructive proof overview
Generated structural guide
Constructively decide whether an index is one, obtaining its actual zero-or-one signed value before extending any table.
The unchanged tactic script uses 1 declared prerequisite and contains 22 exact native proof lines.
Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
eq_decidable Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 exact 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