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.Algebra.Order.Field #2626

Closed
wants to merge 7 commits into from

Conversation

urkud
Copy link
Member

@urkud urkud commented Mar 4, 2023

I made substantial changes to the proofs. To avoid backporting most of them, in leanprover-community/mathlib#18552 I add private to lemmas that are deleted in this PR. Also, I backport Homeomorph.symm_symm in leanprover-community/mathlib#18551


Open in Gitpod

@urkud urkud force-pushed the port/Topology.Algebra.Order.Field branch 3 times, most recently from 596e6d5 to 1c027f0 Compare March 4, 2023 18:25
@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 Mar 4, 2023
@urkud urkud force-pushed the port/Topology.Algebra.Order.Field branch from ada1055 to 1a36d9b Compare March 5, 2023 04:33
@eric-wieser
Copy link
Member

Also, I backport Homeomorph.symm_symm in leanprover-community/mathlib#18551

This will still need a forward-port PR to update the sha

@@ -77,6 +77,8 @@ protected def symm (h : α ≃ₜ β) : β ≃ₜ α where
toEquiv := h.toEquiv.symm
#align homeomorph.symm Homeomorph.symm

@[simp] theorem symm_symm (h : α ≃ₜ β) : h.symm.symm = h := rfl
Copy link
Member

Choose a reason for hiding this comment

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

This will need an #align once the backport goes through. It might be sensible to add it now so we don't forget.

@urkud urkud force-pushed the port/Topology.Algebra.Order.Field branch from 4ebfa6b to 799074e Compare March 5, 2023 07:51
@urkud urkud force-pushed the port/Topology.Algebra.Order.Field branch from 799074e to b37e208 Compare March 5, 2023 19:44
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

@semorrison semorrison added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Mar 6, 2023
bors bot pushed a commit that referenced this pull request Mar 6, 2023
I made substantial changes to the proofs. To avoid backporting most of them, in leanprover-community/mathlib#18552 I add `private` to lemmas that are deleted in this PR. Also, I backport `Homeomorph.symm_symm` in leanprover-community/mathlib#18551
@bors
Copy link

bors bot commented Mar 6, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: port Topology.Algebra.Order.Field [Merged by Bors] - feat: port Topology.Algebra.Order.Field Mar 6, 2023
@bors bors bot closed this Mar 6, 2023
@bors bors bot deleted the port/Topology.Algebra.Order.Field branch March 6, 2023 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

4 participants