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 expanded first-order arithmetic statement
forall n. exists h b. (((((b = 0) \/ (b = 1)) /\ n = (h + h) + b)) /\ forall k c. ((((c = 0) \/ (c = 1)) /\ n = (k + k) + c)) -> (h = k /\ b = c))Constructive proof overview
Generated structural guide
Every natural has exactly one fully witnessed binary quotient/digit pair.
The unchanged tactic script uses 2 declared prerequisites and contains 19 exact native proof lines.
Alpha v34 checked-use · first admitted v22 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct 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.
Named ingredients (2)
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 binary_length_digit_split_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 binary_length_digit_split_exists_witness_witness
07Fix variables and assumptionsL9–11
08Use earlier factsL12–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
specialize binary_length_digit_split_functional n - L13
specialize binary_length_digit_split_functional x - L14
specialize binary_length_digit_split_functional x1 - L15
specialize binary_length_digit_split_functional k - L16
specialize binary_length_digit_split_functional c - L17
apply binary_length_digit_split_functional - L18
exact binary_length_digit_split_exists_witness_witness - L19
exact hother
Original exact command ledger · 19 lines
- 0001
intro n - 0002
specialize binary_length_digit_split_exists n - 0003
cases binary_length_digit_split_exists - 0004
cases binary_length_digit_split_exists_witness - 0005
exists x - 0006
exists x1 - 0007
split - 0008
exact binary_length_digit_split_exists_witness_witness - 0009
intro k - 0010
intro c - 0011
intro hother - 0012
specialize binary_length_digit_split_functional n - 0013
specialize binary_length_digit_split_functional x - 0014
specialize binary_length_digit_split_functional x1 - 0015
specialize binary_length_digit_split_functional k - 0016
specialize binary_length_digit_split_functional c - 0017
apply binary_length_digit_split_functional - 0018
exact binary_length_digit_split_exists_witness_witness - 0019
exact hother