Mathlib Map

Theorems · Theorem · general topology

MonotoneOn.countable_not_continuousWithinAt_Ioi

∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : TopologicalSpace α] [OrderTopology α]
  [inst_3 : LinearOrder β] {s : Set α} {f : α → β} [inst_4 : TopologicalSpace β] [OrderTopology β]
  [SecondCountableTopology β], MonotoneOn f s → {x | x ∈ s ∧ ¬ContinuousWithinAt f (s ∩ Set.Ioi x) x}.Countable

In a second countable space, the set of points where a monotone function is not right-continuous within a set is at most countable. Superseded by MonotoneOn.countable_not_continuousWithinAt which gives the two-sided version.

Defined in
Mathlib.Topology.Order.Monotone
Cited by
2 results in Mathlib
Foundations
Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderTopologicalSpaceOrderTopologyLinearOrderTopologicalSpaceOrderTopologySecondCountableTopology

Around this declaration

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

Cites24

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

Cited by2

Results whose statement or proof uses this declaration.