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] - chore(order/filter/at_top_bot): add/rename lemmas about limits like ±∞*c #5333

Closed
wants to merge 19 commits into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Dec 12, 2020

New lemmas

  • filter.tendsto.nsmul_at_top and filter.tendsto.nsmul_at_bot;
  • filter.tendsto_mul_self_at_top;
  • filter.tendsto.at_top_mul_at_bot, filter.tendsto.at_bot_mul_at_top,
    filter.tendsto.at_bot_mul_at_bot;
  • filter.tendsto.at_top_of_const_mul, filter.tendsto.at_top_of_mul_const;
  • filter.tendsto.at_top_div_const, filter.tendsto.neg_const_mul_at_top,
    filter.tendsto.at_top_mul_neg_const, filter.tendsto.const_mul_at_bot,
    filter.tendsto.at_bot_mul_const, filer.tendsto.at_bot_div_const,
    filter.tendsto.neg_const_mul_at_bot, filter.tendsto.at_bot_mul_neg_const.

Renamed lemmas

  • tendsto_pow_at_topfilter.tendsto_pow_at_top;
  • tendsto_at_top_mul_leftfilter.tendsto.const_mul_at_top';
  • tendsto_at_top_mul_rightfilter.tendsto.at_top_mul_const';
  • tendsto_at_top_mul_left'filter.tendsto.const_mul_at_top;
  • tendsto_at_top_mul_right'filer.tendsto.at_top_mul_const;
  • tendsto_mul_at_topfilter.tendsto.at_top_mul;
  • tendsto_mul_at_botfilter.tendsto.at_top_mul_neg;
  • tendsto_at_top_mul_at_topfilter.tendsto.at_top_mul_at_top.

@urkud urkud added the WIP Work in progress label Dec 12, 2020
@urkud urkud changed the title chore(topology/*): more lemmas about limits like ±∞*c chore(order/filter/at_top_bot): more lemmas about limits like ±∞*c Dec 12, 2020
@urkud urkud changed the title chore(order/filter/at_top_bot): more lemmas about limits like ±∞*c chore(order/filter/at_top_bot): add/rename lemmas about limits like ±∞*c Dec 12, 2020
@urkud urkud added awaiting-review The author would like community review of the PR and removed WIP Work in progress labels Dec 12, 2020
src/order/filter/at_top_bot.lean Outdated Show resolved Hide resolved
src/order/filter/at_top_bot.lean Outdated Show resolved Hide resolved
@sgouezel sgouezel added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Dec 14, 2020
@urkud urkud added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Dec 14, 2020
@sgouezel
Copy link
Collaborator

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 Dec 14, 2020
bors bot pushed a commit that referenced this pull request Dec 14, 2020
…±∞*c` (#5333)

### New lemmas

* `filter.tendsto.nsmul_at_top` and `filter.tendsto.nsmul_at_bot`;
* `filter.tendsto_mul_self_at_top`;
* `filter.tendsto.at_top_mul_at_bot`, `filter.tendsto.at_bot_mul_at_top`,
  `filter.tendsto.at_bot_mul_at_bot`;
* `filter.tendsto.at_top_of_const_mul`, `filter.tendsto.at_top_of_mul_const`;
* `filter.tendsto.at_top_div_const`, `filter.tendsto.neg_const_mul_at_top`,
  `filter.tendsto.at_top_mul_neg_const`, `filter.tendsto.const_mul_at_bot`,
  `filter.tendsto.at_bot_mul_const`, `filer.tendsto.at_bot_div_const`,
  `filter.tendsto.neg_const_mul_at_bot`, `filter.tendsto.at_bot_mul_neg_const`.

### Renamed lemmas

* `tendsto_pow_at_top` → `filter.tendsto_pow_at_top`;
* `tendsto_at_top_mul_left` → `filter.tendsto.const_mul_at_top'`;
* `tendsto_at_top_mul_right` → `filter.tendsto.at_top_mul_const'`;
* `tendsto_at_top_mul_left'` → `filter.tendsto.const_mul_at_top`;
* `tendsto_at_top_mul_right'` → `filer.tendsto.at_top_mul_const`;
* `tendsto_mul_at_top` → `filter.tendsto.at_top_mul`;
* `tendsto_mul_at_bot` → `filter.tendsto.at_top_mul_neg`;
* `tendsto_at_top_mul_at_top` → `filter.tendsto.at_top_mul_at_top`.
@bors
Copy link

bors bot commented Dec 14, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(order/filter/at_top_bot): add/rename lemmas about limits like ±∞*c [Merged by Bors] - chore(order/filter/at_top_bot): add/rename lemmas about limits like ±∞*c Dec 14, 2020
@bors bors bot closed this Dec 14, 2020
@bors bors bot deleted the at-top-bot-mul branch December 14, 2020 16:38
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+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants