Theorems · Definition · real analysis
Function.leftLim
{α : Type u_1} → {β : Type u_2} → [LinearOrder α] → [TopologicalSpace β] → (α → β) → α → βLet f : α → β be a function from a linear order α to a topological space β, and
let a : α. The limit strictly to the left of f at a, denoted with leftLim f a, is defined
by using the order topology on α. If a is isolated to its left or the function has no left
limit, we use f a instead to guarantee a good behavior in most cases.
- Defined in
- Mathlib.Topology.Order.LeftRightLim
- Cited by
- 60 results in Mathlib
- Foundations
- Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderTopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- nhdsproof · cited by 5,554
- Bot.botproof · cited by 4,720
- Filter.Tendstoproof · cited by 3,814
- nhdsWithinproof · cited by 1,912
- Set.Iioproof · cited by 1,166
- Filter.limUnderproof · cited by 47
Cited by61
Results whose statement or proof uses this declaration.
- Function.rightLimproof · cited by 52
- Monotone.leftLim_lestatement · cited by 13
- leftLim_eq_of_eq_botstatement · cited by 11
- Monotone.le_leftLimstatement · cited by 9
- StieltjesFunction.measure_Iccstatement and proof · cited by 8
- Monotone.tendsto_leftLimstatement · cited by 7
- BoundedVariationOn.vectorMeasure_Iccstatement and proof · cited by 6
- StieltjesFunction.measure_singletonstatement and proof · cited by 6
- BoundedVariationOn.tendsto_leftLimstatement · cited by 5
- leftLim_eq_of_isBotstatement · cited by 5
- leftLim_eq_of_tendstostatement · cited by 5
- tendsto_leftLim_of_tendstostatement and proof · cited by 5