Mathlib Map

Theorems · Definition · functional analysis

PiTensorProduct.mapL

{ι : Type u_1} →
  [inst : Fintype ι] →
    {𝕜 : Type u_2} →
      {E : ι → Type u_3} →
        [inst_1 : (i : ι) → SeminormedAddCommGroup (E i)] →
          [inst_2 : NontriviallyNormedField 𝕜] →
            [inst_3 : (i : ι) → NormedSpace 𝕜 (E i)] →
              {E' : ι → Type u_5} →
                [inst_4 : (i : ι) → SeminormedAddCommGroup (E' i)] →
                  [inst_5 : (i : ι) → NormedSpace 𝕜 (E' i)] →
                    ((i : ι) → E i →L[𝕜] E' i) → (PiTensorProduct 𝕜 fun i => E i) →L[𝕜] PiTensorProduct 𝕜 fun i => E' i

Let Eᵢ and E'ᵢ be two families of normed 𝕜-vector spaces. Let f be a family of continuous 𝕜-linear maps between Eᵢ and E'ᵢ, i.e. f : Πᵢ Eᵢ →L[𝕜] E'ᵢ, then there is an induced continuous linear map ⨂ᵢ Eᵢ → ⨂ᵢ E'ᵢ by ⨂ aᵢ ↦ ⨂ fᵢ aᵢ.

Defined in
Mathlib.Analysis.Normed.Module.PiTensorProduct.ProjectiveSeminorm
Cited by
13 results in Mathlib
Foundations
Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeSeminormedAddCommGroupNontriviallyNormedFieldNormedSpaceSeminormedAddCommGroupNormedSpace

Around this declaration

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

PiTensorProduct.mapL_coe · cited by 3PiTensorProduct.mapL_coePiTensorProduct.mapLMonoidHom · cited by 2PiTensorProduct.mapLMonoi…PiTensorProduct.mapLMultilinear · cited by 2PiTensorProduct.mapLMulti…PiTensorProduct.mapL_apply · cited by 2PiTensorProduct.mapL_applyPiTensorProduct.mapL_add · cited by 1PiTensorProduct.mapL_addPiTensorProduct.mapL_comp · cited by 1PiTensorProduct.mapL_compPiTensorProduct.mapL_id · cited by 1PiTensorProduct.mapL_idPiTensorProduct.mapL_smul · cited by 1PiTensorProduct.mapL_smulPiTensorProduct.liftIsometry_comp_mapL · cited by 0PiTensorProduct.liftIsome…PiTensorProduct.opNorm_mapL · cited by 0PiTensorProduct.opNorm_ma…PiTensorProduct.opNorm_mapLMultilinear_le · cited by 0PiTensorProduct.opNorm_ma…PiTensorProduct.mapLIncl · cited by 0PiTensorProduct.mapLInclPiTensorProduct.mapLMonoidHom_apply · cited by 0PiTensorProduct.mapLMonoi…PiTensorProduct.mapL_mul · cited by 0PiTensorProduct.mapL_mulPiTensorProduct.mapL_one · cited by 0PiTensorProduct.mapL_oneDFunLike.coe · cited by 62936DFunLike.coeRingHom.id · cited by 18349RingHom.idNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldFintype · cited by 7736FintypeContinuousLinearMap · cited by 5352ContinuousLinearMapSeminormedAddCommGroup · cited by 2671SeminormedAddCommGroupPiTensorProduct · cited by 181PiTensorProductContinuousMultilinearMap.compContinuousLinearMap · cited by 46ContinuousMultilinearMap.…PiTensorProduct.tprodL · cited by 7PiTensorProduct.tprodLPiTensorProduct.liftIsometry · cited by 4PiTensorProduct.liftIsome…PiTensorProduct.mapLCITED BYCITES

Cites11

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

Cited by16

Results whose statement or proof uses this declaration.