Theorems · Theorem · functional analysis
ContinuousLinearMapWOT.tendsto_iff_forall_inner_apply_tendsto
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : RCLike 𝕜] [inst_1 : AddCommGroup E] [inst_2 : TopologicalSpace E]
[inst_3 : Module 𝕜 E] [inst_4 : NormedAddCommGroup F] [inst_5 : InnerProductSpace 𝕜 F] [CompleteSpace F]
{α : Type u_4} {l : Filter α} {f : α → E →WOT[𝕜] F} {A : E →WOT[𝕜] F},
Filter.Tendsto f l (nhds A) ↔
∀ (x : E) (y : F), Filter.Tendsto (fun a => inner 𝕜 y ((f a) x)) l (nhds (inner 𝕜 y (A x)))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.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- AddCommGroupstatement and proof · cited by 12,871
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- CompleteSpacestatement and proof · cited by 2,532
Cited by3
Results whose statement or proof uses this declaration.
- ContinuousLinearMapWOT.continuousWithinAt_iffproof · cited by 2
- ContinuousLinearMapWOT.continuousAt_iffproof · cited by 2
- ContinuousLinearMapWOT.le_nhds_iff_forall_inner_apply_le_nhdsproof · cited by 0