Left and right limits. A junk value is assigned if the limit does not exist.
Equations
- Chapter11.right_lim f x₀ = (Filter.map f (nhdsWithin x₀ (Set.Ioi x₀))).lim
Instances For
Equations
- Chapter11.left_lim f x₀ = (Filter.map f (nhdsWithin x₀ (Set.Iio x₀))).lim
Instances For
Equations
- Chapter11.jump f x₀ = Chapter11.right_lim f x₀ - Chapter11.left_lim f x₀
Instances For
Definition 11.8.1
Equations
- Chapter11.α_length α (Chapter11.BoundedInterval.Icc a b) = if a ≤ b then Chapter11.right_lim α b - Chapter11.left_lim α a else 0
- Chapter11.α_length α (Chapter11.BoundedInterval.Ico a b) = if a ≤ b then Chapter11.left_lim α b - Chapter11.left_lim α a else 0
- Chapter11.α_length α (Chapter11.BoundedInterval.Ioc a b) = if a ≤ b then Chapter11.right_lim α b - Chapter11.right_lim α a else 0
- Chapter11.α_length α (Chapter11.BoundedInterval.Ioo a b) = if a < b then Chapter11.left_lim α b - Chapter11.right_lim α a else 0
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Example 11.8.3
An improved version of BoundedInterval.joins that also controls α_length.
Equations
- K.joins' I J = (K.joins I J ∧ ∀ (α : ℝ → ℝ), Chapter11.α_length α K = Chapter11.α_length α I + Chapter11.α_length α J)
Instances For
Theorem 11.8.4 / Exercise 11.8.1
Definition 11.8.5 (Piecewise constant RS integral)
Equations
- Chapter11.PiecewiseConstantWith.RS_integ f P α = ∑ J ∈ P.intervals, Chapter11.constant_value_on f ↑J * Chapter11.α_length α J
Instances For
Example 11.8.6
Instances For
Equations
Instances For
Example 11.8.7
Analogue of Proposition 11.2.13
Equations
- Chapter11.PiecewiseConstantOn.RS_integ f I α = if h : Chapter11.PiecewiseConstantOn f I then Chapter11.PiecewiseConstantWith.RS_integ f (Exists.choose h) α else 0
Instances For
α_length non-negative when α monotone
Analogue of Theorem 11.2.16 (a) (Laws of integration) / Exercise 11.8.3
Analogue of Theorem 11.2.16 (b) (Laws of integration) / Exercise 11.8.3
Theorem 11.8.8 (c) (Laws of RS integration) / Exercise 11.8.8
Theorem 11.8.8 (d) (Laws of RS integration) / Exercise 11.8.8
Theorem 11.8.8 (e) (Laws of RS integration) / Exercise 11.8.8
Theorem 11.8.8 (f) (Laws of RS integration) / Exercise 11.8.8
Theorem 11.8.8 (g) (Laws of RS integration) / Exercise 11.8.8
Theorem 11.8.8 (g) (Laws of RS integration) / Exercise 11.8.8
Theorem 11.8.8 (h) (Laws of RS integration) / Exercise 11.8.8
Analogue of Definition 11.3.2 (Uppper and lower Riemann integrals )
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Analogue of Definition 11.3.4
Equations
- Chapter11.RS_integ f I α = Chapter11.upper_RS_integral f I α
Instances For
Equations
- Chapter11.RS_IntegrableOn f I α = (Chapter9.BddOn f ↑I ∧ Chapter11.lower_RS_integral f I α = Chapter11.upper_RS_integral f I α)
Instances For
Analogue of various components of Lemma 11.3.3
Exercise 11.8.4
Exercise 11.8.5
Analogue of Lemma 11.3.7