Skip to content

Conversation

@hanjiadong0
Copy link

No description provided.

@google-cla
Copy link

google-cla bot commented Dec 4, 2025

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.

Comment on lines +18 to +25
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
Copy link
Collaborator

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. -/

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change


end

/- Let D be the diagonal group of SL_n(R) where n ≥ 3.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
/- 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?

Comment on lines +115 to +116

abbrev SL4 (R : Type*) [CommRing R] :=
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
abbrev SL4 (R : Type*) [CommRing R] :=
abbrev SL4 (R : Type*) [CommRing R] :=

Comment on lines +108 to +110
/- Die natürliche Einbettung `F[t] →+* F((t⁻¹))`:
Polynom → Potenzreihe → Laurentreihe. -/

Copy link
Collaborator

Choose a reason for hiding this comment

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

Englisch bitte :)

Comment on lines +154 to +155
¬ IsClosed (MulAction.orbit (diagonalSubgroup (Fin 4) (K F)) z) :=
by
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
¬ IsClosed (MulAction.orbit (diagonalSubgroup (Fin 4) (K F)) z) :=
by
¬ IsClosed (MulAction.orbit (diagonalSubgroup (Fin 4) (K F)) z) := by

@YaelDillies YaelDillies added the awaiting-author The author should answer a question or perform changes. Reply when done. label Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-author The author should answer a question or perform changes. Reply when done.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants