Mathlib Map

Theorems · Definition · functional analysis

InnerProductSpace.toDualMap

(𝕜 : Type u_1) →
  (E : Type u_2) →
    [inst : RCLike 𝕜] →
      [inst_1 : SeminormedAddCommGroup E] → [inst_2 : InnerProductSpace 𝕜 E] → E →ₗᵢ⋆[𝕜] StrongDual 𝕜 E

An element x of an inner product space E induces an element of the strong dual space StrongDual 𝕜 E, the map fun y => ⟪x, y⟫; moreover this operation is a conjugate-linear isometric embedding of E into StrongDual 𝕜 E. If E is complete, this operation is surjective, hence a conjugate-linear isometric equivalence; see toDual.

Defined in
Mathlib.Analysis.InnerProductSpace.Dual
Cited by
26 results in Mathlib
Foundations
Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeSeminormedAddCommGroupInnerProductSpace

Around this declaration

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

InnerProductSpace.toDual · cited by 45InnerProductSpace.toDualProbabilityTheory.covarianceBilin · cited by 25ProbabilityTheory.covaria…ProbabilityTheory.covarianceOperator · cited by 6ProbabilityTheory.covaria…MeasureTheory.charFun_eq_charFunDual_toDualMap · cited by 6MeasureTheory.charFun_eq_…ProbabilityTheory.covarianceBilin_apply_eq_cov · cited by 5ProbabilityTheory.covaria…ProbabilityTheory.iIndepFun.charFun_map_finsetSum_eq_prod · cited by 3iIndepFun.charFun_map_fin…ProbabilityTheory.covarianceBilin_eq_covarianceBilinDual · cited by 3ProbabilityTheory.covaria…ProbabilityTheory.covarianceBilin_of_not_memLp · cited by 2ProbabilityTheory.covaria…innerSL_inj · cited by 2innerSL_injProbabilityTheory.IsGaussian.charFun_eq · cited by 2IsGaussian.charFun_eqProbabilityTheory.covarianceBilin_self · cited by 1ProbabilityTheory.covaria…ProbabilityTheory.covarianceOperator_of_not_memLp · cited by 1ProbabilityTheory.covaria…IsSelfAdjoint.linearly_dependent_of_isLocalExtrOn · cited by 1IsSelfAdjoint.linearly_de…InnerProductSpace.toDual_apply_eq_toDualMap_apply · cited by 1InnerProductSpace.toDual_…ProbabilityTheory.gaussian_charFun_congr · cited by 1ProbabilityTheory.gaussia…RingHom.id · cited by 18349RingHom.idContinuousLinearMap · cited by 5352ContinuousLinearMapInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeSeminormedAddCommGroup · cited by 2671SeminormedAddCommGroupstarRingEnd · cited by 671starRingEndContinuousLinearMap.toLinearMap · cited by 528ContinuousLinearMap.toLin…StrongDual · cited by 459StrongDualLinearIsometry · cited by 194LinearIsometryinnerSL · cited by 93innerSLinnerSL_apply_norm · cited by 5innerSL_apply_normInnerProductSpace.toDualMapCITED BYCITES

Cites11

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.