TS000O

finite_prefix_collision_succ

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

A witnessed collision in a finite prefix remains a collision after adjoining one more decoded entry.

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 n. (exists ftsp_first_fpcd_old ftsp_second_fpcd_old ftsp_value_fpcd_old. ((exists ftsp_gap_fpcd_old_first. ftsp_gap_fpcd_old_first + S (ftsp_first_fpcd_old) = n) /\ ((exists ftsp_gap_fpcd_old_second. ftsp_gap_fpcd_old_second + S (ftsp_second_fpcd_old) = n) /\ (~(ftsp_first_fpcd_old = ftsp_second_fpcd_old) /\ ((((exists ff_h_ftsp_fpcd_old_left. ff_h_ftsp_fpcd_old_left + S (ftsp_value_fpcd_old) = S ((S (ftsp_first_fpcd_old)) * c)) /\ exists ff_q_ftsp_fpcd_old_left. b = ff_q_ftsp_fpcd_old_left * S ((S (ftsp_first_fpcd_old)) * c) + (ftsp_value_fpcd_old))) /\ (((exists ff_h_ftsp_fpcd_old_right. ff_h_ftsp_fpcd_old_right + S (ftsp_value_fpcd_old) = S ((S (ftsp_second_fpcd_old)) * c)) /\ exists ff_q_ftsp_fpcd_old_right. b = ff_q_ftsp_fpcd_old_right * S ((S (ftsp_second_fpcd_old)) * c) + (ftsp_value_fpcd_old)))))))) -> (exists ftsp_first_fpcd_next ftsp_second_fpcd_next ftsp_value_fpcd_next. ((exists ftsp_gap_fpcd_next_first. ftsp_gap_fpcd_next_first + S (ftsp_first_fpcd_next) = S n) /\ ((exists ftsp_gap_fpcd_next_second. ftsp_gap_fpcd_next_second + S (ftsp_second_fpcd_next) = S n) /\ (~(ftsp_first_fpcd_next = ftsp_second_fpcd_next) /\ ((((exists ff_h_ftsp_fpcd_next_left. ff_h_ftsp_fpcd_next_left + S (ftsp_value_fpcd_next) = S ((S (ftsp_first_fpcd_next)) * c)) /\ exists ff_q_ftsp_fpcd_next_left. b = ff_q_ftsp_fpcd_next_left * S ((S (ftsp_first_fpcd_next)) * c) + (ftsp_value_fpcd_next))) /\ (((exists ff_h_ftsp_fpcd_next_right. ff_h_ftsp_fpcd_next_right + S (ftsp_value_fpcd_next) = S ((S (ftsp_second_fpcd_next)) * c)) /\ exists ff_q_ftsp_fpcd_next_right. b = ff_q_ftsp_fpcd_next_right * S ((S (ftsp_second_fpcd_next)) * c) + (ftsp_value_fpcd_next))))))))

Constructive proof overview

Generated structural guide

A witnessed collision in a finite prefix remains a collision after adjoining one more decoded entry.

The unchanged tactic script uses 1 declared prerequisite and contains 31 exact native proof lines.

dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged

Historical empty-context replay experiment only; that experiment persisted no certificate and granted no release authority. Current checked use follows separately sealed, independently verified proof bundles; there is no Stable promotion.

Proof neighborhood

Direct dependencies

le_succ 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

31 script commands · 12 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–4

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

  1. L1
    intro b
  2. L2
    intro c
  3. L3
    intro n
  4. L4
    intro hcollision
02Separate the logical casesL5–11

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

  1. L5
    cases hcollision
  2. L6
    cases hcollision_witness
  3. L7
    cases hcollision_witness_witness
  4. L8
    cases hcollision_witness_witness_witness
  5. L9
    cases hcollision_witness_witness_witness_right
  6. L10
    cases hcollision_witness_witness_witness_right_right
  7. L11
    cases hcollision_witness_witness_witness_right_right_right
03Construct an explicit witnessL12–14

Supply the displayed value, then prove that it has the required property.

  1. L12
    exists x
  2. L13
    exists x1
  3. L14
    exists x2
04Separate the logical casesL15–15

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

  1. L15
    split
05Use earlier factsL16–19

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

  1. L16
    specialize le_succ (S x)
  2. L17
    specialize le_succ n
  3. L18
    apply le_succ
  4. L19
    exact hcollision_witness_witness_witness_left
06Separate the logical casesL20–20

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

  1. L20
    split
07Use earlier factsL21–24

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

  1. L21
    specialize le_succ (S x1)
  2. L22
    specialize le_succ n
  3. L23
    apply le_succ
  4. L24
    exact hcollision_witness_witness_witness_right_left
08Separate the logical casesL25–25

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

  1. L25
    split
09Fix variables and assumptionsL26–26

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

  1. L26
    intro hequal
10Use earlier factsL27–28

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

  1. L27
    apply hcollision_witness_witness_witness_right_right_left
  2. L28
    exact hequal
11Separate the logical casesL29–29

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

  1. L29
    split
12Use earlier factsL30–31

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

  1. L30
    exact hcollision_witness_witness_witness_right_right_right_left
  2. L31
    exact hcollision_witness_witness_witness_right_right_right_right

Library-wide reading audit

Original exact command ledger · 31 lines
  1. 0001intro b
  2. 0002intro c
  3. 0003intro n
  4. 0004intro hcollision
  5. 0005cases hcollision
  6. 0006cases hcollision_witness
  7. 0007cases hcollision_witness_witness
  8. 0008cases hcollision_witness_witness_witness
  9. 0009cases hcollision_witness_witness_witness_right
  10. 0010cases hcollision_witness_witness_witness_right_right
  11. 0011cases hcollision_witness_witness_witness_right_right_right
  12. 0012exists x
  13. 0013exists x1
  14. 0014exists x2
  15. 0015split
  16. 0016specialize le_succ (S x)
  17. 0017specialize le_succ n
  18. 0018apply le_succ
  19. 0019exact hcollision_witness_witness_witness_left
  20. 0020split
  21. 0021specialize le_succ (S x1)
  22. 0022specialize le_succ n
  23. 0023apply le_succ
  24. 0024exact hcollision_witness_witness_witness_right_left
  25. 0025split
  26. 0026intro hequal
  27. 0027apply hcollision_witness_witness_witness_right_right_left
  28. 0028exact hequal
  29. 0029split
  30. 0030exact hcollision_witness_witness_witness_right_right_right_left
  31. 0031exact hcollision_witness_witness_witness_right_right_right_right