Theorems · Definition · linear algebra
Module.Basis.prod
{ι : Type u_1} →
{ι' : Type u_2} →
{R : Type u_3} →
{M : Type u_5} →
{M' : Type u_6} →
[inst : Semiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : Module R M] →
[inst_3 : AddCommMonoid M'] →
[inst_4 : Module R M'] → Module.Basis ι R M → Module.Basis ι' R M' → Module.Basis (ι ⊕ ι') R (M × M')Basis.prod maps an ι-indexed basis for M and an ι'-indexed basis for M'
to an ι ⊕ ι'-index basis for M × M'.
For the specific case of R × R, see also Basis.finTwoProd.
- Defined in
- Mathlib.LinearAlgebra.Basis.Prod
- Cited by
- 26 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, 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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- 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
- LinearEquiv.prodCongrproof · cited by 15
- Finsupp.sumFinsuppLEquivProdFinsuppproof · cited by 11
Cited by31
Results whose statement or proof uses this declaration.
- Module.Basis.prod_applystatement · cited by 11
- NumberField.mixedEmbedding.stdBasisproof · cited by 10
- Algebra.Generators.CotangentSpace.compEquivproof · cited by 9
- Algebra.Generators.CotangentSpace.compEquiv_symm_inrproof · cited by 4
- Algebra.Generators.CotangentSpace.fst_compEquivproof · cited by 4
- Polynomial.degreeLT.basisProdproof · cited by 4
- Polynomial.adjSylvesterproof · cited by 3
- rank_prodproof · cited by 2
- LinearMap.finrank_maxGenEigenspace_zero_eqproof · cited by 2
- Polynomial.toMatrix_sylvesterMap'statement and proof · cited by 2
- LinearMap.toMatrix_prodMapstatement and proof · cited by 2
- LinearMap.det_prodMapproof · cited by 1