PA008U

scaled_orbit_closed_prefix_zero

Alpha v34 checked-use theorem · independently closed; not Stable

Shifted orbit closure is vacuous on an empty order prefix.

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 PA statement

forall u v b c. (forall espo_position_zero_closed espo_source_zero_closed espo_mate_zero_closed. (exists wpo_gap_zero_closed_position_bound. wpo_gap_zero_closed_position_bound + S (espo_position_zero_closed) = 0) -> (((exists wpo_beta_height_zero_closed_source_entry. wpo_beta_height_zero_closed_source_entry + S (espo_source_zero_closed) = S ((S (espo_position_zero_closed)) * c)) /\ exists wpo_beta_quotient_zero_closed_source_entry. b = wpo_beta_quotient_zero_closed_source_entry * S ((S (espo_position_zero_closed)) * c) + (espo_source_zero_closed))) -> (((exists wpo_beta_height_zero_closed_scaled_entry. wpo_beta_height_zero_closed_scaled_entry + S (S espo_mate_zero_closed) = S ((S (espo_source_zero_closed)) * v)) /\ exists wpo_beta_quotient_zero_closed_scaled_entry. u = wpo_beta_quotient_zero_closed_scaled_entry * S ((S (espo_source_zero_closed)) * v) + (S espo_mate_zero_closed))) -> exists espo_mate_position_zero_closed. ((exists wpo_gap_zero_closed_mate_bound. wpo_gap_zero_closed_mate_bound + S (espo_mate_position_zero_closed) = 0) /\ (((exists wpo_beta_height_zero_closed_mate_entry. wpo_beta_height_zero_closed_mate_entry + S (espo_mate_zero_closed) = S ((S (espo_mate_position_zero_closed)) * c)) /\ exists wpo_beta_quotient_zero_closed_mate_entry. b = wpo_beta_quotient_zero_closed_mate_entry * S ((S (espo_mate_position_zero_closed)) * c) + (espo_mate_zero_closed)))))

Structural proof guide

Generated structural guide

Shifted orbit closure is vacuous on an empty order prefix.

Use the direct prerequisites add_eq_zero_right, succ_ne_zero as previously established PA formulas.

The proof proceeds by case analysis (1), intermediate claims (1).

Referenced ingredients

Proof neighborhood

Direct dependencies

Direct dependents

Formal native tactic body

Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Alpha-v25 checked-use theorem is independently kernel-checked when replayed; it is not a Stable theorem.

Read the argument

Proof checkpoints

20 script commands · 3 reading checkpoints · 1 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.

Named ingredients (2)
01Fix variables and assumptionsL1–10

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

  1. L1
    intro u
  2. L2
    intro v
  3. L3
    intro b
  4. L4
    intro c
  5. L5
    intro q
  6. L6
    intro s
  7. L7
    intro t
  8. L8
    intro hq
  9. L9
    intro hsource
  10. L10
    intro hscaled
02Separate the logical casesL11–12

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

  1. L11
    exfalso
  2. L12
    cases hq
03Establish hsqL13–20

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add eq zero right.

  1. L13
    have hsq : S q = 0
  2. L14
    specialize add_eq_zero_right x
  3. L15
    specialize add_eq_zero_right (S q)
  4. L16
    apply add_eq_zero_right
  5. L17
    exact hq_witness
  6. L18
    specialize succ_ne_zero q
  7. L19
    apply succ_ne_zero
  8. L20
    exact hsq

Library-wide reading audit

Original exact command ledger · 20 lines
  1. 0001intro u
  2. 0002intro v
  3. 0003intro b
  4. 0004intro c
  5. 0005intro q
  6. 0006intro s
  7. 0007intro t
  8. 0008intro hq
  9. 0009intro hsource
  10. 0010intro hscaled
  11. 0011exfalso
  12. 0012cases hq
  13. 0013have hsq : S q = 0
  14. 0014specialize add_eq_zero_right x
  15. 0015specialize add_eq_zero_right (S q)
  16. 0016apply add_eq_zero_right
  17. 0017exact hq_witness
  18. 0018specialize succ_ne_zero q
  19. 0019apply succ_ne_zero
  20. 0020exact hsq