Combinatorics
Green50.green_50
Let be a set of density . Does contain a coset of some subspace of dimension at least ? More precisely: does there exist an absolute constant such that for all and all nonempty with density , the sumset contains a coset of some subspace of dimension at least ? The sumset is defined as , using the pointwise scalar multiplication notation10 • A where • denotes the iterated addition of a set.
Note: We model as Fin n → ZMod 2, which is an -dimensional vector space
over .
References
- Ben Green's Open Problem 50
No one has attempted this yet.
Formal statement
Lean type
True ↔
∃ C > 0,
∀ (n : ℕ) (A : Finset (𝔽₂ n)),
A.Nonempty →
have α := ↑A.dens;
∃ W v, v +ᵥ ↑W ⊆ ↑(10 • A) ∧ ↑n - C * Real.logb 2 (1 / α) ≤ ↑(Module.finrank (ZMod 2) ↥W)What you must prove
import FormalConjectures.GreensOpenProblems.«50»
import TaskSupport
namespace Bounty
theorem target : fcTypeOfName% "Green50.green_50" := by
sorry
end Bounty
Pinned source: FormalConjectures/GreensOpenProblems/50.lean
- Source type SHA-256
- sha256:c1fd81cdd113651e6fdf8a717643066c5698d45712dac90180e3bfb33c0c468b
- Task id
- fc-379fc029-green50-green-50-3a9dc0035d-formalized-v1
- Task commitment
- sha256:f82e4df26768822a4d64980c43612e955b0d1b6cb70ae61f56112f0f0314898a
Something wrong with this formalization?
A statement that does not faithfully capture the original conjecture is the one real risk here, so we would rather hear about it early - before someone spends weeks on it.