Theorems · Theorem · nonassociative algebras
LieHom.mk_coe
∀ {R : Type u} {L₁ : Type v} {L₂ : Type w} [inst : CommRing R] [inst_1 : LieRing L₁] [inst_2 : LieAlgebra R L₁]
[inst_3 : LieRing L₂] [inst_4 : LieAlgebra R L₂] (f : L₁ →ₗ⁅R⁆ L₂) (h₁ : ∀ (x y : L₁), f (x + y) = f x + f y)
(h₂ :
∀ (m : R) (x : L₁),
{ toFun := ⇑f, map_add' := h₁ }.toFun (m • x) = (RingHom.id R) m • { toFun := ⇑f, map_add' := h₁ }.toFun x)
(h₃ :
∀ {x y : L₁},
{ toFun := ⇑f, map_add' := h₁, map_smul' := h₂ }.toFun ⁅x, y⁆ =
⁅{ toFun := ⇑f, map_add' := h₁, map_smul' := h₂ }.toFun x,
{ toFun := ⇑f, map_add' := h₁, map_smul' := h₂ }.toFun y⁆),
{ toFun := ⇑f, map_add' := h₁, map_smul' := h₂, map_lie' := h₃ } = f- Defined in
- Mathlib.Algebra.Lie.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- LieRingstatement and proof · cited by 1,548
- LieAlgebrastatement and proof · cited by 1,246
- Bracket.bracketstatement and proof · cited by 642
- LieHomstatement and proof · cited by 382
- AddHom.toFunstatement and proof · cited by 168
- LinearMap.toAddHomstatement and proof · cited by 165
- LieHom.extproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.