Skip to content

feat(GreensOpenProblems): 30#3519

Draft
jeangud wants to merge 1 commit intogoogle-deepmind:mainfrom
jeangud:green-30
Draft

feat(GreensOpenProblems): 30#3519
jeangud wants to merge 1 commit intogoogle-deepmind:mainfrom
jeangud:green-30

Conversation

@jeangud
Copy link
Copy Markdown
Contributor

@jeangud jeangud commented Mar 11, 2026

Description

Given a set $A \subset \mathbb{Z}$ with $D(A) \leq K$, find a large structured subset $A' \subset A$ which 'obviously' has $D(A') \leq K + \varepsilon$, with $D(A) := |A - A|/|A|$.

  • Partially addresses Green's Open Problems #30 #1565
  • The conjecture is open-ended on multiple fronts:
    • Multiple interpretations of "large structured subset" and "obviously" are possible, as highlighted in feat(GreensOpenProblems): 30 #1612
    • The expected answer to the conjecture needs to be such example subsets, is finding one enough? Do we want construction rules or a full class of compatible subsets?
    • The full conjecture is left as a TODO
  • As a starting point, I propose formalizing the helping example provided by Green in his comments:

If $|A - A| \leq (4 - \varepsilon)|A|$, then there is a progression $P$ of length $\gg_\varepsilon |A|$ on which $A$ has density $> 1/2$. Then $A' := A \cap P$ "obviously" has $D(A') \leq 4$

  • First quick draft obtained with the help of Gemini 3.1 Pro, and then heavily rearranged for style and modularity

Testing

✅ Builds successfully.

$ lake build FormalConjectures/GreensOpenProblems/30.lean 
Build completed successfully (7975 jobs).

@github-actions github-actions bot added the green-problems Problems from https://people.maths.ox.ac.uk/greenbj/papers/open-problems.pdf label Mar 11, 2026
@jeangud jeangud mentioned this pull request Mar 11, 2026
2 tasks
@jeangud jeangud marked this pull request as draft March 22, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

green-problems Problems from https://people.maths.ox.ac.uk/greenbj/papers/open-problems.pdf

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant