Аналіз I, Глава 11.2 #
I have attempted to make the translation as faithful a paraphrasing as possible of the original text. When there is a choice between a more idiomatic Lean solution and a more faithful translation, I have generally chosen the latter. In particular, there will be places where the Lean code could be "golfed" to be more elegant and idiomatic, but I have consciously avoided doing so.
Main constructions and results of this section:
- Piecewise constant functions
- The piecewise constant integral
Визначення 11.2.1
Equations
- Chapter11.Constant f = ∃ (c : Y), ∀ (x : X), f x = c
Instances For
Equations
- Chapter11.constant_value f = if h : Chapter11.Constant f then Exists.choose h else hY.some
Instances For
Equations
- Chapter11.ConstantOn f X = Chapter11.Constant fun (x : ↑X) => f ↑x
Instances For
Equations
- Chapter11.constant_value_on f X = Chapter11.constant_value fun (x : ↑X) => f ↑x
Instances For
Визначення 11.2.3 (Piecewise constant functions I)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Визначення 11.2.5 (Piecewise constant functions I)
Equations
- Chapter11.PiecewiseConstantOn f I = ∃ (P : Chapter11.Partition I), Chapter11.PiecewiseConstantWith f P
Instances For
Приклад 11.2.6
Лема 11.2.7 / Вправа 11.2.1
Лема 11.2.8 / Вправа 11.2.2
Лема 11.2.8 / Вправа 11.2.2
Лема 11.2.8 / Вправа 11.2.2
Лема 11.2.8 / Вправа 11.2.2
Лема 11.2.8 / Вправа 11.2.2
Лема 11.2.8 / Вправа 11.2.2
Лема 11.2.8 / Вправа 11.2.2. I believe the hypothesis that g
does not vanish is not needed.
Визначення 11.2.9 (Piecewise constant integral I)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
Instances For
Твердження 11.2.13 (Piecewise constant integral is independent of partition) / Вправа 11.2.3
Визначення 11.2.14 (Piecewise constant integral II)
Equations
- Chapter11.PiecewiseConstantOn.integ f I = if h : Chapter11.PiecewiseConstantOn f I then Chapter11.PiecewiseConstantWith.integ f (Exists.choose h) else 0
Instances For
Теорема 11.2.16 (a) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (b) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (c) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (d) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (e) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (f) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (f) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (g) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (g) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (h) (Laws of integration) / Вправа 11.2.4
Теорема 11.2.16 (h) (Laws of integration) / Вправа 11.2.4