Mathlib Map

Theorems · Theorem · functional analysis

ContinuousLinearMap.adjoint_inner_left

∀ {𝕜 : 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]
  [inst_5 : CompleteSpace E] [inst_6 : CompleteSpace F] (A : E →L[𝕜] F) (x : E) (y : F),
  inner 𝕜 ((ContinuousLinearMap.adjoint A) y) x = inner 𝕜 y (A x)

The fundamental property of the adjoint.

Defined in
Mathlib.Analysis.InnerProductSpace.Adjoint
Cited by
18 results in Mathlib
Foundations
Depth 192 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_inner_left · cited by 8LinearMap.adjoint_inner_l…ContinuousLinearMap.ker_adjoint_comp_self · cited by 4ContinuousLinearMap.ker_a…ContinuousLinearMap.orthogonal_ker · cited by 3ContinuousLinearMap.ortho…ContinuousLinearMap.isSelfAdjoint_iff_isSymmetric · cited by 3ContinuousLinearMap.isSel…ProbabilityTheory.covarianceBilin_multivariateGaussian · cited by 3ProbabilityTheory.covaria…ContinuousLinearMap.inner_map_map_iff_adjoint_comp_self · cited by 2ContinuousLinearMap.inner…ContinuousLinearMap.isStarNormal_iff_norm_eq_adjoint · cited by 2ContinuousLinearMap.isSta…TensorProduct.adjoint_mapL · cited by 2TensorProduct.adjoint_mapLContinuousLinearMap.innerSL_apply_comp · cited by 1ContinuousLinearMap.inner…ContinuousLinearMap.apply_norm_sq_eq_inner_adjoint_left · cited by 1ContinuousLinearMap.apply…RKHS.isHermitian_kernel · cited by 1RKHS.isHermitian_kernelContinuousLinearMap.eq_adjoint_iff · cited by 1ContinuousLinearMap.eq_ad…ProbabilityTheory.covarianceBilin_map · cited by 1ProbabilityTheory.covaria…RKHS.posSemidef_kernel · cited by 0RKHS.posSemidef_kernelRKHS.posSemidef_tfae · cited by 0RKHS.posSemidef_tfaeDFunLike.coe · cited by 62936DFunLike.coeRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupContinuousLinearMap · cited by 5352ContinuousLinearMapInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeCompleteSpace · cited by 2532CompleteSpaceInner.inner · cited by 1089Inner.innerLinearIsometryEquiv · cited by 748LinearIsometryEquivstarRingEnd · cited by 671starRingEndContinuousLinearMap.adjoint · cited by 82ContinuousLinearMap.adjoi…ContinuousLinearMap.adjoint_i…CITED BYCITES

Cites11

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

Cited by18

Results whose statement or proof uses this declaration.