PA008U · theorem

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.

Statement with defined notation

∀ u. ∀ v. ∀ b. ∀ c. ∀ x. ∀ y. ∀ z. Lt(x,0)BetaAt(b,c,x,y)BetaAt(u,v,y,S z)ContainsPrefix(b,c,0,z)

Every purple notation token opens its conservative definition. This is a reading surface; the compiler expands the statement before the unchanged kernel checks it.

Definitions used by this theorem

In the theorem statement

4 occurrences

In local proof propositions

none

0 occurrences

Exact expanded native-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)))))

Proof neighborhood

Direct theorem prerequisites

Direct theorem dependents

Definition-aware tactic body

Only local propositions introduced by have or suffices are compacted. The untrusted compiler re-expands each one before the original tactic script is replayed; defined notation is never accepted by the kernel. Open the exact replay line beneath every changed command.

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.

Definition notation is shown below. Open the paired exact edition for the original native formulas. Source pairing is not a new equivalence certificate.

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 defined 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