MN0004

matrix_skip_index_bounded

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

Every minor coordinate below width q maps to an original coordinate strictly below S q.

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 i r s q. ((((exists ff_gap_mdm_lt_result_before. ff_gap_mdm_lt_result_before + S (i) = (r)) /\ s = i) \/ ((exists ff_gap_mdm_le_result_after. ff_gap_mdm_le_result_after + (r) = (i)) /\ s = S i))) -> (exists ff_gap_mdm_lt_bounded_input. ff_gap_mdm_lt_bounded_input + S (i) = (q)) -> (exists ff_gap_mdm_lt_bounded_output. ff_gap_mdm_lt_bounded_output + S (s) = (S q))

Constructive proof overview

Generated structural guide

Every minor coordinate below width q maps to an original coordinate strictly below S q.

The unchanged tactic script uses 3 declared prerequisites and contains 22 exact native proof lines.

Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable

Proof neighborhood

Direct dependencies

lt_of_lt_of_le Stable theorem; checked-use authorized le_succ_self Stable theorem; checked-use authorized succ_le_succ Stable theorem; checked-use authorized

Direct dependents

none

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

22 script commands · 7 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–6

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

  1. L1
    intro i
  2. L2
    intro r
  3. L3
    intro s
  4. L4
    intro q
  5. L5
    intro hskip
  6. L6
    intro hbound
02Separate the logical casesL7–8

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L7
    cases hskip
  2. L8
    cases hskip_left
03Calculate and transport equalitiesL9–9

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L9
    rewrite hskip_left_right
04Use earlier factsL10–16

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

  1. L10
    specialize lt_of_lt_of_le i
  2. L11
    specialize lt_of_lt_of_le q
  3. L12
    specialize lt_of_lt_of_le (S q)
  4. L13
    apply lt_of_lt_of_le
  5. L14
    exact hbound
  6. L15
    specialize le_succ_self q
  7. L16
    exact le_succ_self
05Separate the logical casesL17–17

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L17
    cases hskip_right
06Calculate and transport equalitiesL18–18

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L18
    rewrite hskip_right_right
07Use earlier factsL19–22

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

  1. L19
    specialize succ_le_succ (S i)
  2. L20
    specialize succ_le_succ q
  3. L21
    apply succ_le_succ
  4. L22
    exact hbound

Library-wide reading audit

Original exact command ledger · 22 lines
  1. 0001intro i
  2. 0002intro r
  3. 0003intro s
  4. 0004intro q
  5. 0005intro hskip
  6. 0006intro hbound
  7. 0007cases hskip
  8. 0008cases hskip_left
  9. 0009rewrite hskip_left_right
  10. 0010specialize lt_of_lt_of_le i
  11. 0011specialize lt_of_lt_of_le q
  12. 0012specialize lt_of_lt_of_le (S q)
  13. 0013apply lt_of_lt_of_le
  14. 0014exact hbound
  15. 0015specialize le_succ_self q
  16. 0016exact le_succ_self
  17. 0017cases hskip_right
  18. 0018rewrite hskip_right_right
  19. 0019specialize succ_le_succ (S i)
  20. 0020specialize succ_le_succ q
  21. 0021apply succ_le_succ
  22. 0022exact hbound

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