The diagonal torus of the general linear group scheme #
The rank-N split torus has A-points Fin N → Aˣ, while the general linear group has
A-points GL (Fin N) A. The diagonal embedding
(t₀, …, tₙ₋₁) ↦ diag(t₀, …, tₙ₋₁)
is natural in the commutative R-algebra A. This file uses full faithfulness of the functor of
points to recover its coordinate Hopf-algebra morphism, then applies relative spectrum to obtain
the group-scheme morphism TauCeti.GeneralLinear.diagonalTorus.
The diagonal torus acts on the root subgroup for εᵢ - εⱼ with that character. On
algebra-valued points the pinning equation is
t xᵢⱼ(c) t⁻¹ = xᵢⱼ(tᵢ c tⱼ⁻¹).
Thus the split maximal torus and the root subgroups of the worked GLₙ construction are linked
by the same equation required of a pinned Chevalley--Demazure group scheme.
Main declarations #
TauCeti.GeneralLinear.diagonalTorusPoints: the diagonal embedding on algebra-valued points.TauCeti.GeneralLinear.diagonalTorusCoordinateMap: its coordinate Hopf-algebra morphism.TauCeti.GeneralLinear.diagonalTorusCoordinateMap_X: its value on each generic matrix entry.TauCeti.GeneralLinear.diagonalTorusCoordinateMap_baseChange: compatibility with scalar extension and the canonical coordinate Hopf-algebra base-change isomorphisms.TauCeti.GeneralLinear.diagonalTorus: the corresponding group-scheme morphism.TauCeti.GeneralLinear.diagonalTorusPoints_mul_rootSubgroupPoints_mul_inv: the root-character conjugation equation.TauCeti.GeneralLinear.schemePointsMulEquiv_diagonalTorus: on scheme-valued points, composing with the diagonal torus morphism is the diagonal matrix of the coordinates.
References #
- J. S. Milne, Algebraic Groups (2017), §21.
- J. E. Humphreys, Linear Algebraic Groups (1975), §26.3.
- The points-map, natural-transformation, coordinate-morphism, and relative-spectrum
constructions are adapted from the formal template in
TauCeti.Algebra.AlgebraicGroup.GeneralLinear.Root.Subgroup.
This is the split-torus and root-subgroup pinning equation in Layer 9 of
TauCetiRoadmap/ReductiveGroups/README.md, a prerequisite for milestone L0 of the
CFSGStatement roadmap.
Restrict a same-universe coordinate family on ULift (Fin N) to the canonical copy of
Fin N. The universe lift is required only by the current same-universe group-scheme API.
Equations
- TauCeti.GeneralLinear.diagonalTorusCoordinates = { toFun := fun (t : ULift.{?u.2, 0} (Fin N) → Aˣ) (i : Fin N) => t { down := i }, map_one' := ⋯, map_mul' := ⋯ }
Instances For
Restricting a universe-lifted coordinate family evaluates it at the canonical lift.
The diagonal-torus homomorphism on A-points. Under the split-torus and general-linear
points equivalences it is the diagonal embedding diagGL : (Fin N → Aˣ) →* GL (Fin N) A.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Reading the image of a split-torus point as an invertible matrix gives the diagonal matrix whose diagonal entries are the coordinates of that point.
The diagonal embedding is natural in the value algebra.
Conjugation by a diagonal-torus point acts on the root subgroup for εᵢ - εⱼ by
the corresponding character t ↦ tᵢ tⱼ⁻¹.
The natural transformation of group-valued functors whose component sends a coordinate family of units to the corresponding diagonal invertible matrix.
Equations
- TauCeti.GeneralLinear.diagonalTorusPointsMap = { app := fun (A : CommAlgCat R) => GrpCat.ofHom TauCeti.GeneralLinear.diagonalTorusPoints, naturality := ⋯ }
Instances For
The component of the natural diagonal-torus map at a value algebra is
diagonalTorusPoints.
The coordinate morphism of the diagonal torus, recovered from its natural action on points. Its direction is opposite to the represented group-scheme morphism.
Equations
Instances For
Precomposition by the diagonal-torus coordinate morphism is the previously constructed natural map on convolution points.
On every value algebra, the map induced by the diagonal-torus coordinate morphism is
diagonalTorusPoints.
The diagonal-torus coordinate morphism sends a generic matrix entry to the corresponding coordinate character on the diagonal, and to zero off the diagonal.
The diagonal-torus coordinate morphism commutes with base change. After identifying the base changes of the general-linear and split-torus coordinate Hopf algebras with their direct constructions over the new base, scalar extension of the diagonal embedding is the diagonal embedding over the new base.
The diagonal torus of GLₙ, as a morphism from the rank-N split torus group scheme.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The diagonal torus is relative spectrum applied contravariantly to its coordinate morphism, transported across the named presentations of the split torus and general linear group.
The diagonal torus on scheme-valued points: composing an A-point of the split torus
with the diagonal torus morphism gives the diagonal invertible matrix whose diagonal entries are
the coordinates of that point.