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] - chore(LinearAlgebra/AffineSpace/AffineSubspace): trivial affine morphisms #8434

Closed
wants to merge 6 commits into from

Conversation

eric-wieser
Copy link
Member

We already have the LinearEquiv versions of these.
This also copies the lemmas around the definition


Open in Gitpod

@eric-wieser eric-wieser added awaiting-review The author would like community review of the PR awaiting-CI t-algebra Algebra (groups, rings, fields etc) labels Nov 16, 2023
Mathlib/LinearAlgebra/AffineSpace/AffineSubspace.lean Outdated Show resolved Hide resolved

This is the affine version of `LinearEquiv.ofEq`. -/
@[simps linear]
def ofEq (h : S₁ = S₂) : S₁ ≃ᵃ[k] S₂ where
Copy link
Contributor

Choose a reason for hiding this comment

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

Here the existing names are more chaotic, and ofEq is a reasonable choice:
Equiv.Set.ofEq, LinearEquiv.ofEq, RingEquiv.subringCongr, IntermediateField.equivOfEq, Subalgebra.equivOfEq

@eric-wieser eric-wieser changed the title chore(LinearAlgebra/AffineSpace/AffineSubspace): trivial isomorphisms chore(LinearAlgebra/AffineSpace/AffineSubspace): trivial affine orphisms Nov 17, 2023
@eric-wieser eric-wieser changed the title chore(LinearAlgebra/AffineSpace/AffineSubspace): trivial affine orphisms chore(LinearAlgebra/AffineSpace/AffineSubspace): trivial affine morphisms Nov 17, 2023
Copy link
Contributor

@alreadydone alreadydone left a comment

Choose a reason for hiding this comment

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

Thanks!

maintainer merge

Copy link

🚀 Pull request has been placed on the maintainer queue by alreadydone.

@ocfnash
Copy link
Contributor

ocfnash commented Nov 20, 2023

Thanks!

bors merge

@github-actions github-actions bot 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 Nov 20, 2023
mathlib-bors bot pushed a commit that referenced this pull request Nov 20, 2023
…isms (#8434)

We already have the `LinearEquiv` versions of these.
This also copies the lemmas around the definition
@mathlib-bors
Copy link

mathlib-bors bot commented Nov 20, 2023

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore(LinearAlgebra/AffineSpace/AffineSubspace): trivial affine morphisms [Merged by Bors] - chore(LinearAlgebra/AffineSpace/AffineSubspace): trivial affine morphisms Nov 20, 2023
@mathlib-bors mathlib-bors bot closed this Nov 20, 2023
@mathlib-bors mathlib-bors bot deleted the eric-wieser/affine-topEquiv branch November 20, 2023 11:31
alexkeizer pushed a commit that referenced this pull request Nov 21, 2023
…isms (#8434)

We already have the `LinearEquiv` versions of these.
This also copies the lemmas around the definition
grunweg pushed a commit that referenced this pull request Dec 15, 2023
…isms (#8434)

We already have the `LinearEquiv` versions of these.
This also copies the lemmas around the definition
awueth pushed a commit that referenced this pull request Dec 19, 2023
…isms (#8434)

We already have the `LinearEquiv` versions of these.
This also copies the lemmas around the definition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants