Theorems · Theorem · ring theory
Coalgebra.sum_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] {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, (a₁ i).left j ⊗ₜ[R] ((a₁ i).right j ⊗ₜ[R] repr.right i) =
∑ i ∈ repr.index, ∑ j ∈ (a₂ i).index, repr.left i ⊗ₜ[R] ((a₂ i).left j ⊗ₜ[R] (a₂ i).right j)- Defined in
- Mathlib.RingTheory.Coalgebra.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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
- TensorProductstatement and proof · cited by 2,545
- Finset.sum_congrproof · cited by 2,323
- TensorProduct.tmulstatement and proof · cited by 1,182
- map_sumproof · cited by 455
- LinearMap.rTensorproof · cited by 266
Cited by1
Results whose statement or proof uses this declaration.
- Coalgebra.sum_map_tmul_tmul_eqproof · cited by 0