Exact expanded PA statement
forall B c i j. (forall t. (exists h. S t + S h = S B) -> exists k. c = S t * k) -> (exists g. g + S i = j) -> (exists h. h + j = B) -> forall d. (exists u. S ((S i) * c) = d * u) -> (exists v. S ((S j) * c) = d * v) -> d = 1Structural proof guide
Ordered bounded indices have coprime beta moduli when c is a common multiple of the bounded positive gaps.
Direct prerequisites: beta_moduli_coprime_of_gap_dvd, add_comm, le_trans. The authored body proceeds by case analysis (2), intermediate claims (5), equality transport (1).
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.
- 0001
intro B - 0002
intro c - 0003
intro i - 0004
intro j - 0005
intro hcm - 0006
intro hlt - 0007
intro hjB - 0008
intro d - 0009
intro hdi - 0010
intro hdj - 0011
cases hlt - 0012
have hij : j = i + S x - 0013
symm - 0014
trans x + S i - 0015
simp [add_comm] - 0016
exact hlt_witness - 0017
have hgaple : exists r. r + S x = B - 0018
specialize le_trans (S x) - 0019
specialize le_trans j - 0020
specialize le_trans B - 0021
apply le_trans - 0022
exists i - 0023
symm - 0024
exact hij - 0025
exact hjB - 0026
cases hgaple - 0027
have hgapbound : exists h. S x + S h = S B - 0028
exists x1 - 0029
rewrite PA4 - 0030
congr - 0031
trans x1 + S x - 0032
apply add_comm - 0033
exact hgaple_witness - 0034
have hgapdvd : exists k. c = S x * k - 0035
specialize hcm x - 0036
apply hcm - 0037
exact hgapbound - 0038
have hcop : forall e. (exists u. S ((S i) * c) = e * u) -> (exists v. S ((S j) * c) = e * v) -> e = 1 - 0039
specialize beta_moduli_coprime_of_gap_dvd c - 0040
specialize beta_moduli_coprime_of_gap_dvd i - 0041
specialize beta_moduli_coprime_of_gap_dvd j - 0042
specialize beta_moduli_coprime_of_gap_dvd (S x) - 0043
apply beta_moduli_coprime_of_gap_dvd - 0044
exact hij - 0045
exact hgapdvd - 0046
specialize hcop d - 0047
apply hcop - 0048
exact hdi - 0049
exact hdj