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 b c i. (((exists fs_h_fms_zero_not_one. fs_h_fms_zero_not_one + S (0) = S ((S (i)) * c)) /\ exists fs_q_fms_zero_not_one. b = fs_q_fms_zero_not_one * S ((S (i)) * c) + (0))) -> ~(((exists fs_h_fms_zero_not_one_result. fs_h_fms_zero_not_one_result + S (1) = S ((S (i)) * c)) /\ exists fs_q_fms_zero_not_one_result. b = fs_q_fms_zero_not_one_result * S ((S (i)) * c) + (1)))Constructive proof overview
Generated structural guide
A decoded zero bit excludes characteristic membership without any additional decidability assumption.
The unchanged tactic script uses 2 declared prerequisites and contains 16 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_at_unique Stable theorem; checked-use authorized CD0017 finite_bit_zero_one_conflictDirect 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 (1)
01Fix variables and assumptionsL1–5
02Use earlier factsL6–7
03Calculate and transport equalitiesL8–8
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L8
refl
04Use earlier factsL9–16
Original exact command ledger · 16 lines
- 0001
intro b - 0002
intro c - 0003
intro i - 0004
intro hz - 0005
intro ho - 0006
specialize finite_bit_zero_one_conflict 0 - 0007
apply finite_bit_zero_one_conflict - 0008
refl - 0009
specialize beta_at_unique b - 0010
specialize beta_at_unique c - 0011
specialize beta_at_unique i - 0012
specialize beta_at_unique 0 - 0013
specialize beta_at_unique 1 - 0014
apply beta_at_unique - 0015
exact hz - 0016
exact ho