Theorems · Definition · general topology
Dense.extend
{α : Type u_1} →
{β : Type u_2} → [inst : TopologicalSpace α] → [TopologicalSpace β] → {s : Set α} → Dense s → (↑s → β) → α → βThis is a shortcut for hs.isDenseInducing_val.extend f. It is useful because if s : Set α
is dense then the coercion (↑) : s → α automatically satisfies IsUniformInducing and
IsDenseInducing so this gives access to the theorems satisfied by a uniform extension by simply
mentioning the density hypothesis.
- Defined in
- Mathlib.Topology.DenseEmbedding
- Cited by
- 13 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemstatement and proof · cited by 7,166
- Densestatement and proof · cited by 359
- IsDenseInducing.extendproof · cited by 29
- Dense.isDenseInducing_valproof · cited by 8
Cited by13
Results whose statement or proof uses this declaration.
- Dense.extend_eqstatement · cited by 2
- Dense.lipschitzWith_extendstatement and proof · cited by 1
- Dense.extend_eq_atstatement · cited by 1
- Dense.uniformContinuous_extendstatement · cited by 1
- Dense.extend.congr_simpstatement and proof · cited by 0
- Dense.extend_uniquestatement · cited by 0
- Dense.continuousAt_extendstatement · cited by 0
- Dense.continuous_extendstatement · cited by 0
- Dense.extend_eq_of_tendstostatement · cited by 0
- Dense.extend_of_indstatement · cited by 0
- Dense.extend_specstatement · cited by 0