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(Filter): lemmas from Mandelbrot connectedness project #7913

Closed
wants to merge 4 commits into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Oct 25, 2023

  • Add Filter.frequently_iff_neBot
    and Filter.frequently_mem_iff_neBot.

  • Drop some implicit arguments
    that are available from variable.

  • Add Filter.disjoint_prod and Filter.frequently_prod_and.

  • Swap Filter.le_prod with Filter.tendsto_prod_iff'
    to use the latter in the proof of the former.

Co-Authored-By: @girving


Open in Gitpod

- Add `Filter.frequently_iff_neBot`
  and `Filter.frequently_mem_iff_neBot`.

- Drop some implicit arguments
  that are available from `variable`.

- Add `Filter.disjoint_prod` and `Filter.frequently_prod_and`.

- Swap `Filter.le_prod` with `Filter.tendsto_prod_iff'`
  to use the latter in the proof of the former.
@girving
Copy link
Collaborator

girving commented Oct 25, 2023

Thank you for doing this! And the golfing in ray looks great too; I'll go through and remove some of the now-trivial ones this evening or tomorrow.

@urkud urkud added awaiting-review t-topology Topological spaces, uniform spaces, metric spaces, filters t-order Order theory labels Oct 25, 2023
@urkud urkud changed the title feat(Filter): lemmas from Mandelbrot connectivity project feat(Filter): lemmas from Mandelbrot connectedness project Oct 25, 2023
Copy link
Member

@ADedecker ADedecker left a comment

Choose a reason for hiding this comment

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

Thanks!

bors d+

@@ -1310,6 +1310,12 @@ theorem Eventually.exists {p : α → Prop} {f : Filter α} [NeBot f] (hp : ∀
hp.frequently.exists
#align filter.eventually.exists Filter.Eventually.exists

lemma frequently_iff_neBot {p : α → Prop} : (∃ᶠ x in l, p x) ↔ NeBot (l ⊓ 𝓟 {x | p x}) := by
Copy link
Member

Choose a reason for hiding this comment

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

Could you golf frequently_true_iff_neBot using this?

@bors
Copy link

bors bot commented Oct 25, 2023

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

@urkud
Copy link
Member Author

urkud commented Oct 25, 2023

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Oct 25, 2023
bors bot pushed a commit that referenced this pull request Oct 25, 2023
- Add `Filter.frequently_iff_neBot`
  and `Filter.frequently_mem_iff_neBot`.

- Drop some implicit arguments
  that are available from `variable`.

- Add `Filter.disjoint_prod` and `Filter.frequently_prod_and`.

- Swap `Filter.le_prod` with `Filter.tendsto_prod_iff'`
  to use the latter in the proof of the former.

Co-Authored-By: @girving
@bors
Copy link

bors bot commented Oct 25, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat(Filter): lemmas from Mandelbrot connectedness project [Merged by Bors] - feat(Filter): lemmas from Mandelbrot connectedness project Oct 25, 2023
@bors bors bot closed this Oct 25, 2023
@bors bors bot deleted the YK-filter-prod branch October 25, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated ready-to-merge This PR has been sent to bors. t-order Order theory t-topology Topological spaces, uniform spaces, metric spaces, filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants