Theorems · Theorem · general topology
uniform_extend_subtype
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : UniformSpace α] [inst_1 : UniformSpace β]
[inst_2 : UniformSpace γ] [CompleteSpace γ] {p : α → Prop} {e : α → β} {f : α → γ} {b : β} {s : Set α},
(UniformContinuous fun x => f ↑x) →
IsUniformEmbedding e →
(∀ (x : β), x ∈ closure (Set.range e)) →
closure (e '' s) ∈ nhds b →
IsClosed s → (∀ x ∈ s, p x) → ∃ c, Filter.Tendsto f (Filter.comap e (nhds b)) (nhds c)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
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 · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Set.imagestatement and proof · cited by 5,609
- nhdsstatement and proof · cited by 5,554
- Set.rangestatement and proof · cited by 4,705
- Filter.Tendstostatement and proof · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
- UniformSpacestatement and proof · cited by 2,040
- IsClosedstatement and proof · cited by 1,639
- closurestatement and proof · cited by 1,254
- Filter.comapstatement and proof · cited by 546
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.