Mathlib Map

Theorems · Theorem · general topology

continuous_discrete_rng

∀ {β : Type u_2} {α : Type u_3} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] [DiscreteTopology β]
  {f : α → β}, Continuous f ↔ ∀ (b : β), IsOpen (f ⁻¹' {b})

A function to a discrete topological space is continuous if and only if the preimage of every singleton is open.

Defined in
Mathlib.Topology.Order
Cited by
3 results in Mathlib
Foundations
Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceTopologicalSpaceDiscreteTopology

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.