BT0088 · Bertrand theorem

beta_range_transport_entry

Stable checked-use theorem · independently kernel verified

Two Range codes preserve every decoded entry extensionally.

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

∀ b. ∀ c. ∀ z. ∀ d. ∀ a. ∀ l. Range(b,c,a,l)Range(z,d,a,l) → ∀ x. ∀ y. Lt(x,l)BetaAt(b,c,x,y)BetaAt(z,d,x,y)

Every purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.

Definitions used by this theorem

In the theorem statement

5 occurrences

In local proof propositions

none

0 occurrences

Exact expanded native-PA statement
forall b c z d a l. (forall ff_i_transport_l. (exists ff_lt_transport_l_bound. ff_lt_transport_l_bound + S ff_i_transport_l = l) -> (((exists ff_h_transport_l_decoded. ff_h_transport_l_decoded + S (a + ff_i_transport_l) = S ((S (ff_i_transport_l)) * c)) /\ exists ff_q_transport_l_decoded. b = ff_q_transport_l_decoded * S ((S (ff_i_transport_l)) * c) + (a + ff_i_transport_l)))) -> (forall ff_i_transport_r. (exists ff_lt_transport_r_bound. ff_lt_transport_r_bound + S ff_i_transport_r = l) -> (((exists ff_h_transport_r_decoded. ff_h_transport_r_decoded + S (a + ff_i_transport_r) = S ((S (ff_i_transport_r)) * d)) /\ exists ff_q_transport_r_decoded. z = ff_q_transport_r_decoded * S ((S (ff_i_transport_r)) * d) + (a + ff_i_transport_r)))) -> forall i x. (exists h. h + S i = l) -> (((exists ff_h_range_transport_x. ff_h_range_transport_x + S (x) = S ((S (i)) * c)) /\ exists ff_q_range_transport_x. b = ff_q_range_transport_x * S ((S (i)) * c) + (x))) -> (((exists ff_h_range_transport_y. ff_h_range_transport_y + S (x) = S ((S (i)) * d)) /\ exists ff_q_range_transport_y. z = ff_q_range_transport_y * S ((S (i)) * d) + (x)))

Proof neighborhood

Direct theorem prerequisites

Direct theorem dependents

Definition-aware tactic body

Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic script.

Read the argument

Proof checkpoints

28 script commands · 6 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 (1)
01Fix variables and assumptionsL1–10

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

  1. L1
    intro b
  2. L2
    intro c
  3. L3
    intro z
  4. L4
    intro d
  5. L5
    intro a
  6. L6
    intro l
  7. L7
    intro hleft
  8. L8
    intro hright
  9. L9
    intro i
  10. L10
    intro x
02Fix variables and assumptionsL11–12

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

  1. L11
    intro hi
  2. L12
    intro hx
03Establish hxaL13–22

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta range entry eq.

  1. L13
    have hxa : x = a + i
  2. L14
    specialize beta_range_entry_eq b
  3. L15
    specialize beta_range_entry_eq c
  4. L16
    specialize beta_range_entry_eq a
  5. L17
    specialize beta_range_entry_eq l
  6. L18
    specialize beta_range_entry_eq i
  7. L19
    specialize beta_range_entry_eq x
  8. L20
    apply beta_range_entry_eq
  9. L21
    exact hleft
  10. L22
    exact hi
04Use earlier factsL23–23

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

  1. L23
    exact hx
05Calculate and transport equalitiesL24–25

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

  1. L24
    rewrite hxa
  2. L25
    rewrite hxa
06Use earlier factsL26–28

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

  1. L26
    specialize hright i
  2. L27
    apply hright
  3. L28
    exact hi

Library-wide reading audit

Original defined command ledger · 28 lines
  1. 0001intro b
  2. 0002intro c
  3. 0003intro z
  4. 0004intro d
  5. 0005intro a
  6. 0006intro l
  7. 0007intro hleft
  8. 0008intro hright
  9. 0009intro i
  10. 0010intro x
  11. 0011intro hi
  12. 0012intro hx
  13. 0013have hxa : x = a + i
  14. 0014specialize beta_range_entry_eq b
  15. 0015specialize beta_range_entry_eq c
  16. 0016specialize beta_range_entry_eq a
  17. 0017specialize beta_range_entry_eq l
  18. 0018specialize beta_range_entry_eq i
  19. 0019specialize beta_range_entry_eq x
  20. 0020apply beta_range_entry_eq
  21. 0021exact hleft
  22. 0022exact hi
  23. 0023exact hx
  24. 0024rewrite hxa
  25. 0025rewrite hxa
  26. 0026specialize hright i
  27. 0027apply hright
  28. 0028exact hi