Theorems · Theorem · general topology
IsDenseInducing.extend_unique_at
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {i : α → β}
[inst_2 : TopologicalSpace γ] [T2Space γ] {b : β} {f : α → γ} {g : β → γ} (di : IsDenseInducing i),
(∀ᶠ (x : α) in Filter.comap i (nhds b), g (i x) = f x) → ContinuousAt g b → di.extend f b = g b- Defined in
- Mathlib.Topology.DenseEmbedding
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- nhdsstatement and proof · cited by 5,554
- Filter.Eventuallystatement and proof · cited by 3,134
- T2Spacestatement and proof · cited by 1,351
- ContinuousAtstatement and proof · cited by 697
- Filter.Eventually.monoproof · cited by 646
- Filter.comapstatement and proof · cited by 546
- Filter.Tendsto.eventuallyproof · cited by 174
- Filter.Eventually.mpproof · cited by 78
- Filter.mem_mapproof · cited by 63
- IsDenseInducingstatement and proof · cited by 56
Cited by2
Results whose statement or proof uses this declaration.
- IsDenseInducing.extend_uniqueproof · cited by 7
- Dense.extend_unique_atproof · cited by 0