The weak operator topology in Hilbert spaces #
This file gives a few properties of the weak operator topology that are specific to operators on Hilbert spaces. This mostly involves using the FrΓ©chet-Riesz representation to convert between applications of elements of the dual and inner products with vectors in the space.
Main results #
ContinuousLinearMapWOT.tendsto_iff_forall_inner_apply_tendsto: a functionf : Ξ± β E βWOT[π] Ftends toπ Aif and only iffun a β¦ βͺy, (f a) xβ«_πtends toπ βͺy, A xβ«_πfor allx : E,y : F. Also included are the corresponding characterizations of continuity.- The adjoint operation is continuous in the weak operator topology, declared as an instance of
ContinuousStar (F βWOT[π] F).
The defining property of the weak operator topology: a function f tends to
A : E βWOT[π] F along filter l iff βͺy, (f a) xβ« tends to βͺy, A xβ« along the same filter.
Alias of the reverse direction of ContinuousLinearMapWOT.continuousWithinAt_iff.
Alias of the forward direction of ContinuousLinearMapWOT.continuousWithinAt_iff.
Alias of the forward direction of ContinuousLinearMapWOT.continuousOn_iff.
Alias of the reverse direction of ContinuousLinearMapWOT.continuousOn_iff.
Alias of the reverse direction of ContinuousLinearMapWOT.continuousAt_iff.
Alias of the forward direction of ContinuousLinearMapWOT.continuousAt_iff.
Alias of the reverse direction of ContinuousLinearMapWOT.continuous_iff.
Alias of the forward direction of ContinuousLinearMapWOT.continuous_iff.