Theorems · Theorem · linear algebra
PiTensorProduct.add_tprodCoeff
∀ {ι : Type u_1} {R : Type u_4} [inst : CommSemiring R] {s : ι → Type u_7} [inst_1 : (i : ι) → AddCommMonoid (s i)]
[inst_2 : (i : ι) → Module R (s i)] [inst_3 : DecidableEq ι] (z : R) (f : (i : ι) → s i) (i : ι) (m₁ m₂ : s i),
PiTensorProduct.tprodCoeff R z (Function.update f i m₁) + PiTensorProduct.tprodCoeff R z (Function.update f i m₂) =
PiTensorProduct.tprodCoeff R z (Function.update f i (m₁ + m₂))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 42 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Function.updatestatement and proof · cited by 502
- PiTensorProductstatement · cited by 181
- FreeAddMonoidproof · cited by 145
- FreeAddMonoid.ofproof · cited by 69
- Quotient.sound'proof · cited by 30
- PiTensorProduct.tprodCoeffstatement · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.