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 original first-admission records.
Exact theorem in conservative defined notation
∀ n. ∃ b. ∃ c. BertrandChain(b,c,n,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 19 lines are the exact independently kernel-checked original 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 (1)
01Fix variables and assumptionsL1–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro n
02Use earlier factsL2–2
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L2
specialize bertrand_chain_singleton_code_exists n
03Separate the logical casesL3–4
04Construct an explicit witnessL5–6
05Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
split
06Use earlier factsL8–8
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
exact bertrand_chain_singleton_code_exists_witness_witness
07Fix variables and assumptionsL9–10
08Separate the logical casesL11–12
09Establish hsuccessor_zeroL13–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add eq zero right.
Original defined command ledger · 19 lines
- 0001
intro n - 0002
specialize bertrand_chain_singleton_code_exists n - 0003
cases bertrand_chain_singleton_code_exists - 0004
cases bertrand_chain_singleton_code_exists_witness - 0005
exists x - 0006
exists x1 - 0007
split - 0008
exact bertrand_chain_singleton_code_exists_witness_witness - 0009
intro i - 0010
intro hbound - 0011
exfalso - 0012
cases hbound - 0013
have hsuccessor_zero : S i = 0 - 0014
specialize add_eq_zero_right x2 - 0015
specialize add_eq_zero_right (S i) - 0016
apply add_eq_zero_right - 0017
exact hbound_witness - 0018
apply PA1 - 0019
exact hsuccessor_zero