Theorems · Definition · operator theory
LinearPMap.IsFormalAdjoint
{𝕜 : 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) → (F →ₗ.[𝕜] E) → PropAn operator T is a formal adjoint of S if for all x in the domain of T and y in the
domain of S, we have that ⟪T x, y⟫ = ⟪x, S y⟫.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- Inner.innerproof · cited by 1,089
- LinearPMapstatement and proof · cited by 179
- LinearPMap.domainproof · cited by 167
- LinearPMap.toFun'proof · cited by 124
Cited by3
Results whose statement or proof uses this declaration.
- LinearPMap.IsFormalAdjoint.symmstatement and proof · cited by 2
- LinearPMap.adjoint_isFormalAdjointstatement · cited by 1
- LinearPMap.IsFormalAdjoint.le_adjointstatement and proof · cited by 0