Mathlib Map

Theorems · Definition · linear algebra

TensorProduct.finsuppLeft

(R : Type u_1) →
  (S : Type u_2) →
    [inst : CommSemiring R] →
      [inst_1 : Semiring S] →
        [inst_2 : Algebra R S] →
          (M : Type u_3) →
            [inst_3 : AddCommMonoid M] →
              [inst_4 : Module R M] →
                [inst_5 : Module S M] →
                  [inst_6 : IsScalarTower R S M] →
                    (N : Type u_4) →
                      [inst_7 : AddCommMonoid N] →
                        [inst_8 : Module R N] →
                          (ι : Type u_5) → [DecidableEq ι] → TensorProduct R (ι →₀ M) N ≃ₗ[S] ι →₀ TensorProduct R M N

The tensor product of ι →₀ M and N is linearly equivalent to ι →₀ M ⊗[R] N

Defined in
Mathlib.LinearAlgebra.DirectSum.Finsupp
Cited by
9 results in Mathlib
Foundations
Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringSemiringAlgebraAddCommMonoidModuleModuleIsScalarTowerAddCommMonoidModuleDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

TensorProduct.finsuppScalarLeft · cited by 8TensorProduct.finsuppScal…Representation.finsuppTensorLeft · cited by 3Representation.finsuppTen…TensorProduct.finsuppLeft_apply_tmul · cited by 2TensorProduct.finsuppLeft…TensorProduct.finsuppLeft_apply_tmul_apply · cited by 2TensorProduct.finsuppLeft…TensorProduct.finsuppLeft_symm_apply_single · cited by 2TensorProduct.finsuppLeft…TensorProduct.finsuppLeft_apply · cited by 1TensorProduct.finsuppLeft…TensorProduct.finsuppScalarLeft_apply_tmul_apply · cited by 1TensorProduct.finsuppScal…TensorProduct.finsuppScalarLeft_symm_apply_single · cited by 1TensorProduct.finsuppScal…TensorProduct.finsuppLeft' · cited by 0TensorProduct.finsuppLeft'TensorProduct.finsuppLeft'_apply · cited by 0TensorProduct.finsuppLeft…TensorProduct.finsuppLeft_smul' · cited by 0TensorProduct.finsuppLeft…TensorProduct.finsuppScalarLeft_apply · cited by 0TensorProduct.finsuppScal…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringFinsupp · cited by 5255FinsuppIsScalarTower · cited by 3896IsScalarTowerLinearEquiv · cited by 3317LinearEquivTensorProduct · cited by 2545TensorProductLinearEquiv.symm · cited by 1461LinearEquiv.symmLinearEquiv.trans · cited by 298LinearEquiv.transLinearEquiv.refl · cited by 143LinearEquiv.reflTensorProduct.AlgebraTensorModule.congr · cited by 29AlgebraTensorModule.congrfinsuppLEquivDirectSum · cited by 10finsuppLEquivDirectSumTensorProduct.finsuppLeftCITED BYCITES

Cites16

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.