Skip to content

Commit 99c3b38

Browse files
authored
fix(): Rename variant to variants (#2408)
1 parent 612182c commit 99c3b38

File tree

19 files changed

+44
-44
lines changed

19 files changed

+44
-44
lines changed

FormalConjectures/ErdosProblems/1067.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Thomassen [Th17] constructed a counterexample to the version which asks for infi
6565
edge-connectivity (that is, to disconnect the graph requires deleting infinitely many edges).
6666
-/
6767
@[category research solved, AMS 5]
68-
theorem erdos_1067.variant.infinite_edge_connectivity :
68+
theorem erdos_1067.variants.infinite_edge_connectivity :
6969
answer(False) ↔ ∀ (V : Type) (G : SimpleGraph V), G.chromaticCardinal = ℵ_ 1
7070
∃ (H : G.Subgraph), H.coe.chromaticCardinal = ℵ_ 1 ∧ InfinitelyEdgeConnected H.coe := by
7171
sorry

FormalConjectures/ErdosProblems/141.lean

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ theorem erdos_141 : answer(sorry) ↔
8080
The 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
/--
8888
Are 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 ℕ) :=
102102
It 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
/--
110110
Fix 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

FormalConjectures/ErdosProblems/195.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ theorem erdos_195 :
4242
Geneson [Ge19] proved that k ≤ 5.
4343
-/
4444
@[category research solved, AMS 5]
45-
theorem erdos_195.variant.leq_5_bound :
45+
theorem erdos_195.variants.leq_5_bound :
4646
5 ≥ sSup {k : ℕ | ∀ f : ℤ ≃ ℤ, HasMonotoneAP f k} := by
4747
sorry
4848

4949
/--
5050
Adenwalla [Ad22] proved that k ≤ 4.
5151
-/
5252
@[category research solved, AMS 5]
53-
theorem erdos_195.variant.leq_4_bound :
53+
theorem erdos_195.variants.leq_4_bound :
5454
4 ≥ sSup {k : ℕ | ∀ f : ℤ ≃ ℤ, HasMonotoneAP f k} := by
5555
sorry
5656

FormalConjectures/ErdosProblems/218.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ theorem erdos_218.variants.ge : {n | primeGap (n + 1) ≤ primeGap n}.HasDensity
4343
/--
4444
There are infintely many indices $n$ such that the prime gap at $n$ is equal to the prime gap
4545
at $n+1$. This is equivalent to the existence of infinitely many arithmetic progressions of
46-
length $3$, see `erdos_141.variant.infinite_three`.
46+
length $3$, see `erdos_141.variants.infinite_three`.
4747
-/
4848
@[category research open, AMS 11]
4949
theorem erdos_218.variants.infinite_equal_prime_gap : {n | primeGap n = primeGap (n + 1)}.Infinite := by

FormalConjectures/ErdosProblems/269.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This theorem addresses the case where the set of primes $P$ is infinite. In this
8080
irrational.
8181
-/
8282
@[category research solved, AMS 11]
83-
theorem erdos_269.variant.infinite (P : Set ℕ) (h : ∀ p ∈ P, p.Prime) (h_inf : P.Infinite) :
83+
theorem erdos_269.variants.infinite (P : Set ℕ) (h : ∀ p ∈ P, p.Prime) (h_inf : P.Infinite) :
8484
Irrational (series P) := by
8585
sorry
8686

FormalConjectures/ErdosProblems/306.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Every positive integer can be expressed as an Egyptian fraction where each denom
4444
product of three distinct primes.
4545
-/
4646
@[category research solved, AMS 11]
47-
theorem erdos_306.variant.integer_three_primes (m : ℕ) (h : 0 < m) :
47+
theorem erdos_306.variants.integer_three_primes (m : ℕ) (h : 0 < m) :
4848
∃ k > (0 : ℕ), ∃ (n : Fin (k + 1) → ℕ), n 0 = 1
4949
∀ i, (hik : i < k) → n ⟨i, by omega⟩ < n ⟨(i + 1), by omega⟩ ∧
5050
(∀ i ∈ Finset.Icc 1 (Fin.last k), ω (n i) = 3 ∧ Ω (n i) = 3) ∧

FormalConjectures/ErdosProblems/313.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def IsPrimaryPseudoperfect (n : ℕ) : Prop := ∃ P, (n, P) ∈ erdos_313_solut
6161
It is conjectured that the set of primary pseudoperfect numbers is infinite.
6262
-/
6363
@[category research open, AMS 11]
64-
theorem erdos_313.variant.primary_pseudoperfect_are_infinite :
64+
theorem erdos_313.variants.primary_pseudoperfect_are_infinite :
6565
Set.Infinite {n | IsPrimaryPseudoperfect n} := by
6666
sorry
6767

FormalConjectures/ErdosProblems/324.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Probably $f(x) = x^5$ has the property that the sums $f(a)+f(b)$ with
4040
$a < b$ nonnegative integers are distinct.
4141
-/
4242
@[category research open, AMS 11]
43-
theorem erdos_324.variant.quintic : {(a, b) : ℕ × ℕ | a < b}.InjOn fun (a, b) => a ^ 5 + b ^ 5 := by
43+
theorem erdos_324.variants.quintic : {(a, b) : ℕ × ℕ | a < b}.InjOn fun (a, b) => a ^ 5 + b ^ 5 := by
4444
sorry
4545

4646
end Erdos324

FormalConjectures/ErdosProblems/331.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ condition that $|A \cap \{1,\dots,N\}| \sim c_A N^{1/2}$ for some constant $c_A>
5858
for $B$.
5959
-/
6060
@[category research open, AMS 11]
61-
theorem erdos_331.variant.ruzsa :
61+
theorem erdos_331.variants.ruzsa :
6262
answer(sorry) ↔
6363
∀ A B : Set ℕ,
6464
(∃ c_A > 0, (fun (n : ℕ) ↦ (count A n : ℝ)) ~[atTop] (fun (n : ℕ) ↦ c_A * (n : ℝ) ^ (1 / 2 : ℝ))) →

FormalConjectures/ErdosProblems/366.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ theorem exists_three_full_then_two_full : (∃ n > 0, (3).Full n ∧ (2).Full (n
4343
Are there infinitely many 3-full $n$ such that $n+1$ is 2-full?
4444
-/
4545
@[category research open, AMS 11]
46-
theorem erdos_366.variant.three_two :
46+
theorem erdos_366.variants.three_two :
4747
answer(sorry) ↔ {n | (3).Full n ∧ (2).Full (n + 1)}.Infinite := by
4848
sorry
4949

5050
/--
5151
Are there any consecutive pairs of $3$-full integers?
5252
-/
5353
@[category undergraduate, AMS 11]
54-
theorem erdos_366.variant.weaker : answer(sorry) ↔ ∃ n > 0, (3).Full n ∧ (3).Full (n + 1) := by
54+
theorem erdos_366.variants.weaker : answer(sorry) ↔ ∃ n > 0, (3).Full n ∧ (3).Full (n + 1) := by
5555
sorry
5656

5757
end Erdos366

0 commit comments

Comments
 (0)