Theorems · Theorem · general topology
DiscreteTopology.of_subset
∀ {X : Type u_5} [inst : TopologicalSpace X] {s t : Set X}, DiscreteTopology ↑s → t ⊆ s → DiscreteTopology ↑tLet s, t ⊆ X be two subsets of a topological space X. If t ⊆ s and the topology induced
by X on s is discrete, then also the topology induces on t is discrete.
(Compare IsDiscrete.mono which is the same thing stated without using subtypes.)
- Defined in
- Mathlib.Topology.Constructions
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
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
- DiscreteTopologystatement and proof · cited by 373
- Topology.IsEmbedding.inclusionproof · cited by 8
- Topology.IsEmbedding.discreteTopologyproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- IsDiscrete.monoproof · cited by 3