MD0002

beta_matrix_cell_functional

Alpha v34 independently verified · alpha_closed; checked-use authorized; not Stable

The decoded natural value of every flattened matrix cell is unique.

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 = m

Constructive 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 authorized

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

17 script commands · 2 reading checkpoints · 0 local claims

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

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro b
  2. L2
    intro c
  3. L3
    intro w
  4. L4
    intro i
  5. L5
    intro j
  6. L6
    intro n
  7. L7
    intro m
  8. L8
    intro hn
  9. L9
    intro hm
02Use earlier factsL10–17

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L10
    specialize beta_at_unique b
  2. L11
    specialize beta_at_unique c
  3. L12
    specialize beta_at_unique (i * w + j)
  4. L13
    specialize beta_at_unique n
  5. L14
    specialize beta_at_unique m
  6. L15
    apply beta_at_unique
  7. L16
    exact hn
  8. L17
    exact hm

Library-wide reading audit

Original exact command ledger · 17 lines
  1. 0001intro b
  2. 0002intro c
  3. 0003intro w
  4. 0004intro i
  5. 0005intro j
  6. 0006intro n
  7. 0007intro m
  8. 0008intro hn
  9. 0009intro hm
  10. 0010specialize beta_at_unique b
  11. 0011specialize beta_at_unique c
  12. 0012specialize beta_at_unique (i * w + j)
  13. 0013specialize beta_at_unique n
  14. 0014specialize beta_at_unique m
  15. 0015apply beta_at_unique
  16. 0016exact hn
  17. 0017exact hm

Separate complete second-wave branches: Full T13 proof · Alpha v27.