Theorems · Theorem · general topology
IsLocallyConstant.tfae
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] (f : X → Y),
[IsLocallyConstant f, ∀ (x : X), ∀ᶠ (x' : X) in nhds x, f x' = f x, ∀ (x : X), IsOpen {x' | f x' = f x},
∀ (y : Y), IsOpen (f ⁻¹' {y}), ∀ (x : X), ∃ U, IsOpen U ∧ x ∈ U ∧ ∀ x' ∈ U, f x' = f x].TFAE- Defined in
- Mathlib.Topology.LocallyConstant.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 66 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.
Cites14
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.ofPredstatement and proof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Set.preimagestatement and proof · cited by 4,946
- Filter.Eventuallystatement and proof · cited by 3,134
- IsOpenstatement and proof · cited by 2,400
- IsOpen.mem_nhdsproof · cited by 470
- Set.mem_preimageproof · cited by 190
- List.TFAEstatement · cited by 102
- List.tfae_of_cycleproof · cited by 83
- mem_nhds_iffproof · cited by 67
Cited by5
Results whose statement or proof uses this declaration.
- IsLocallyConstant.iff_exists_openproof · cited by 4
- IsLocallyConstant.iff_eventually_eqproof · cited by 3
- IsLocallyConstant.iff_isOpen_fiberproof · cited by 1
- IsLocallyConstant.iff_isOpen_fiber_applyproof · cited by 0
- Profinite.Nobeling.isClosedEmbeddingproof · cited by 0