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(topology/instances/nnreal): generalize has_continuous_smul instance #16713

Closed
wants to merge 1 commit into from

Conversation

j-loreaux
Copy link
Collaborator

This generalizes the has_continuous_smul ℝ≥0 ℝ instance to has_continuous_smul ℝ≥0 α whenever there is a mul_action ℝ α with has_continuous_smul R α (the mul_action is the minimal assumption to get an induced action of ℝ≥0 on α in mathlib).


Open in Gitpod

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.

Thanks 🎉

bors merge

@leanprover-community-bot-assistant leanprover-community-bot-assistant 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 Sep 30, 2022
bors bot pushed a commit that referenced this pull request Sep 30, 2022
…tance (#16713)

This generalizes the `has_continuous_smul ℝ≥0 ℝ` instance to `has_continuous_smul ℝ≥0 α` whenever there is a `mul_action ℝ α` with `has_continuous_smul R α` (the `mul_action` is the minimal assumption to get an induced action of `ℝ≥0` on `α` in mathlib).
@bors
Copy link

bors bot commented Sep 30, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(topology/instances/nnreal): generalize has_continuous_smul instance [Merged by Bors] - feat(topology/instances/nnreal): generalize has_continuous_smul instance Sep 30, 2022
@bors bors bot closed this Sep 30, 2022
@bors bors bot deleted the j-loreaux/nnreal-continuous-smul branch September 30, 2022 11:03
bors bot pushed a commit that referenced this pull request Oct 7, 2022
…spondence between closed ideals in `C(X, 𝕜)` and open sets in `X` (#16677)

For a topological ring `R` and a topological space `X` there is a Galois connection between `ideal C(X, R)` and `set X` given by sending each `I : ideal C(X, R)` to `{x : X | ∀ f ∈ I, f x = 0}ᶜ` and mapping `s : set X` to the ideal with carrier `{f : C(X, R) | ∀ x ∈ sᶜ, f x = 0}`, and we call these maps `continuous_map.set_of_ideal` and `continuous_map.ideal_of_set`. As long as `R` is Hausdorff, `continuous_map.set_of_ideal I` is open, and if, in addition, `X` is locally compact, then `continuous_map.set_of_ideal s` is closed.

When `R = 𝕜` with `is_R_or_C 𝕜` and `X` is compact Hausdorff, then this Galois connection can be improved to a true Galois correspondence (i.e., order isomorphism) between the type `opens X` and the subtype of closed ideals of `C(X, R)`. As a consequence, the maximal ideals correspond precisely to (complements of) singletons, but this fact will appear in a separate PR.

- [x] depends on: #16664 
- [x] depends on: #16709
- [x] depends on: #16713 
- [x] depends on: #16714
bors bot pushed a commit that referenced this pull request Oct 24, 2022
…to (complements of) singletons (#16719)

This establishes the correspondence between maximal ideals of `C(X, 𝕜)`  (where `X` is compact Hausdorff and `is_R_or_C 𝕜`) and the complements of singletons in `X`. This allows for the proof that the natural map from `X` to `character_space 𝕜 C(X, 𝕜)` is a homeomorphism.

- [x] depends on: #16709 
- [x] depends on: #16713 
- [x] depends on: #16714 
- [x] depends on: #16677 
- [x] depends on: #16663
- [x] depends on: #16721
- [x] depends on: #16722 
- [x] depends on: #16801
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy < 20s of review time. See the lifecycle page for guidelines. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-topology Topological spaces, uniform spaces, metric spaces, filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants