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(LinearAlgebra/Matrix): define projective special linear group #7791

Closed
wants to merge 6 commits into from

Conversation

shuxuezhuyi
Copy link
Collaborator


Open in Gitpod

@shuxuezhuyi shuxuezhuyi added awaiting-review t-algebra Algebra (groups, rings, fields etc) labels Oct 20, 2023
@alexjbest
Copy link
Member

Do you have plans to prove theorems about PSL using this definition?

@shuxuezhuyi
Copy link
Collaborator Author

Do you have plans to prove theorems about PSL using this definition?

Yes, but I will not prove many theorems about PSL since I only know a little about algebra. I only need PSL(2, ℝ) to define the Fuchs group.

@alexjbest
Copy link
Member

Ok sounds good. Looking forward to seeing some Fuchsian groups.

maintainer merge

@github-actions
Copy link

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

@alexjbest
Copy link
Member

alexjbest commented Oct 21, 2023

It would also be good to add some API like we have for SpecialLinearGroup
so things like

Coe (Matrix.ProjectiveSpecialLinearGroup n R) (Matrix n n R)

lemmas ext, ext_iff etc

Can you add that in this PR too actually?

@alexjbest
Copy link
Member

Actually thinking about it more, I'm not sure what lemmas even make sense, we don't have an actual coercion to matrices, so maybe this is fine like it is.

@eric-wieser eric-wieser self-assigned this Oct 21, 2023
@shuxuezhuyi
Copy link
Collaborator Author

I suspect that it might be problematic to instance a coercion from PSL to SL, since there is no canonical embedding from PSL to SL.
Actually, I defined a function sl : PSL → SL:

noncomputable def sl (a : ProjectiveSpecialLinearGroup n R) :
    SpecialLinearGroup n R := Classical.choose a.exists_rep

And I used it to instance MulAction PSL(2, ℝ) ℍ. But I am also trying to see if I can avoid using it.

@eric-wieser
Copy link
Member

eric-wieser commented Oct 21, 2023

That sl looks like a bad idea to me

@digama0
Copy link
Member

digama0 commented Oct 21, 2023

Note: I have pushed an update to the lean toolchain because this PR was on a buggy version of the toolchain. WARNING: checking out old commits of this PR using v4.2.0-rc2 or v4.2.0-rc3 can cause lake clean to delete your mathlib folder! If you need to do so, make sure to delete lakefile.olean manually before running any lake commands.

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Dec 12, 2023
@Ruben-VandeVelde
Copy link
Collaborator

This is a pretty bare definition, but unless someone has suggestions on what to add, I think we could merge it.

maintainer merge

Copy link

🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde.

Comment on lines +28 to +30
/-- A projective special linear group is the quotient of a special linear group by its center.-/
abbrev ProjectiveSpecialLinearGroup : Type _ :=
SpecialLinearGroup n R ⧸ Subgroup.center (SpecialLinearGroup n R)
Copy link
Member

Choose a reason for hiding this comment

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

Is X / Subgroup.Center X something worth naming in its own right?

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 there is no standard name for this, so it would only confuse people.

@riccardobrasca
Copy link
Member

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Feb 23, 2024
mathlib-bors bot pushed a commit that referenced this pull request Feb 23, 2024
…7791)




Co-authored-by: Mario Carneiro <di.gama@gmail.com>
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 23, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(LinearAlgebra/Matrix): define projective special linear group [Merged by Bors] - feat(LinearAlgebra/Matrix): define projective special linear group Feb 23, 2024
@mathlib-bors mathlib-bors bot closed this Feb 23, 2024
@mathlib-bors mathlib-bors bot deleted the WenYang/PSL branch February 23, 2024 23:30
thorimur pushed a commit that referenced this pull request Feb 24, 2024
…7791)




Co-authored-by: Mario Carneiro <di.gama@gmail.com>
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
thorimur pushed a commit that referenced this pull request Feb 26, 2024
…7791)




Co-authored-by: Mario Carneiro <di.gama@gmail.com>
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
riccardobrasca pushed a commit that referenced this pull request Mar 1, 2024
…7791)




Co-authored-by: Mario Carneiro <di.gama@gmail.com>
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
dagurtomas pushed a commit that referenced this pull request Mar 22, 2024
…7791)




Co-authored-by: Mario Carneiro <di.gama@gmail.com>
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
Louddy pushed a commit that referenced this pull request Apr 15, 2024
…7791)




Co-authored-by: Mario Carneiro <di.gama@gmail.com>
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintainer-merge 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

8 participants