BT0045

beta_at_of_mod_eq_bound

Stable · empty-context checked

A bounded value congruent to a code is its expanded Gödel-beta value.

Exact expanded PA statement

forall b c i x. (exists h. h + S x = S ((S i) * c)) -> (exists u v. b + S ((S i) * c) * u = x + S ((S i) * c) * v) -> ((exists h. h + S x = S ((S i) * c)) /\ exists q. b = q * S ((S i) * c) + x)

Structural proof guide

A bounded value congruent to a code is its expanded Gödel-beta value.

Direct prerequisites: beta_modulus_nonzero, mod_eq_to_remainder_decomposition. The authored body proceeds by direct introduction and elimination.

Proof neighborhood

Direct dependencies

Direct dependents

Formal native tactic body

Dependencies are hypotheses of this body receipt. The focused endpoint audits separately check the complete empty-context certificates.

  1. 0001intro b
  2. 0002intro c
  3. 0003intro i
  4. 0004intro x
  5. 0005intro hx
  6. 0006intro hmod
  7. 0007split
  8. 0008exact hx
  9. 0009specialize mod_eq_to_remainder_decomposition (S ((S i) * c))
  10. 0010specialize mod_eq_to_remainder_decomposition b
  11. 0011specialize mod_eq_to_remainder_decomposition x
  12. 0012apply mod_eq_to_remainder_decomposition
  13. 0013specialize beta_modulus_nonzero c
  14. 0014specialize beta_modulus_nonzero i
  15. 0015exact beta_modulus_nonzero
  16. 0016exact hx
  17. 0017exact hmod