Theorems · Definition · functional analysis
continuousLinearMapOfTendsto
{α : Type u_1} →
{𝕜₁ : Type u_4} →
{𝕜₂ : Type u_5} →
{E : Type u_6} →
{F : Type u_7} →
[inst : NontriviallyNormedField 𝕜₁] →
[inst_1 : NontriviallyNormedField 𝕜₂] →
{σ₁₂ : 𝕜₁ →+* 𝕜₂} →
[RingHomIsometric σ₁₂] →
[inst_3 : AddCommGroup E] →
[inst_4 : AddCommGroup F] →
[inst_5 : Module 𝕜₁ E] →
[inst_6 : Module 𝕜₂ F] →
[inst_7 : UniformSpace E] →
[inst_8 : UniformSpace F] →
[IsUniformAddGroup E] →
[IsUniformAddGroup F] →
[ContinuousSMul 𝕜₁ E] →
[BarrelledSpace 𝕜₁ E] →
[PolynormableSpace 𝕜₂ F] →
[ContinuousSMul 𝕜₂ F] →
[T2Space F] →
{l : Filter α} →
[l.IsCountablyGenerated] →
[l.NeBot] →
(g : α → E →SL[σ₁₂] F) →
{f : E → F} →
Filter.Tendsto (fun n x => (g n) x) l (nhds f) → E →SL[σ₁₂] FGiven a sequence of continuous linear maps which converges pointwise and for which the
domain is barrelled, the Banach-Steinhaus theorem is used to guarantee that the limit map
is a continuous linear map as well.
This actually works for any countably generated filter instead of atTop : Filter ℕ,
but the proof ultimately goes back to sequences.
- Defined in
- Mathlib.Analysis.LocallyConvex.Barrelled
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapproof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- ContinuousLinearMapstatement and proof · cited by 5,352
- Filter.Tendstostatement and proof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- T2Spacestatement and proof · cited by 1,351
Cited by1
Results whose statement or proof uses this declaration.
- WithSeminorms.continuousLinearMapOfTendstoproof · cited by 0