Documentation

Ado.ForMathlib.UniversalEnvelopingAlgebra

@[instance_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[simp]
theorem UniversalEnvelopingAlgebra.bracket_eq {R : Type u_1} {L : Type u_2} [CommRing R] [LieRing L] [LieAlgebra R L] (x : L) (a : UniversalEnvelopingAlgebra R L) :
x, a = (ι R) x * a
theorem UniversalEnvelopingAlgebra.ringCon_induction {R : Type u_1} {L : Type u_2} [CommRing R] [LieRing L] [LieAlgebra R L] {motive : (x y : TensorAlgebra R L) → (ringCon R L) x yProp} (refl : ∀ (a : TensorAlgebra R L), motive a a ) (symm : ∀ (a b : TensorAlgebra R L) (h : (ringCon R L) a b), motive a b hmotive b a ) (trans : ∀ (a b c : TensorAlgebra R L) (h₁ : (ringCon R L) a b) (h₂ : (ringCon R L) b c), motive a b h₁motive b c h₂motive a c ) (add : ∀ (a b c d : TensorAlgebra R L) (h₁ : (ringCon R L) a b) (h₂ : (ringCon R L) c d), motive a b h₁motive c d h₂motive (a + c) (b + d) ) (mul : ∀ (a b c d : TensorAlgebra R L) (h₁ : (ringCon R L) a b) (h₂ : (ringCon R L) c d), motive a b h₁motive c d h₂motive (a * c) (b * d) ) (lie_compat : ∀ (a b : L), motive ((TensorAlgebra.ι R) a, b + (TensorAlgebra.ι R) b * (TensorAlgebra.ι R) a) ((TensorAlgebra.ι R) a * (TensorAlgebra.ι R) b) ) {a b : TensorAlgebra R L} (h : (ringCon R L) a b) :
motive a b h
def UniversalEnvelopingAlgebra.tensorLift {R : Type u_1} {L : Type u_2} [CommRing R] [LieRing L] [LieAlgebra R L] {α : Type u_3} (f : TensorAlgebra R Lα) (hf : ∀ (a b : TensorAlgebra R L), (ringCon R L) a bf a = f b) :
Equations
Instances For
    @[simp]
    theorem UniversalEnvelopingAlgebra.tensorLift_mkAlgHom {R : Type u_1} {L : Type u_2} [CommRing R] [LieRing L] [LieAlgebra R L] {α : Type u_3} (f : TensorAlgebra R Lα) (hf : ∀ (a b : TensorAlgebra R L), (ringCon R L) a bf a = f b) (a : TensorAlgebra R L) :
    tensorLift f hf ((mkAlgHom R L) a) = f a
    theorem UniversalEnvelopingAlgebra.mkAlgHom_eq_mkAlgHom {R : Type u_1} {L : Type u_2} [CommRing R] [LieRing L] [LieAlgebra R L] {a b : TensorAlgebra R L} :
    (mkAlgHom R L) a = (mkAlgHom R L) b (ringCon R L) a b
    theorem UniversalEnvelopingAlgebra.ind {R : Type u_1} {L : Type u_2} [CommRing R] [LieRing L] [LieAlgebra R L] {motive : UniversalEnvelopingAlgebra R LProp} (mkAlgHom : ∀ (a : TensorAlgebra R L), motive ((mkAlgHom R L) a)) (a : UniversalEnvelopingAlgebra R L) :
    motive a