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] - refactor(analysis/asymptotics): make definitions immediately irreducible #6021

Closed
wants to merge 2 commits into from

Conversation

gebner
Copy link
Member

@gebner gebner commented Feb 3, 2021


In preparation of 🍀, where attribute [irreducible] will no longer work.

@robertylewis robertylewis added the mathport For compatibility with Lean 4 changes, to simplify porting label Feb 3, 2021
@gebner gebner added the awaiting-review The author would like community review of the PR label Feb 3, 2021
Copy link
Member

@fpvandoorn fpvandoorn left a comment

Choose a reason for hiding this comment

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

bors d+

@@ -383,12 +403,12 @@ by simp only [is_O_with, norm_norm]
alias is_O_with_norm_right ↔ asymptotics.is_O_with.of_norm_right asymptotics.is_O_with.norm_right

@[simp] theorem is_O_norm_right : is_O f (λ x, ∥g' x∥) l ↔ is_O f g' l :=
exists_congr $ λ _, is_O_with_norm_right
by unfold is_O; exact exists_congr (λ _, is_O_with_norm_right)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
by unfold is_O; exact exists_congr (λ _, is_O_with_norm_right)
by { unfold is_O, exact exists_congr (λ _, is_O_with_norm_right) }

Here and below, can you use the by { t1, t2 } idiom instead of by t1; t2?

@bors
Copy link

bors bot commented Feb 3, 2021

✌️ gebner can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@gebner
Copy link
Member Author

gebner commented Feb 4, 2021

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 4, 2021
bors bot pushed a commit that referenced this pull request Feb 4, 2021
@bors
Copy link

bors bot commented Feb 4, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title refactor(analysis/asymptotics): make definitions immediately irreducible [Merged by Bors] - refactor(analysis/asymptotics): make definitions immediately irreducible Feb 4, 2021
@bors bors bot closed this Feb 4, 2021
@bors bors bot deleted the irreducible_asymptotics branch February 4, 2021 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mathport For compatibility with Lean 4 changes, to simplify porting ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants