Mathlib Map

Theorems · Definition · nonassociative algebras

LieAlgebra.rootSpaceProduct

(R : Type u_1) →
  (L : Type u_2) →
    [inst : CommRing R] →
      [inst_1 : LieRing L] →
        [inst_2 : LieAlgebra R L] →
          (H : LieSubalgebra R L) →
            [inst_3 : LieRing.IsNilpotent ↥H] →
              (χ₁ χ₂ χ₃ : ↥H → R) →
                χ₁ + χ₂ = χ₃ →
                  TensorProduct R ↥(LieAlgebra.rootSpace H χ₁) ↥(LieAlgebra.rootSpace H χ₂) →ₗ⁅R,↥H⁆
                    ↥(LieAlgebra.rootSpace H χ₃)

Given a nilpotent Lie subalgebra H ⊆ L together with χ₁ χ₂ : H → R, there is a natural R-bilinear product of root vectors, compatible with the actions of H.

Defined in
Mathlib.Algebra.Lie.Weights.Cartan
Cited by
5 results in Mathlib
Foundations
Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingLieRingLieAlgebraLieRing.IsNilpotent

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.