Theorems · Theorem · real analysis
Monotone.continuousAt_iff_leftLim_eq_rightLim
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : ConditionallyCompleteLinearOrder β]
[inst_2 : TopologicalSpace β] [OrderTopology β] {f : α → β},
Monotone f →
∀ {x : α} [inst_4 : TopologicalSpace α] [OrderTopology α],
ContinuousAt f x ↔ Function.leftLim f x = Function.rightLim f xA monotone function is continuous at a point if and only if its left and right limits coincide.
- Defined in
- Mathlib.Topology.Order.LeftRightLim
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- le_antisymmproof · cited by 2,068
- le_reflproof · cited by 2,061
- Monotonestatement and proof · cited by 1,397
- OrderTopologystatement and proof · cited by 1,355
- ContinuousAtstatement and proof · cited by 697
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- ContinuousAt.continuousWithinAtproof · cited by 102
- Function.leftLimstatement and proof · cited by 60
- Function.rightLimstatement and proof · cited by 52
- Monotone.leftLim_leproof · cited by 13
Cited by2
Results whose statement or proof uses this declaration.
- Monotone.ae_hasDerivAtproof · cited by 1
- Antitone.continuousAt_iff_leftLim_eq_rightLimproof · cited by 0