Theorems · Theorem · general topology
uniformly_extend_spec
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : UniformSpace α] [inst_1 : UniformSpace β]
[inst_2 : UniformSpace γ] {e : β → α} (h_e : IsUniformInducing e) (h_dense : DenseRange e) {f : β → γ},
UniformContinuous f → ∀ [CompleteSpace γ] (a : α), Filter.Tendsto f (Filter.comap e (nhds a)) (nhds (⋯.extend f a))- Cited by
- 2 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.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
- UniformSpacestatement and proof · cited by 2,040
- Filter.comapstatement · cited by 546
- UniformContinuousstatement and proof · cited by 410
- DenseRangestatement and proof · cited by 164
- IsUniformInducingstatement and proof · cited by 128
- IsDenseInducing.extendstatement · cited by 29
- tendsto_nhds_limUnderproof · cited by 15
- IsUniformInducing.isDenseInducingstatement · cited by 11
- uniformly_extend_existsproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- uniformContinuous_uniformly_extendproof · cited by 6
- Dense.extend_specproof · cited by 0