Theorems · Theorem · functional analysis
banach_steinhaus
- 1000+ list: Banach–Steinhaus theorem
∀ {E : Type u_1} {F : Type u_2} {𝕜 : Type u_3} {𝕜₂ : Type u_4} [inst : SeminormedAddCommGroup E]
[inst_1 : SeminormedAddCommGroup F] [inst_2 : NontriviallyNormedField 𝕜] [inst_3 : NontriviallyNormedField 𝕜₂]
[inst_4 : NormedSpace 𝕜 E] [inst_5 : NormedSpace 𝕜₂ F] {σ₁₂ : 𝕜 →+* 𝕜₂} [RingHomIsometric σ₁₂] {ι : Type u_5}
[CompleteSpace E] {g : ι → E →SL[σ₁₂] F}, (∀ (x : E), ∃ C, ∀ (i : ι), ‖(g i) x‖ ≤ C) → ∃ C', ∀ (i : ι), ‖g i‖ ≤ C'This is the standard Banach-Steinhaus theorem, or Uniform Boundedness Principle.
If a family of continuous linear maps from a Banach space into a normed space is pointwise
bounded, then the norms of these linear maps are uniformly bounded.
See also WithSeminorms.banach_steinhaus for the general statement in barrelled spaces.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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 and proof · cited by 25,697
- NormedSpacestatement and proof · cited by 12,499
- RingHomstatement and proof · cited by 10,189
- Top.topproof · cited by 9,680
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
- Set.rangeproof · cited by 4,705
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- CompleteSpacestatement and proof · cited by 2,532
- iSupproof · cited by 2,415
Cited by3
Results whose statement or proof uses this declaration.
- SchauderBasis.exists_norm_proj_leproof · cited by 1
- UnconditionalSchauderBasis.exists_norm_proj_leproof · cited by 1
- WeakDual.isBounded_iff_isVonNBoundedproof · cited by 0