Mathlib Map

Theorems · Definition · linear algebra

PiTensorProduct.map

{ι : Type u_1} →
  {R : Type u_4} →
    [inst : CommSemiring R] →
      {s : ι → Type u_7} →
        [inst_1 : (i : ι) → AddCommMonoid (s i)] →
          [inst_2 : (i : ι) → Module R (s i)] →
            {t : ι → Type u_11} →
              [inst_3 : (i : ι) → AddCommMonoid (t i)] →
                [inst_4 : (i : ι) → Module R (t i)] →
                  ((i : ι) → s i →ₗ[R] t i) → (PiTensorProduct R fun i => s i) →ₗ[R] PiTensorProduct R fun i => t i

Let sᵢ and tᵢ be two families of R-modules. Let f be a family of R-linear maps between sᵢ and tᵢ, i.e. f : Πᵢ sᵢ → tᵢ, then there is an induced map ⨂ᵢ sᵢ → ⨂ᵢ tᵢ by ⨂ aᵢ ↦ ⨂ fᵢ aᵢ. This is TensorProduct.map for an arbitrary family of modules.

Defined in
Mathlib.LinearAlgebra.PiTensorProduct.Basic
Cited by
24 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleAddCommMonoidModule

Around this declaration

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

PiTensorProduct.map_tprod · cited by 15PiTensorProduct.map_tprodPiTensorProduct.ofDFinsuppEquiv · cited by 7PiTensorProduct.ofDFinsup…PiTensorProduct.congr · cited by 3PiTensorProduct.congrPiTensorProduct.mapL_coe · cited by 3PiTensorProduct.mapL_coePiTensorProduct.mapL_apply · cited by 2PiTensorProduct.mapL_applyPiTensorProduct.mapMonoidHom · cited by 2PiTensorProduct.mapMonoid…PiTensorProduct.map_id · cited by 2PiTensorProduct.map_idPiTensorProduct.ofDFinsuppEquiv_symm_single_tprod · cited by 1PiTensorProduct.ofDFinsup…PiTensorProduct.mapL_add · cited by 1PiTensorProduct.mapL_addPiTensorProduct.mapL_comp · cited by 1PiTensorProduct.mapL_compPiTensorProduct.mapL_smul · cited by 1PiTensorProduct.mapL_smulPiTensorProduct.mapMultilinear · cited by 1PiTensorProduct.mapMultil…PiTensorProduct.map_comp · cited by 1PiTensorProduct.map_compPiTensorProduct.map_comp_reindex_eq · cited by 1PiTensorProduct.map_comp_…PiTensorProduct.map_comp_reindex_symm · cited by 1PiTensorProduct.map_comp_…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapPiTensorProduct · cited by 181PiTensorProductPiTensorProduct.tprod · cited by 117PiTensorProduct.tprodPiTensorProduct.lift · cited by 30PiTensorProduct.liftMultilinearMap.compLinearMap · cited by 26MultilinearMap.compLinear…PiTensorProduct.mapCITED BYCITES

Cites10

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

Cited by29

Results whose statement or proof uses this declaration.