Mathlib Map

Theorems · Definition · functional analysis

ContinuousLinearMap.adjoint

{𝕜 : Type u_1} →
  {E : Type u_2} →
    {F : Type u_3} →
      [inst : RCLike 𝕜] →
        [inst_1 : NormedAddCommGroup E] →
          [inst_2 : NormedAddCommGroup F] →
            [inst_3 : InnerProductSpace 𝕜 E] →
              [inst_4 : InnerProductSpace 𝕜 F] → [CompleteSpace E] → [CompleteSpace F] → (E →L[𝕜] F) ≃ₗᵢ⋆[𝕜] F →L[𝕜] E

The adjoint of a bounded operator A from a Hilbert space E to another Hilbert space F, denoted as A†.

Defined in
Mathlib.Analysis.InnerProductSpace.Adjoint
Cited by
82 results in Mathlib
Foundations
Depth 191 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupNormedAddCommGroupInnerProductSpaceInnerProductSpaceCompleteSpaceCompleteSpace

Around this declaration

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

LinearMap.adjoint · cited by 64LinearMap.adjointContinuousLinearMap.adjoint_adjoint · cited by 18ContinuousLinearMap.adjoi…ContinuousLinearMap.adjoint_inner_left · cited by 18ContinuousLinearMap.adjoi…RKHS.kerFun · cited by 17RKHS.kerFunRKHS.kernel · cited by 12RKHS.kernelLinearMap.IsSymmetric.clm_adjoint_eq · cited by 8IsSymmetric.clm_adjoint_eqContinuousLinearMap.adjoint_inner_right · cited by 8ContinuousLinearMap.adjoi…ContinuousLinearMap.adjoint_comp · cited by 6ContinuousLinearMap.adjoi…ContinuousLinearMap.ker_adjoint_comp_self · cited by 4ContinuousLinearMap.ker_a…ContinuousLinearMap.orthogonal_ker · cited by 3ContinuousLinearMap.ortho…ContinuousLinearMap.orthogonal_range · cited by 3ContinuousLinearMap.ortho…ContinuousLinearMap.norm_adjoint_comp_self · cited by 3ContinuousLinearMap.norm_…LinearIsometryEquiv.adjoint_eq_symm · cited by 3LinearIsometryEquiv.adjoi…ProbabilityTheory.covarianceBilin_multivariateGaussian · cited by 3ProbabilityTheory.covaria…ContinuousLinearMap.norm_map_iff_adjoint_comp_self · cited by 3ContinuousLinearMap.norm_…RingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupContinuousLinearMap · cited by 5352ContinuousLinearMapInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeCompleteSpace · cited by 2532CompleteSpaceLinearIsometryEquiv · cited by 748LinearIsometryEquivstarRingEnd · cited by 671starRingEndContinuousLinearMap.toLinearMap · cited by 528ContinuousLinearMap.toLin…LinearIsometryEquiv.ofSurjective · cited by 2LinearIsometryEquiv.ofSur…ContinuousLinearMap.adjointCITED BYCITES

Cites10

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

Cited by85

Results whose statement or proof uses this declaration.