Relabelling the coordinates of a split torus #
A permutation τ of the index set of the rank-sigma split torus permutes its coordinates, hence
acts on its character lattice sigma →₀ ℤ, on its coordinate Hopf algebra, and on the group scheme
itself. This file records that action at all three levels, together with its two structural
identities: it is multiplicative in τ and trivial at the identity permutation.
The character-lattice map sends a character χ to χ ∘ τ⁻¹. On points, a character is
precomposed with this map, so a coordinate tuple d becomes d ∘ τ. A consumer that has to
check a finite-order
relation for a relabelling — the graph automorphism of a Chevalley group is the case this file was
written for — gets it from the two identities below and the order of τ in Equiv.Perm sigma,
with no further computation.
Main declarations #
TauCeti.SplitTorus.characterRelabel: the induced automorphism of the character lattice.TauCeti.SplitTorus.characterRelabelHom: the same map, read inFGCommGrpCat.TauCeti.SplitTorus.relabelCoordinateMap: the induced automorphism of the coordinate Hopf algebra.TauCeti.SplitTorus.relabel: the induced automorphism of the split-torus group scheme.TauCeti.SplitTorus.relabelIso: the same automorphism as a bundled isomorphism.TauCeti.SplitTorus.schemePointsMulEquiv_relabel: its action on coordinate tuples.
Universes #
The character lattice and the coordinate Hopf algebra are relabelled for a base ring in an
arbitrary universe. From relabel onwards the base ring and the index set must share a universe:
TauCeti.SplitTorus.groupScheme takes (R sigma : Type u), and its scheme-valued points take the
value algebra in that same universe, because Mathlib's hopfSpec and Spec.mapMulEquiv are
same-universe.
References #
- J. S. Milne, Algebraic Groups (2017), §12.
Relabelling the characters of the rank-sigma split torus along a permutation of sigma.
It sends the character χ to χ ∘ τ⁻¹.
Instances For
Relabelling a character reindexes its coordinate function.
Relabelling an additively written character.
Relabelling is multiplicative in the permutation.
Relabelling by the identity permutation is the identity.
The relabelling of the character group, read as a morphism of finitely generated commutative groups.
Equations
Instances For
The underlying monoid homomorphism of characterRelabelHom.
Relabelling of character groups is multiplicative in the permutation.
Relabelling of character groups by the identity permutation is the identity.
The relabelling automorphism of the coordinate Hopf algebra of the split torus.
Equations
Instances For
The bialgebra morphism underlying the coordinate relabelling.
Coordinate relabelling is multiplicative in the permutation.
Coordinate relabelling by the identity permutation is the identity.
Coordinate relabelling is injective, as the underlying map of an isomorphism.
The relabelling automorphism of the split-torus group scheme. On points a character is
precomposed with characterRelabel τ, so the coordinate tuple d becomes d ∘ τ.
Equations
Instances For
Relabelling of group schemes is multiplicative in the permutation.
Relabelling by the identity permutation is the identity.
The relabelling automorphism of the split torus, bundled as an isomorphism.
Equations
Instances For
The inverse of the bundled relabelling is relabelling by the inverse permutation.
Bundled relabelling is multiplicative, with the order reversed by categorical composition.
Bundled relabelling by the identity permutation is the identity automorphism.
The forward morphism of a power of a relabelling is relabelling by the corresponding permutation power.
On scheme-valued points, relabelling sends a coordinate tuple d to d ∘ τ.
The group-scheme relabelling is the spectrum of the coordinate relabelling, read across the canonical presentation of the split torus.