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 w i j. exists n. ((((exists fs_h_matrix_entry. fs_h_matrix_entry + S (n) = S ((S (i * w + j)) * c)) /\ exists fs_q_matrix_entry. b = fs_q_matrix_entry * S ((S (i * w + j)) * c) + (n))) /\ forall m. (((exists fs_h_matrix_other. fs_h_matrix_other + S (m) = S ((S (i * w + j)) * c)) /\ exists fs_q_matrix_other. b = fs_q_matrix_other * S ((S (i * w + j)) * c) + (m))) -> n = m)Constructive proof overview
Generated structural guide
Every finite beta-coded matrix entry has exactly one actual value.
The unchanged tactic script uses 2 declared prerequisites and contains 26 exact native proof lines.
Alpha v34 checked-use · first admitted v20 · 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–5
02Use earlier factsL6–10
03Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases beta_matrix_cell_exists
04Construct an explicit witnessL12–12
Supply the displayed value, then prove that it has the required property.
- L12
exists x
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
split
06Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact beta_matrix_cell_exists_witness
07Fix variables and assumptionsL15–16
08Use earlier factsL17–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
specialize beta_matrix_cell_functional b - L18
specialize beta_matrix_cell_functional c - L19
specialize beta_matrix_cell_functional w - L20
specialize beta_matrix_cell_functional i - L21
specialize beta_matrix_cell_functional j - L22
specialize beta_matrix_cell_functional x - L23
specialize beta_matrix_cell_functional m - L24
apply beta_matrix_cell_functional - L25
exact beta_matrix_cell_exists_witness - L26
exact hm
Original exact command ledger · 26 lines
- 0001
intro b - 0002
intro c - 0003
intro w - 0004
intro i - 0005
intro j - 0006
specialize beta_matrix_cell_exists b - 0007
specialize beta_matrix_cell_exists c - 0008
specialize beta_matrix_cell_exists w - 0009
specialize beta_matrix_cell_exists i - 0010
specialize beta_matrix_cell_exists j - 0011
cases beta_matrix_cell_exists - 0012
exists x - 0013
split - 0014
exact beta_matrix_cell_exists_witness - 0015
intro m - 0016
intro hm - 0017
specialize beta_matrix_cell_functional b - 0018
specialize beta_matrix_cell_functional c - 0019
specialize beta_matrix_cell_functional w - 0020
specialize beta_matrix_cell_functional i - 0021
specialize beta_matrix_cell_functional j - 0022
specialize beta_matrix_cell_functional x - 0023
specialize beta_matrix_cell_functional m - 0024
apply beta_matrix_cell_functional - 0025
exact beta_matrix_cell_exists_witness - 0026
exact hm
Separate complete second-wave branches: Full T13 proof · Alpha v27.