Theorems · Theorem · functional analysis
WithSeminorms.equicontinuous_TFAE
∀ {𝕜 : Type u_2} {𝕜₂ : Type u_3} {E : Type u_6} {F : Type u_7} {ι' : Type u_10} [inst : NontriviallyNormedField 𝕜]
[inst_1 : AddCommGroup E] [inst_2 : Module 𝕜 E] [inst_3 : NormedField 𝕜₂] [inst_4 : AddCommGroup F]
[inst_5 : Module 𝕜₂ F] {σ₁₂ : 𝕜 →+* 𝕜₂} [inst_6 : RingHomIsometric σ₁₂] {κ : Type u_11} {q : SeminormFamily 𝕜₂ F ι'}
[inst_7 : UniformSpace E] [IsUniformAddGroup E] [u : UniformSpace F] [hu : IsUniformAddGroup F],
WithSeminorms q →
∀ [ContinuousSMul 𝕜 E] (f : κ → E →ₛₗ[σ₁₂] F),
[EquicontinuousAt (DFunLike.coe ∘ f) 0, Equicontinuous (DFunLike.coe ∘ f),
UniformEquicontinuous (DFunLike.coe ∘ f), ∀ (i : ι'), ∃ p, Continuous ⇑p ∧ ∀ (k : κ), (q i).comp (f k) ≤ p,
∀ (i : ι'), BddAbove (Set.range fun k => (q i).comp (f k)) ∧ Continuous (⨆ k, ⇑((q i).comp (f k)))].TFAELet E and F be two topological vector spaces over a NontriviallyNormedField, and assume
that the topology of F is generated by some family of seminorms q. For a family f of linear
maps from E to F, the following are equivalent:
* f is equicontinuous at 0.
* f is equicontinuous.
* f is uniformly equicontinuous.
* For each q i, the family of seminorms k ↦ (q i) ∘ (f k) is bounded by some continuous
seminorm p on E.
* For each q i, the seminorm ⊔ k, (q i) ∘ (f k) is well-defined and continuous.
In particular, if you can determine all continuous seminorms on E, that gives you a complete
characterization of equicontinuity for linear maps from E to F. For example E and F are
both normed spaces, you get NormedSpace.equicontinuous_TFAE.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 163 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites56
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
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Set.rangestatement and proof · cited by 4,705
- Filter.Eventuallyproof · cited by 3,134
- SeminormedAddCommGroupproof · cited by 2,671
Cited by2
Results whose statement or proof uses this declaration.
- WithSeminorms.uniformEquicontinuous_iff_bddAbove_and_continuous_iSupproof · cited by 1
- WithSeminorms.uniformEquicontinuous_iff_exists_continuous_seminormproof · cited by 1