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 n m. (((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))) -> (((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 = mConstructive proof overview
Generated structural guide
The decoded natural value of every flattened matrix cell is unique.
The unchanged tactic script uses 1 declared prerequisite and contains 17 exact native proof lines.
Alpha v34 checked-use · first admitted v20 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_at_unique 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–9
02Use earlier factsL10–17
Original exact command ledger · 17 lines
- 0001
intro b - 0002
intro c - 0003
intro w - 0004
intro i - 0005
intro j - 0006
intro n - 0007
intro m - 0008
intro hn - 0009
intro hm - 0010
specialize beta_at_unique b - 0011
specialize beta_at_unique c - 0012
specialize beta_at_unique (i * w + j) - 0013
specialize beta_at_unique n - 0014
specialize beta_at_unique m - 0015
apply beta_at_unique - 0016
exact hn - 0017
exact hm
Separate complete second-wave branches: Full T13 proof · Alpha v27.