Mathlib Map

Theorems · Definition · operator theory

LinearPMap.adjoint

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

The adjoint operator as a partially defined linear operator, denoted as T†.

Defined in
Mathlib.Analysis.InnerProductSpace.LinearPMap
Cited by
13 results in Mathlib
Foundations
Depth 189 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupInnerProductSpaceNormedAddCommGroupInnerProductSpaceCompleteSpace

Around this declaration

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

LinearPMap.isSelfAdjoint_def · cited by 2LinearPMap.isSelfAdjoint_…LinearPMap.mem_adjoint_domain_iff · cited by 2LinearPMap.mem_adjoint_do…LinearPMap.mem_adjoint_domain_of_exists · cited by 2LinearPMap.mem_adjoint_do…LinearPMap.adjoint_apply_eq · cited by 2LinearPMap.adjoint_apply_…LinearPMap.adjoint_apply_of_dense · cited by 2LinearPMap.adjoint_apply_…LinearPMap.adjoint_graph_eq_graph_adjoint · cited by 2LinearPMap.adjoint_graph_…LinearPMap.adjoint_isClosed · cited by 1LinearPMap.adjoint_isClos…LinearPMap.adjoint_isFormalAdjoint · cited by 1LinearPMap.adjoint_isForm…LinearPMap.IsFormalAdjoint.le_adjoint · cited by 0IsFormalAdjoint.le_adjointLinearPMap.adjoint.congr_simp · cited by 0adjoint.congr_simpContinuousLinearMap.toPMap_adjoint_eq_adjoint_toPMap_of_dense · cited by 0ContinuousLinearMap.toPMa…LinearPMap.graph_adjoint_toLinearPMap_eq_adjoint · cited by 0LinearPMap.graph_adjoint_…LinearPMap.adjoint_apply_of_not_dense · cited by 0LinearPMap.adjoint_apply_…RingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupSetLike.coe · cited by 8199SetLike.coeInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeCompleteSpace · cited by 2532CompleteSpaceDense · cited by 359DenseLinearPMap · cited by 179LinearPMapLinearPMap.domain · cited by 167LinearPMap.domainLinearPMap.adjointAux · cited by 6LinearPMap.adjointAuxLinearPMap.adjointDomain · cited by 6LinearPMap.adjointDomainLinearPMap.adjointCITED BYCITES

Cites11

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

Cited by13

Results whose statement or proof uses this declaration.