Theorems · Theorem · functional analysis
NormedSpace.equicontinuous_TFAE
∀ {𝕜 : Type u_1} {𝕜₂ : Type u_3} {E : Type u_5} {F : Type u_6} {ι : Type u_9} [inst : NontriviallyNormedField 𝕜]
[inst_1 : NontriviallyNormedField 𝕜₂] {σ₁₂ : 𝕜 →+* 𝕜₂} [inst_2 : RingHomIsometric σ₁₂]
[inst_3 : SeminormedAddCommGroup E] [inst_4 : SeminormedAddCommGroup F] [inst_5 : NormedSpace 𝕜 E]
[inst_6 : NormedSpace 𝕜₂ F] (f : ι → E →SL[σ₁₂] F),
[EquicontinuousAt (DFunLike.coe ∘ f) 0, Equicontinuous (DFunLike.coe ∘ f), UniformEquicontinuous (DFunLike.coe ∘ f),
∃ C, ∀ (i : ι) (x : E), ‖(f i) x‖ ≤ C * ‖x‖, ∃ C ≥ 0, ∀ (i : ι) (x : E), ‖(f i) x‖ ≤ C * ‖x‖,
∃ C, ∀ (i : ι), ‖f i‖ ≤ C, ∃ C ≥ 0, ∀ (i : ι), ‖f i‖ ≤ C, BddAbove (Set.range fun x => ‖f x‖),
⨆ i, ↑‖f i‖₊ < ⊤].TFAEEquivalent characterizations for equicontinuity of a family of continuous linear maps
between normed spaces. See also WithSeminorms.equicontinuous_TFAE for similar characterizations
between spaces satisfying WithSeminorms.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites48
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
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedSpacestatement and proof · cited by 12,499
- RingHomstatement and proof · cited by 10,189
- ENNRealstatement · cited by 9,879
- Top.topstatement and proof · 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.rangestatement and proof · cited by 4,705
- LE.le.transproof · cited by 3,151
Cited by2
Results whose statement or proof uses this declaration.
- banach_steinhausproof · cited by 3
- banach_steinhaus_iSup_nnnormproof · cited by 0