-
Notifications
You must be signed in to change notification settings - Fork 158
Add SL4 lattice over LaurentSeries and Huang–Shi Theorem 1.2 statement #1336
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
base: main
Are you sure you want to change the base?
Add SL4 lattice over LaurentSeries and Huang–Shi Theorem 1.2 statement #1336
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
| import Mathlib.RingTheory.Polynomial.Basic | ||
| import Mathlib | ||
| import Mathlib.RingTheory.LaurentSeries | ||
| import Mathlib.RingTheory.PowerSeries.Basic | ||
| import Mathlib.RingTheory.HahnSeries.Basic | ||
| import Mathlib.Topology.Algebra.Valued.ValuedField | ||
| import Mathlib.Topology.Algebra.Group.Basic | ||
| import Mathlib.GroupTheory.QuotientGroup.Basic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous import already covers these
|
|
||
| /- Let D be the diagonal group of SL_n(R) where n ≥ 3. | ||
| Then any relatively compact D-orbit in SL_n(R)/ SLn(Z) is closed. -/ | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| end | ||
|
|
||
| /- Let D be the diagonal group of SL_n(R) where n ≥ 3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /- Let D be the diagonal group of SL_n(R) where n ≥ 3. | |
| /-- Let D be the diagonal group of SL_n(R) where n ≥ 3. |
and can you please latex it?
|
|
||
| abbrev SL4 (R : Type*) [CommRing R] := |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| abbrev SL4 (R : Type*) [CommRing R] := | |
| abbrev SL4 (R : Type*) [CommRing R] := |
| /- Die natürliche Einbettung `F[t] →+* F((t⁻¹))`: | ||
| Polynom → Potenzreihe → Laurentreihe. -/ | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Englisch bitte :)
| ¬ IsClosed (MulAction.orbit (diagonalSubgroup (Fin 4) (K F)) z) := | ||
| by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ¬ IsClosed (MulAction.orbit (diagonalSubgroup (Fin 4) (K F)) z) := | |
| by | |
| ¬ IsClosed (MulAction.orbit (diagonalSubgroup (Fin 4) (K F)) z) := by |
No description provided.