Exact expanded PA statement
forall p h a x y m. ((~(p = 1) /\ forall gsp_prime_left_collision_prime gsp_prime_right_collision_prime. p = gsp_prime_left_collision_prime * gsp_prime_right_collision_prime -> gsp_prime_left_collision_prime = 1 \/ gsp_prime_right_collision_prime = 1)) -> (~(exists gsp_divisor_factor_collision_multiplier. a = p * gsp_divisor_factor_collision_multiplier)) -> (exists gsp_lt_gap_collision_x_bound. gsp_lt_gap_collision_x_bound + S x = p) -> (exists gsp_lt_gap_collision_y_bound. gsp_lt_gap_collision_y_bound + S y = p) -> ((((exists gmp_mod_left_same_sign_x_lower gmp_mod_right_same_sign_x_lower. (a * x) + p * gmp_mod_left_same_sign_x_lower = (m) + p * gmp_mod_right_same_sign_x_lower) /\ (exists gmp_mod_left_same_sign_y_lower gmp_mod_right_same_sign_y_lower. (a * y) + p * gmp_mod_left_same_sign_y_lower = (m) + p * gmp_mod_right_same_sign_y_lower)) \/ ((exists gmp_mod_left_same_sign_x_reflected gmp_mod_right_same_sign_x_reflected. (a * x) + p * gmp_mod_left_same_sign_x_reflected = ((2 * h) * m) + p * gmp_mod_right_same_sign_x_reflected) /\ (exists gmp_mod_left_same_sign_y_reflected gmp_mod_right_same_sign_y_reflected. (a * y) + p * gmp_mod_left_same_sign_y_reflected = ((2 * h) * m) + p * gmp_mod_right_same_sign_y_reflected)))) -> x = yStructural proof guide
Generated structural guide
Equal lower signs or equal reflected signs force equality of the bounded source residues.
Use the direct prerequisites prime_scaled_same_target_unique as previously established PA formulas.
The proof proceeds by case analysis (3).
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-v16 checked-use theorem is independently kernel-checked when replayed; it is not a Stable theorem.
- 0001
intro p - 0002
intro h - 0003
intro a - 0004
intro x - 0005
intro y - 0006
intro m - 0007
intro hp - 0008
intro hnotdiv - 0009
intro hxbound - 0010
intro hybound - 0011
intro hsame - 0012
cases hsame - 0013
cases hsame_left - 0014
specialize prime_scaled_same_target_unique p - 0015
specialize prime_scaled_same_target_unique a - 0016
specialize prime_scaled_same_target_unique x - 0017
specialize prime_scaled_same_target_unique y - 0018
specialize prime_scaled_same_target_unique m - 0019
apply prime_scaled_same_target_unique - 0020
exact hp - 0021
exact hnotdiv - 0022
exact hxbound - 0023
exact hybound - 0024
exact hsame_left_left - 0025
exact hsame_left_right - 0026
cases hsame_right - 0027
specialize prime_scaled_same_target_unique p - 0028
specialize prime_scaled_same_target_unique a - 0029
specialize prime_scaled_same_target_unique x - 0030
specialize prime_scaled_same_target_unique y - 0031
specialize prime_scaled_same_target_unique (2 * h) * m - 0032
apply prime_scaled_same_target_unique - 0033
exact hp - 0034
exact hnotdiv - 0035
exact hxbound - 0036
exact hybound - 0037
exact hsame_right_left - 0038
exact hsame_right_right