Theorems · Theorem · nonassociative algebras
LieHom.prod_ext_iff
∀ (R : Type u_1) (L₁ : Type u_2) (L₂ : Type u_3) {L : Type u_4} [inst : CommRing R] [inst_1 : LieRing L₁]
[inst_2 : LieAlgebra R L₁] [inst_3 : LieRing L₂] [inst_4 : LieAlgebra R L₂] [inst_5 : LieRing L]
[inst_6 : LieAlgebra R L] {f g : L₁ × L₂ →ₗ⁅R⁆ L},
f = g ↔
f.comp (LieHom.inl R L₁ L₂) = g.comp (LieHom.inl R L₁ L₂) ∧
f.comp (LieHom.inr R L₁ L₂) = g.comp (LieHom.inr R L₁ L₂)- Defined in
- Mathlib.Algebra.Lie.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- LinearMap.compproof · cited by 1,642
- LieRingstatement and proof · cited by 1,548
- LieAlgebrastatement and proof · cited by 1,246
- LieHomstatement and proof · cited by 382
- LieHom.toLinearMapproof · cited by 74
- LinearMap.inlproof · cited by 72
- LinearMap.inrproof · cited by 62
- LieHom.compstatement · cited by 19
- LieHom.inlstatement · cited by 10
- LieHom.inrstatement · cited by 10
- LinearMap.prod_ext_iffproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- LieHom.prod_extproof · cited by 0