Behrend prime selection for cyclic phi_233 ambient degree
Provedmme_stothers_phi233_behrend_prime_of_ambient_degreebehrendhashinglaser-methodmatrix-multiplicationstothers
Fix a realized exact profile of length and an exact address , and let be the product of the three ambient fixed-mode stars at . There exist a prime and a three-AP-free set such that
The construction applies the bounded-degree Behrend lemma at scale to the crude ambient bound , then casts the half-modulus integer labels into . This is the exact prime/set package consumed by the actual-degree isolated extraction.
Preamble
import Definitions.Def_mme_stothers_phi233_profile_data import Theorems.Thm_mme_stothers_phi233_ambient_star_crude_bounds import Theorems.Thm_mme_prime_behrend_dominates_bounded_collision_degree import Theorems.Thm_mme_stothers_phi233_lower_half_cast_label_package open MME BigOperators set_option autoImplicit false
Formal statement
theorem mme_stothers_phi233_behrend_prime_of_ambient_degree
(N alpha beta gamma delta : ℕ)
(a : MME.StothersFourth.Phi233.ExactProfileAddress N alpha beta gamma delta) :
∃ p : ℕ, Nat.Prime p ∧ 7 ≤ p ∧
∃ S : Finset (ZMod p),
(∀ x ∈ S, ∀ y ∈ S, ∀ z ∈ S,
x + y = 2 * z → x = z ∧ z = y) ∧
6 *
((∏ l : Fin 3,
Nat.card
{b : MME.StothersFourth.Phi233.MarginalAddress
N alpha beta gamma delta //
b.1 l = a.1.1 l}) : ℝ) ≤
(S.card : ℝ) ∧
(p : ℝ) ≤
((∏ l : Fin 3,
Nat.card
{b : MME.StothersFourth.Phi233.MarginalAddress
N alpha beta gamma delta //
b.1 l = a.1.1 l}) : ℝ) *
Real.exp (2000 * Real.sqrt (((18 * N + 1 : ℕ) : ℝ))) := by
sorrySource
A. M. Davie and A. J. Stothers, Improved Bound for Complexity of Matrix Multiplication, Proceedings of the Royal Society of Edinburgh A 143(2), 2013, Sections 3 and 5; Behrend progression-free sets as used in the laser method.