Documentation

TauCeti.Algebra.Lie.UniversalEnveloping.Kostant.Orbit

Integral orbits of a Kostant form #

Let L be a Lie algebra over and let U_ℤ = kostantForm e h be the Kostant integral form generated by families e of root vectors and h of Cartan vectors. For a module V over U(L) and a vector v : V, this file studies the integral orbit

U_ℤ • v ⊆ V.

The orbit is stable under U_ℤ; in particular, it is preserved by the divided powers of the root vectors and the binomial coefficients of the Cartan vectors. When e and h generate L as a Lie algebra, its -span is the whole U(L)-submodule generated by v. For a cyclic module this is all of V.

Finite generation over is not proved here. Thus the orbit is not yet asserted to be a lattice in the sense of Humphreys §27; that requires the integral Poincaré--Birkhoff--Witt theorem. The present stability and spanning results are the parts of the admissible-lattice construction that are available without integral PBW.

The representation-oriented variant orbitOfRep starts from a subring S, an algebra representation ρ : A →ₐ[ℚ] End(V), and a set of generating vectors. It is the integral span of all their images under S. This avoids manufacturing a global A-module instance when a construction already carries its representation as an algebra homomorphism. Its specialization to the Kostant form and a singleton agrees with kostantOrbit.

Main definitions and results #

References #

def TauCeti.UniversalEnvelopingAlgebra.kostantOrbit {L : Type u} [LieRing L] [LieAlgebra L] {ι : Type w} {κ : Type u_1} {V : Type v} [AddCommGroup V] [Module (UniversalEnvelopingAlgebra L) V] (e : ιL) (h : κL) (v : V) :

The integral orbit generated by v under the Kostant form attached to e and h.

This is the span of v over the subring kostantForm e h, regarded as a -submodule of V. No finite-generation or lattice property is asserted.

Equations
Instances For
    @[simp]
    theorem TauCeti.UniversalEnvelopingAlgebra.mem_kostantOrbit_iff {L : Type u} [LieRing L] [LieAlgebra L] {ι : Type w} {κ : Type u_1} {V : Type v} [AddCommGroup V] [Module (UniversalEnvelopingAlgebra L) V] {e : ιL} {h : κL} {v x : V} :
    x kostantOrbit e h v ukostantForm e h, u v = x

    The Kostant orbit consists exactly of the vectors u • v for u in the integral form.

    theorem TauCeti.UniversalEnvelopingAlgebra.mem_kostantOrbit_self {L : Type u} [LieRing L] [LieAlgebra L] {ι : Type w} {κ : Type u_1} {V : Type v} [AddCommGroup V] [Module (UniversalEnvelopingAlgebra L) V] {e : ιL} {h : κL} {v : V} :

    The generating vector belongs to its Kostant orbit.

    theorem TauCeti.UniversalEnvelopingAlgebra.smul_mem_kostantOrbit {L : Type u} [LieRing L] [LieAlgebra L] {ι : Type w} {κ : Type u_1} {V : Type v} [AddCommGroup V] [Module (UniversalEnvelopingAlgebra L) V] {e : ιL} {h : κL} {v : V} {u : UniversalEnvelopingAlgebra L} (hu : u kostantForm e h) {x : V} (hx : x kostantOrbit e h v) :
    u x kostantOrbit e h v

    The Kostant orbit is stable under the integral form.

    theorem TauCeti.UniversalEnvelopingAlgebra.dividedPower_smul_mem_kostantOrbit {L : Type u} [LieRing L] [LieAlgebra L] {ι : Type w} {κ : Type u_1} {V : Type v} [AddCommGroup V] [Module (UniversalEnvelopingAlgebra L) V] {e : ιL} {h : κL} {v : V} (i : ι) (n : ) {x : V} (hx : x kostantOrbit e h v) :

    The divided powers of the root vectors preserve the Kostant orbit. This is the stability statement needed before locally finite root-vector exponentials can be defined.

    theorem TauCeti.UniversalEnvelopingAlgebra.ringChoose_smul_mem_kostantOrbit {L : Type u} [LieRing L] [LieAlgebra L] {ι : Type w} {κ : Type u_1} {V : Type v} [AddCommGroup V] [Module (UniversalEnvelopingAlgebra L) V] {e : ιL} {h : κL} {v : V} (i : κ) (n : ) {x : V} (hx : x kostantOrbit e h v) :

    The binomial coefficients of the Cartan vectors preserve the Kostant orbit.

    @[simp]
    theorem TauCeti.UniversalEnvelopingAlgebra.kostantOrbit_one {L : Type u} [LieRing L] [LieAlgebra L] {ι : Type w} {κ : Type u_1} (e : ιL) (h : κL) :

    The Kostant orbit of the identity in the regular module is the integral form itself.

    If the supplied root and Cartan vectors generate L as a Lie algebra, the -span of their Kostant orbit is the U(L)-submodule generated by v.

    If v generates V over U(L), the Kostant orbit spans the whole module over .

    The integral orbit of a set through an algebra representation: the -span of all ρ a x with a ∈ S and x ∈ X.

    Equations
    Instances For
      theorem TauCeti.UniversalEnvelopingAlgebra.orbitOfRep_def {A : Type u} [Ring A] [Algebra A] {V : Type v} [AddCommGroup V] [Module V] (S : Subring A) (ρ : A →ₐ[] Module.End V) (X : Set V) :
      orbitOfRep S ρ X = Submodule.span {v : V | aS, xX, (ρ a) x = v}

      The represented orbit is the integral span of the images of its generators.

      theorem TauCeti.UniversalEnvelopingAlgebra.apply_mem_orbitOfRep {A : Type u} [Ring A] [Algebra A] {V : Type v} [AddCommGroup V] [Module V] (S : Subring A) (ρ : A →ₐ[] Module.End V) (X : Set V) {a : A} (ha : a S) {x : V} (hx : x X) :
      (ρ a) x orbitOfRep S ρ X

      A represented translate of a generator belongs to its integral orbit.

      theorem TauCeti.UniversalEnvelopingAlgebra.subset_orbitOfRep {A : Type u} [Ring A] [Algebra A] {V : Type v} [AddCommGroup V] [Module V] (S : Subring A) (ρ : A →ₐ[] Module.End V) (X : Set V) :
      X(orbitOfRep S ρ X)

      The generators themselves belong to their integral orbit.

      theorem TauCeti.UniversalEnvelopingAlgebra.orbitOfRep_le_iff {A : Type u} [Ring A] [Algebra A] {V : Type v} [AddCommGroup V] [Module V] (S : Subring A) (ρ : A →ₐ[] Module.End V) (X : Set V) (N : Submodule V) :
      orbitOfRep S ρ X N aS, xX, (ρ a) x N

      The elimination principle for a represented integral orbit.

      theorem TauCeti.UniversalEnvelopingAlgebra.apply_mem_orbitOfRep_of_mem {A : Type u} [Ring A] [Algebra A] {V : Type v} [AddCommGroup V] [Module V] (S : Subring A) (ρ : A →ₐ[] Module.End V) (X : Set V) {a : A} (ha : a S) {v : V} (hv : v orbitOfRep S ρ X) :
      (ρ a) v orbitOfRep S ρ X

      The represented integral orbit is stable under the subring.

      theorem TauCeti.UniversalEnvelopingAlgebra.span_orbitOfRep_eq_span {A : Type u} [Ring A] [Algebra A] {V : Type v} [AddCommGroup V] [Module V] (S : Subring A) (ρ : A →ₐ[] Module.End V) (X : Set V) (hS : Submodule.span S = ) :
      Submodule.span (orbitOfRep S ρ X) = Submodule.span {v : V | ∃ (a : A), xX, (ρ a) x = v}

      If S spans A over , the rational span of the represented integral orbit is the span of all translates through the full algebra.

      If the supplied vectors span over , their represented integral orbit is full.

      The represented orbit of a singleton under a Kostant form agrees with kostantOrbit.