Theorems · Theorem · general topology
DiscreteTopology.of_continuous_injective
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] [DiscreteTopology β]
{f : α → β}, Continuous f → Function.Injective f → DiscreteTopology αIf the codomain of a continuous injective function has discrete topology,
then so does the domain.
See also Embedding.discreteTopology for an important special case.
- Defined in
- Mathlib.Topology.Order
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Set.imageproof · cited by 5,609
- Continuousstatement and proof · cited by 2,592
- DiscreteTopologystatement and proof · cited by 373
- IsOpen.preimageproof · cited by 147
- isOpen_discreteproof · cited by 36
- Function.Injective.preimage_imageproof · cited by 30
- discreteTopology_iff_forall_isOpenproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Topology.IsEmbedding.discreteTopologyproof · cited by 6
- DiscreteTopology.preimage_of_continuous_injectiveproof · cited by 1