Documentation

ConvexAnalysisMonotoneOperators_BauschkeCombettes_2017.Chap02.Lemma_2_41

theorem continuousAffineMap_continuous_toWeakSpace {H : Type u} {K : Type v} [NormedAddCommGroup H] [NormedSpace H] [NormedAddCommGroup K] [NormedSpace K] (T : H →ᴬ[] K) :
Continuous fun (x : WeakSpace H) => (toWeakSpace K) (T ((toWeakSpace H).symm x))

Lemma 2.41: a continuous affine map between real normed spaces is continuous from the weak topology on the domain to the weak topology on the codomain.

theorem continuousAffineMap_tendsto_toWeakSpace {H : Type u} {K : Type v} [NormedAddCommGroup H] [NormedSpace H] [NormedAddCommGroup K] [NormedSpace K] {A : Type w} [Preorder A] [IsDirectedOrder A] (T : H →ᴬ[] K) {ξ : AH} {x : H} ( : Filter.Tendsto (fun (a : A) => (toWeakSpace H) (ξ a)) Filter.atTop (nhds ((toWeakSpace H) x))) :
Filter.Tendsto (fun (a : A) => (toWeakSpace K) (T (ξ a))) Filter.atTop (nhds ((toWeakSpace K) (T x)))

A weakly convergent directed net remains weakly convergent after application of a continuous affine map.