Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat(combinatorics/simple_graph/regularity/bound): Local positivity extension #18368

Closed
wants to merge 2 commits into from

Conversation

YaelDillies
Copy link
Collaborator

I was finding myself writing long positivity proofs that relied only on a few Szemerédi Regularity Lemma-specific lemmas before applying a bunch of usual positivity lemmas.

This provides a SRL-specific positivity extension, which I turn on locally in the files internal to the proof of SRL. It works great and has significantly reduced the clutter.


Open in Gitpod

@YaelDillies YaelDillies requested a review from a team as a code owner February 3, 2023 09:18
@YaelDillies YaelDillies added awaiting-review The author would like community review of the PR t-combinatorics Combinatorics t-meta Tactics, attributes or user commands labels Feb 3, 2023

lemma coe_m_add_one_pos : 0 < (m : ℝ) + 1 := nat.cast_add_one_pos _
lemma coe_m_add_one_pos : 0 < (m : ℝ) + 1 := by positivity
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we still need this lemma at all? Even before it was just a single library result, but now looks like it might get folded into a positivity application

Copy link
Collaborator Author

@YaelDillies YaelDillies Feb 6, 2023

Choose a reason for hiding this comment

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

Yeah, #18371 uses three times explicitly and it helps elaboration quite a lot.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah I see

@b-mehta
Copy link
Collaborator

b-mehta commented Feb 9, 2023

maintainer merge

@github-actions
Copy link

github-actions bot commented Feb 9, 2023

🚀 Pull request has been placed on the maintainer queue by b-mehta.

@kmill
Copy link
Collaborator

kmill commented Feb 28, 2023

Thanks,

bors r+

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Feb 28, 2023
bors bot pushed a commit that referenced this pull request Feb 28, 2023
… extension (#18368)

I was finding myself writing long positivity proofs that relied only on a few Szemerédi Regularity Lemma-specific lemmas before applying a bunch of usual positivity lemmas.

This provides a SRL-specific `positivity` extension, which I turn on locally in the files internal to the proof of SRL. It works great and has significantly reduced the clutter.
@bors
Copy link

bors bot commented Feb 28, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Feb 28, 2023
… extension (#18368)

I was finding myself writing long positivity proofs that relied only on a few Szemerédi Regularity Lemma-specific lemmas before applying a bunch of usual positivity lemmas.

This provides a SRL-specific `positivity` extension, which I turn on locally in the files internal to the proof of SRL. It works great and has significantly reduced the clutter.
@bors
Copy link

bors bot commented Feb 28, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Mar 1, 2023
… extension (#18368)

I was finding myself writing long positivity proofs that relied only on a few Szemerédi Regularity Lemma-specific lemmas before applying a bunch of usual positivity lemmas.

This provides a SRL-specific `positivity` extension, which I turn on locally in the files internal to the proof of SRL. It works great and has significantly reduced the clutter.
@bors
Copy link

bors bot commented Mar 1, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Mar 1, 2023
… extension (#18368)

I was finding myself writing long positivity proofs that relied only on a few Szemerédi Regularity Lemma-specific lemmas before applying a bunch of usual positivity lemmas.

This provides a SRL-specific `positivity` extension, which I turn on locally in the files internal to the proof of SRL. It works great and has significantly reduced the clutter.
@bors
Copy link

bors bot commented Mar 1, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(combinatorics/simple_graph/regularity/bound): Local positivity extension [Merged by Bors] - feat(combinatorics/simple_graph/regularity/bound): Local positivity extension Mar 1, 2023
@bors bors bot closed this Mar 1, 2023
@bors bors bot deleted the positivity_szemeredi branch March 1, 2023 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-combinatorics Combinatorics t-meta Tactics, attributes or user commands
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants