Skip to content

feat(Paper): three-sunflower-free set systems#4268

Open
SproutSeeds wants to merge 1 commit into
google-deepmind:mainfrom
SproutSeeds:cody/three-sunflower-paper-v2
Open

feat(Paper): three-sunflower-free set systems#4268
SproutSeeds wants to merge 1 commit into
google-deepmind:mainfrom
SproutSeeds:cody/three-sunflower-paper-v2

Conversation

@SproutSeeds

Copy link
Copy Markdown
Contributor

Summary

  • add a paper-backed Formal Conjectures entry for the published v2 preprint "Three-sunflower-free set systems with bounded pairwise intersections"
  • define M3/I3-style bounded-intersection three-sunflower extremal quantities and the restricted-threshold interface
  • record the v2 solved statements, the Mantel-tight structural reduction, and the open t >= 3 / t = 2 constant questions, with Lean v2 formal-proof links where available

Verification

  • lake --wfail build FormalConjectures.Paper.ThreeSunflowerFreeSetSystems
  • lake --wfail build

@github-actions

Copy link
Copy Markdown

👋 This is an automated welcome message. 🤖
Thanks for the contributions!

A few friendly reminders while the review gets started:

  • Please take a look at the style guidelines,
    especially the conventions for references, categories, AMS tags, and answer(sorry).
  • You can manage some PR labels by leaving a comment with +label-name or -label-name; for example, +awaiting-author or -awaiting-author.
  • This repository is mainly for formalised statements. Proofs longer than about 25-50 lines are usually out of scope; longer proofs are welcome to be included/linked via the formal_proof mechanism.

Thanks again for helping improve Formal Conjectures.

@mo271

mo271 commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

please mark as "Ready for review" when it is ready for review

@mo271 mo271 added the awaiting-author The author should answer a question or perform changes. Reply when done. label Jun 15, 2026
@SproutSeeds SproutSeeds marked this pull request as ready for review June 15, 2026 18:55
@SproutSeeds

Copy link
Copy Markdown
Contributor Author

-awaiting-author

@github-actions github-actions Bot removed the awaiting-author The author should answer a question or perform changes. Reply when done. label Jun 16, 2026

@mo271 mo271 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! a few remarks:

  • Most of the docstrings in this file use backticks instead of standard LaTeX $ ... $.let's use Latex!
  • might it be possible to also link a few related references?

Generally this looks good mathematically, would potentially be good to relate it to other published questions/theorems

-/

import FormalConjectures.Util.ProblemImports
import FormalConjecturesForMathlib.Combinatorics.SetFamily.Sunflower

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import FormalConjecturesForMathlib.Combinatorics.SetFamily.Sunflower

Instead of importing it here do it in FormalConjecturesForMathlib.lean

Comment on lines +96 to +98
/-- A natural number is a prime power. -/
def IsPrimePower (q : ℕ) : Prop :=
∃ p a : ℕ, p.Prime ∧ 0 < a ∧ q = p ^ a

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mo271 mo271 added the awaiting-author The author should answer a question or perform changes. Reply when done. label Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-author The author should answer a question or perform changes. Reply when done.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants