Theorems · Definition · linear algebra
Module.Basis.tensorProduct
{R : Type u_1} →
{S : Type u_2} →
{M : Type u_3} →
{N : Type u_4} →
{ι : Type u_5} →
{κ : Type u_6} →
[inst : CommSemiring R] →
[inst_1 : Semiring S] →
[inst_2 : Algebra R S] →
[inst_3 : AddCommMonoid M] →
[inst_4 : Module R M] →
[inst_5 : Module S M] →
[inst_6 : IsScalarTower R S M] →
[inst_7 : AddCommMonoid N] →
[inst_8 : Module R N] →
Module.Basis ι S M → Module.Basis κ R N → Module.Basis (ι × κ) S (TensorProduct R M N)If b : ι → M and c : κ → N are bases then so is fun i ↦ b i.1 ⊗ₜ c i.2 : ι × κ → M ⊗ N.
- Cited by
- 19 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- IsScalarTowerstatement and proof · cited by 3,896
- TensorProductstatement · cited by 2,545
- Module.Basisstatement and proof · cited by 1,477
- LinearEquiv.symmproof · cited by 1,461
- Module.Basis.reprproof · cited by 498
- LinearEquiv.transproof · cited by 298
- Equiv.reflproof · cited by 274
Cited by21
Results whose statement or proof uses this declaration.
- Module.Basis.baseChangeproof · cited by 9
- Module.Basis.tensorProduct_applystatement · cited by 9
- Algebra.FormallyUnramified.finite_of_freeproof · cited by 7
- Module.Basis.tensorProduct_repr_tmul_applystatement · cited by 6
- OrthonormalBasis.tensorProductproof · cited by 5
- rank_tensorProductproof · cited by 4
- LinearMap.trace_eq_contract_of_basisproof · cited by 2
- AlgHom.mulLeftRightMatrix.inv_compproof · cited by 1
- Module.Free.bijective_algebraMap_of_finrank_eq_oneproof · cited by 1
- TensorProduct.toMatrix_mapstatement and proof · cited by 1
- OrthonormalBasis.tensorProduct_applyproof · cited by 1
- OrthonormalBasis.tensorProduct_repr_tmul_applyproof · cited by 1