Theorems · Theorem · ring theory
Coalgebra.sum_map_tmul_tmul_eq
∀ {R : Type u} {A : Type v} {ι : Type u_1} {κ : ι → Type u_2} {Λ : ι → Type u_3} [inst : CommSemiring R]
[inst_1 : AddCommMonoid A] [inst_2 : Module R A] [inst_3 : Coalgebra R A] {B : Type u_4} [inst_4 : AddCommMonoid B]
[inst_5 : Module R B] {F : Type u_5} [inst_6 : FunLike F A B] [LinearMapClass F R A B] (f g h : F) (a : A)
{repr : Coalgebra.Repr R a ι} {a₁ : (i : ι) → Coalgebra.Repr R (repr.left i) (κ i)}
{a₂ : (i : ι) → Coalgebra.Repr R (repr.right i) (Λ i)},
∑ i ∈ repr.index, ∑ j ∈ (a₂ i).index, f (repr.left i) ⊗ₜ[R] (g ((a₂ i).left j) ⊗ₜ[R] h ((a₂ i).right j)) =
∑ i ∈ repr.index, ∑ j ∈ (a₁ i).index, f ((a₁ i).left j) ⊗ₜ[R] (g ((a₁ i).right j) ⊗ₜ[R] h (repr.right i))- Defined in
- Mathlib.RingTheory.Coalgebra.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Modulestatement and proof · cited by 20,661
- RingHom.idproof · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapproof · cited by 10,215
- Finset.sumstatement and proof · cited by 5,195
- FunLikestatement and proof · cited by 2,560
- TensorProductstatement and proof · cited by 2,545
- TensorProduct.tmulstatement and proof · cited by 1,182
- DFunLikeproof · cited by 576
- map_sumproof · cited by 455
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.