Theorems · Theorem · ring theory
Prod.comul_apply
∀ (R : Type u) (A : Type v) (B : Type w) [inst : CommSemiring R] [inst_1 : AddCommMonoid A] [inst_2 : AddCommMonoid B]
[inst_3 : Module R A] [inst_4 : Module R B] [inst_5 : Coalgebra R A] [inst_6 : Coalgebra R B] (r : A × B),
CoalgebraStruct.comul r =
(TensorProduct.map (LinearMap.inl R A B) (LinearMap.inl R A B)) (CoalgebraStruct.comul r.1) +
(TensorProduct.map (LinearMap.inr R A B) (LinearMap.inr R A B)) (CoalgebraStruct.comul r.2)- Defined in
- Mathlib.RingTheory.Coalgebra.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 60 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.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- TensorProductstatement · cited by 2,545
- TensorProduct.mapstatement · cited by 250
- CoalgebraStruct.comulstatement · cited by 118
- Coalgebrastatement and proof · cited by 112
- LinearMap.inlstatement · cited by 72
- LinearMap.inrstatement · cited by 62
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.