Mathlib Map

Theorems · Definition · functional analysis

WeakDual.toStrongDual

{𝕜 : Type u_2} →
  {E : Type u_4} →
    [inst : CommSemiring 𝕜] →
      [inst_1 : TopologicalSpace 𝕜] →
        [inst_2 : ContinuousAdd 𝕜] →
          [inst_3 : ContinuousConstSMul 𝕜 𝕜] →
            [inst_4 : AddCommMonoid E] →
              [inst_5 : Module 𝕜 E] → [inst_6 : TopologicalSpace E] → WeakDual 𝕜 E ≃ₗ[𝕜] StrongDual 𝕜 E

For vector spaces E, there is a canonical map WeakDual 𝕜 E → StrongDual 𝕜 E (the "identity" mapping). It is a linear equivalence. Here it is implemented as the inverse of the linear equivalence StrongDual.toWeakDual in the other direction.

Defined in
Mathlib.Topology.Algebra.Module.Spaces.WeakDual
Cited by
20 results in Mathlib
Foundations
Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringTopologicalSpaceContinuousAddContinuousConstSMulAddCommMonoidModuleTopologicalSpace

Around this declaration

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

WeakDual.extendRCLikeL · cited by 10WeakDual.extendRCLikeLWeakDual.polar · cited by 6WeakDual.polarWeakDual.isBounded_closedBall · cited by 3WeakDual.isBounded_closed…WeakDual.isClosed_closedBall · cited by 3WeakDual.isClosed_closedB…WeakDual.isBounded_toStrongDual_preimage_iff_isBounded · cited by 2WeakDual.isBounded_toStro…WeakDual.isBounded_closure · cited by 1WeakDual.isBounded_closureWeakDual.extendRCLikeL_apply · cited by 1WeakDual.extendRCLikeL_ap…StrongDual.symm_toWeakDual · cited by 0StrongDual.symm_toWeakDualStrongDual.toStrongDual_toWeakDual · cited by 0StrongDual.toStrongDual_t…WeakDual.CharacterSpace.norm_le_norm_one · cited by 0CharacterSpace.norm_le_no…WeakDual.isBounded_iff_isVonNBounded · cited by 0WeakDual.isBounded_iff_is…WeakDual.isCompact_closedBall · cited by 0WeakDual.isCompact_closed…WeakDual.isSeqCompact_closedBall · cited by 0WeakDual.isSeqCompact_clo…WeakDual.symm_toStrongDual · cited by 0WeakDual.symm_toStrongDualWeakDual.toLinearEquiv_extendRCLikeL · cited by 0WeakDual.toLinearEquiv_ex…TopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringLinearEquiv · cited by 3317LinearEquivLinearEquiv.symm · cited by 1461LinearEquiv.symmContinuousConstSMul · cited by 832ContinuousConstSMulContinuousAdd · cited by 777ContinuousAddStrongDual · cited by 459StrongDualWeakDual · cited by 103WeakDualStrongDual.toWeakDual · cited by 19StrongDual.toWeakDualWeakDual.toStrongDualCITED BYCITES

Cites12

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

Cited by22

Results whose statement or proof uses this declaration.