Theorems · Theorem · functional analysis
WithSeminorms.banach_steinhaus
∀ {ι : Type u_2} {κ : Type u_3} {𝕜₁ : 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] {𝓕 : ι → E →SL[σ₁₂] F} {q : SeminormFamily 𝕜₂ F κ},
WithSeminorms q →
(∀ (k : κ) (x : E), BddAbove (Set.range fun i => (q k) ((𝓕 i) x))) → UniformEquicontinuous (DFunLike.coe ∘ 𝓕)The Banach-Steinhaus theorem, or Uniform Boundedness Principle, for maps from a
barrelled space to any space whose topology is generated by a family of seminorms. Use
WithSeminorms.equicontinuous_TFAE and Seminorm.bound_of_continuous to get explicit bounds on
the seminorms from equicontinuity.
- Defined in
- Mathlib.Analysis.LocallyConvex.Barrelled
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Realstatement · cited by 25,697
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- RingHomstatement and proof · cited by 10,189
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement and proof · cited by 5,352
- Set.rangestatement and proof · cited by 4,705
- UniformSpacestatement and proof · cited by 2,040
- ContinuousSMulstatement and proof · cited by 1,016
- BddAbovestatement and proof · cited by 620
- ContinuousLinearMap.toLinearMapproof · cited by 528
Cited by3
Results whose statement or proof uses this declaration.
- banach_steinhausproof · cited by 3
- banach_steinhaus_iSup_nnnormproof · cited by 0
- PolynormableSpace.banach_steinhausproof · cited by 0