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: port Topology.Basic #1826

Closed
wants to merge 11 commits into from
Closed

Conversation

urkud
Copy link
Member

@urkud urkud commented Jan 25, 2023


Open in Gitpod

@urkud urkud added awaiting-review The author would like community review of the PR mathlib-port This is a port of a theory file from mathlib. labels Jan 25, 2023
Mathlib/Topology/Basic.lean Outdated Show resolved Hide resolved
Mathlib/Topology/Basic.lean Outdated Show resolved Hide resolved
Mathlib/Topology/Basic.lean Outdated Show resolved Hide resolved
Mathlib/Topology/Basic.lean Outdated Show resolved Hide resolved
Co-authored-by: Frédéric Dupuis <31101893+dupuisf@users.noreply.github.com>
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

LGTM, except for a naming question about lim_under/limUnder.

noncomputable def lim [Nonempty α] (f : Filter β) (g : β → α) : α :=
/-- If `f` is a filter in `β` and `g : β → α` is a function, then `lim_under f g` is a limit of `g`
at `f`, if it exists. -/
noncomputable def lim_under [Nonempty α] (f : Filter β) (g : β → α) : α :=
Copy link
Member

Choose a reason for hiding this comment

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

I think the naming convention would suggest camelCasing this:

Suggested change
noncomputable def lim_under [Nonempty α] (f : Filter β) (g : β → α) : α :=
noncomputable def limUnder [Nonempty α] (f : Filter β) (g : β → α) : α :=

@jcommelin
Copy link
Member

bors d+

@bors
Copy link

bors bot commented Jan 26, 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.

@github-actions github-actions bot added delegated and removed awaiting-review The author would like community review of the PR labels Jan 26, 2023
@jcommelin
Copy link
Member

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Jan 26, 2023
bors bot pushed a commit that referenced this pull request Jan 26, 2023
Co-authored-by: Johan Commelin <johan@commelin.net>
@bors
Copy link

bors bot commented Jan 26, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: port Topology.Basic [Merged by Bors] - feat: port Topology.Basic Jan 26, 2023
@bors bors bot closed this Jan 26, 2023
@bors bors bot deleted the port/Topology.Basic branch January 26, 2023 08:25
bors bot pushed a commit that referenced this pull request Mar 27, 2023
These files have been primarily modified by backports and need little modification:

* `topology.basic`: #1826 - modified with a porting note, which can now be removed
* `data.real.cau_seq_completion`: #1469 - not a backport, but forgot to update the SHA
* `order.filter.n_ary.basic`: #1967 - this PR forgot to update the SHA
* `ring_theory.valuation.basic`: The change is a small golf that is now included in this PR


Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated mathlib-port This is a port of a theory file from mathlib. ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants