Theorems · Theorem · general topology
TendstoUniformlyOn.eventually_forall_lt
∀ {α : Type u_1} {ι : Type u_2} {β : Type u_3} [inst : UniformSpace β] [inst_1 : AddGroup β] [IsUniformAddGroup β]
[inst_3 : PartialOrder β] [OrderTopology β] [AddLeftMono β] [AddRightMono β] {f : ι → α → β} {g : α → β} {K : Set α}
{p : Filter ι} {u v : β},
u < v → TendstoUniformlyOn f g p K → (∀ x ∈ K, g x ≤ u) → ∀ᶠ (i : ι) in p, ∀ x ∈ K, f i x < vIf a sequence of functions converges uniformly on a set to a function g which is bounded above
by a value u, then the sequence is strictly bounded by any v such that u < v.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 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.
- Setstatement and proof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- PartialOrderstatement and proof · cited by 6,410
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- AddGroupstatement and proof · cited by 4,410
- Filter.Tendstoproof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- add_zeroproof · cited by 2,707
- UniformSpacestatement and proof · cited by 2,040
- SProd.sprodproof · cited by 1,750
- Filter.univ_mem'proof · cited by 1,672
Cited by1
Results whose statement or proof uses this declaration.
- TendstoUniformlyOn.eventually_forall_leproof · cited by 2