Theorems · Definition · linear algebra
Basis.piTensorProduct
{ι : Type u_1} →
{R : Type u_2} →
{M : ι → Type u_3} →
{κ : ι → Type u_4} →
[inst : CommSemiring R] →
[inst_1 : (i : ι) → AddCommMonoid (M i)] →
[inst_2 : (i : ι) → Module R (M i)] →
[Finite ι] →
((i : ι) → Module.Basis (κ i) R (M i)) → Module.Basis ((i : ι) → κ i) R (PiTensorProduct R fun i => M i)Let ι be a Finite type and M be a family of modules indexed by ι. If b i : κ i → M i
is a basis for every i in ι, then fun (p : Π i, κ i) ↦ ⨂ₜ[R] i, b i (p i) is a basis
of ⨂[R] i, M i.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Finitestatement and proof · cited by 3,029
- 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
- PiTensorProductstatement · cited by 181
- AlgEquiv.toLinearEquivproof · cited by 117
- Module.Basis.mapproof · cited by 70
Cited by5
Results whose statement or proof uses this declaration.
- Basis.piTensorProduct_repr_tprod_applystatement · cited by 3
- Basis.piTensorProduct_applystatement and proof · cited by 2
- Basis.piTensorProduct.congr_simpstatement and proof · cited by 0
- PiTensorProduct.dualDistrib_dualDistribInvOfBasis_left_inverseproof · cited by 0
- PiTensorProduct.dualDistrib_dualDistribInvOfBasis_right_inverseproof · cited by 0