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(measure_theory/borel_space): continuity set of a function is measurable #4967

Closed
wants to merge 3 commits into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Nov 11, 2020

  • Move the definition of is_Gδ and basic lemmas to a separate file.
  • Prove that {x | continuous_at f x} is a Gδ set provided that the
    codomain is a uniform space with countable basis of the uniformity
    filter (e.g., an emetric_space). In particular, this set is
    measurable.
  • Rename nhds_le_uniformity to supr_nhds_le_uniformity.
  • Add new nhds_le_uniformity without in the statement.
  • Add uniform.continuous_at_iff_prod.

…surable

* Move the definition of `is_Gδ` and basic lemmas to a separate file.
* Prove that `{x | continuous_at f x}` is a Gδ set provided that the
  codomain is a uniform space with countable basis of the uniformity
  filter (e.g., an `emetric_space`). In particular, this set is
  measurable.
* Rename `nhds_le_uniformity` to `supr_nhds_le_uniformity`.
* Add new `nhds_le_uniformity` without `⨆` in the statement.
* Add `uniform.continuous_at_iff_prod`.
@urkud urkud added the awaiting-review The author would like community review of the PR label Nov 11, 2020
@urkud urkud requested a review from sgouezel November 11, 2020 08:34
src/topology/G_delta.lean Outdated Show resolved Hide resolved
@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 Nov 11, 2020
bors bot pushed a commit that referenced this pull request Nov 11, 2020
…surable (#4967)

* Move the definition of `is_Gδ` and basic lemmas to a separate file.
* Prove that `{x | continuous_at f x}` is a Gδ set provided that the
  codomain is a uniform space with countable basis of the uniformity
  filter (e.g., an `emetric_space`). In particular, this set is
  measurable.
* Rename `nhds_le_uniformity` to `supr_nhds_le_uniformity`.
* Add new `nhds_le_uniformity` without `⨆` in the statement.
* Add `uniform.continuous_at_iff_prod`.



Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>
@bors
Copy link

bors bot commented Nov 11, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(measure_theory/borel_space): continuity set of a function is measurable [Merged by Bors] - feat(measure_theory/borel_space): continuity set of a function is measurable Nov 11, 2020
@bors bors bot closed this Nov 11, 2020
@bors bors bot deleted the is-measurable-set-of-cont-at branch November 11, 2020 15:13
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