Theorems · Theorem · linear algebra
Module.Basis.prod_apply
∀ {ι : 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']
(b : Module.Basis ι R M) (b' : Module.Basis ι' R M') (i : ι ⊕ ι'),
(b.prod b') i = Sum.elim (⇑(LinearMap.inl R M M') ∘ ⇑b) (⇑(LinearMap.inr R M M') ∘ ⇑b') i- Defined in
- Mathlib.LinearAlgebra.Basis.Prod
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement · cited by 10,215
- Module.Basisstatement and proof · cited by 1,477
- LinearMap.inlstatement · cited by 72
- LinearMap.inrstatement · cited by 62
- Module.Basis.prodstatement · cited by 26
- Module.Basis.prod_apply_inl_fstproof · cited by 1
- Module.Basis.prod_apply_inl_sndproof · cited by 1
Cited by11
Results whose statement or proof uses this declaration.
- Algebra.Generators.CotangentSpace.fst_compEquivproof · cited by 4
- LinearMap.toMatrix_prodMapproof · cited by 2
- LinearMap.finrank_maxGenEigenspace_zero_eqproof · cited by 2
- Polynomial.toMatrix_sylvesterMap'proof · cited by 2
- Algebra.Generators.H1Cotangent.δAux_ofCompproof · cited by 1
- Submodule.det_reflectionproof · cited by 1
- Module.Basis.prod_parallelepipedproof · cited by 1
- Polynomial.degreeLT.basisProd_natAddproof · cited by 1
- Polynomial.degreeLT.basisProd_castAddproof · cited by 1
- Polynomial.toMatrix_sylvesterMapproof · cited by 1
- OrthonormalBasis.prod_applyproof · cited by 0