Theorems · Theorem · commutative algebra
Algebra.TensorProduct.mul_apply
∀ {R : Type uR} {A : Type uA} {B : Type uB} [inst : CommSemiring R] [inst_1 : NonUnitalNonAssocSemiring A]
[inst_2 : Module R A] [inst_3 : SMulCommClass R A A] [inst_4 : IsScalarTower R A A]
[inst_5 : NonUnitalNonAssocSemiring B] [inst_6 : Module R B] [inst_7 : SMulCommClass R B B]
[inst_8 : IsScalarTower R B B] (a₁ a₂ : A) (b₁ b₂ : B),
(Algebra.TensorProduct.mul (a₁ ⊗ₜ[R] b₁)) (a₂ ⊗ₜ[R] b₂) = (a₁ * a₂) ⊗ₜ[R] (b₁ * b₂)- Defined in
- Mathlib.RingTheory.TensorProduct.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- IsScalarTowerstatement and proof · cited by 3,896
- TensorProductstatement · cited by 2,545
- SMulCommClassstatement and proof · cited by 1,927
- TensorProduct.tmulstatement · cited by 1,182
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- Algebra.TensorProduct.mulstatement · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.