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
∀ p. ∀ h. ∀ a. ∀ x. ∀ y. ∀ m. Prime(p) → ¬Dvd(p,a) → Lt(x,p) → Lt(y,p) → ModEq(p,a · x,m) ∧ ModEq(p,a · y,m) ∨ ModEq(p,a · x,2 · h · m) ∧ ModEq(p,a · y,2 · h · m) → x = yEvery 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
8 occurrences
In local proof propositions
0 occurrences
Exact expanded native-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 = yProof 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
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.
Named ingredients (1)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hsame
03Separate the logical casesL12–13
04Use earlier factsL14–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize prime_scaled_same_target_unique p - L15
specialize prime_scaled_same_target_unique a - L16
specialize prime_scaled_same_target_unique x - L17
specialize prime_scaled_same_target_unique y - L18
specialize prime_scaled_same_target_unique m - L19
apply prime_scaled_same_target_unique - L20
exact hp - L21
exact hnotdiv - L22
exact hxbound - L23
exact hybound
05Use earlier factsL24–25
06Separate the logical casesL26–26
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L26
cases hsame_right
07Use earlier factsL27–36
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
specialize prime_scaled_same_target_unique p - L28
specialize prime_scaled_same_target_unique a - L29
specialize prime_scaled_same_target_unique x - L30
specialize prime_scaled_same_target_unique y - L31
specialize prime_scaled_same_target_unique (2 * h) * m - L32
apply prime_scaled_same_target_unique - L33
exact hp - L34
exact hnotdiv - L35
exact hxbound - L36
exact hybound
Original defined command ledger · 38 lines
- 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