@@ -80,15 +80,15 @@ theorem erdos_141 : answer(sorry) ↔
8080The existence of such progressions has been verified for $k≤10$.
8181-/
8282@ [category research solved, AMS 5 11 ]
83- theorem erdos_141.variant .first_cases :
83+ theorem erdos_141.variants .first_cases :
8484 (∀ k ≥ 3 , k ≤ 10 → ∃ (s : Set ℕ), s.IsAPAndPrimeProgressionOfLength k) := by
8585 sorry
8686
8787/--
8888Are there $11$ consecutive primes in arithmetic progression?
8989-/
9090@ [category research open , AMS 5 11 ]
91- theorem erdos_141.variant .eleven : answer(sorry ) ↔
91+ theorem erdos_141.variants .eleven : answer(sorry ) ↔
9292 ∃ (s : Set ℕ), s.IsAPAndPrimeProgressionOfLength 11 := by
9393 sorry
9494
@@ -102,15 +102,15 @@ def consecutivePrimeArithmeticProgressions (k : ℕ) : Set (Set ℕ) :=
102102It is open, even for $k=3$, whether there are infinitely many such progressions.
103103-/
104104@ [category research open , AMS 5 11 ]
105- theorem erdos_141.variant .infinite_three : answer(sorry ) ↔
105+ theorem erdos_141.variants .infinite_three : answer(sorry ) ↔
106106 (consecutivePrimeArithmeticProgressions 3 ).Infinite := by
107107 sorry
108108
109109/--
110110Fix a $k \geq 3$. Is it true that there are infinitely many arithmetic prime progressions of length $k$?
111111-/
112112@ [category research open , AMS 5 11 ]
113- theorem erdos_141.variant .infinite_general_case : answer(sorry ) ↔
113+ theorem erdos_141.variants .infinite_general_case : answer(sorry ) ↔
114114 ∀ k ≥ 3 , (consecutivePrimeArithmeticProgressions k).Infinite := by
115115 sorry
116116
0 commit comments