Documentation

Analysis.Section_11_2

@[reducible, inline]
abbrev Chapter11.Constant {X Y : Type} (f : X → Y) :

Definition 11.2.1

Equations
Instances For
    @[reducible, inline]
    noncomputable abbrev Chapter11.constant_value {X Y : Type} [hY : Nonempty Y] (f : X → Y) :
    Y
    Equations
    Instances For
      theorem Chapter11.Constant.eq {X Y : Type} {f : X → Y} [Nonempty Y] (h : Constant f) (x : X) :
      theorem Chapter11.Constant.of_const {X Y : Type} {f : X → Y} {c : Y} (h : ∀ (x : X), f x = c) :
      theorem Chapter11.Constant.const_eq {X Y : Type} {f : X → Y} [hX : Nonempty X] [Nonempty Y] {c : Y} (h : ∀ (x : X), f x = c) :
      theorem Chapter11.Constant.of_subsingleton {X Y : Type} [hs : Subsingleton X] [hY : Nonempty Y] {f : X → Y} :
      @[reducible, inline]
      abbrev Chapter11.ConstantOn (f : ℝ → ℝ) (X : Set ℝ) :
      Equations
      Instances For
        @[reducible, inline]
        noncomputable abbrev Chapter11.constant_value_on (f : ℝ → ℝ) (X : Set ℝ) :
        Equations
        Instances For
          theorem Chapter11.ConstantOn.eq {f : ℝ → ℝ} {X : Set ℝ} (h : ConstantOn f X) {x : ℝ} (hx : x ∈ X) :
          theorem Chapter11.ConstantOn.of_const {f : ℝ → ℝ} {X : Set ℝ} {c : ℝ} (h : ∀ x ∈ X, f x = c) :
          theorem Chapter11.ConstantOn.of_const' (c : ℝ) (X : Set ℝ) :
          ConstantOn (fun (x : ℝ) => c) X
          theorem Chapter11.ConstantOn.const_eq {f : ℝ → ℝ} {X : Set ℝ} (hX : X.Nonempty) {c : ℝ} (h : ∀ x ∈ X, f x = c) :
          theorem Chapter11.ConstantOn.congr {f g : ℝ → ℝ} {X : Set ℝ} (h : ∀ x ∈ X, f x = g x) :
          theorem Chapter11.ConstantOn.congr' {f g : ℝ → ℝ} {X : Set ℝ} (hf : ConstantOn f X) (h : ∀ x ∈ X, f x = g x) :
          theorem Chapter11.constant_value_on_congr {f g : ℝ → ℝ} {X : Set ℝ} (h : ∀ x ∈ X, f x = g x) :
          @[reducible, inline]

          Definition 11.2.3 (Piecewise constant functions I)

          Equations
          Instances For
            theorem Chapter11.PiecewiseConstantWith.def (f : ℝ → ℝ) {I : BoundedInterval} {P : Partition I} :
            PiecewiseConstantWith f P ↔ ∀ J ∈ P, ∃ (c : ℝ), ∀ x ∈ J, f x = c
            theorem Chapter11.PiecewiseConstantWith.congr {f g : ℝ → ℝ} {I : BoundedInterval} {P : Partition I} (h : ∀ x ∈ ↑I, f x = g x) :
            @[reducible, inline]

            Definition 11.2.5 (Piecewise constant functions I)

            Equations
            Instances For
              theorem Chapter11.PiecewiseConstantOn.def (f : ℝ → ℝ) (I : BoundedInterval) :
              PiecewiseConstantOn f I ↔ ∃ (P : Partition I), ∀ J ∈ P, ConstantOn f ↑J
              theorem Chapter11.PiecewiseConstantOn.congr {f g : ℝ → ℝ} {I : BoundedInterval} (h : ∀ x ∈ ↑I, f x = g x) :
              theorem Chapter11.PiecewiseConstantOn.congr' {f g : ℝ → ℝ} {I : BoundedInterval} (hf : PiecewiseConstantOn f I) (h : ∀ x ∈ ↑I, f x = g x) :
              @[reducible, inline]
              noncomputable abbrev Chapter11.f_11_2_4 :
              ℝ → ℝ

              Example 11.2.4 / Example 11.2.6

              Equations
              Instances For

                Lemma 11.2.7 / Exercise 11.2.1

                Lemma 11.2.8 / Exercise 11.2.2 (add).

                Lemma 11.2.8 / Exercise 11.2.2 (sub).

                Lemma 11.2.8 / Exercise 11.2.2 (max).

                Lemma 11.2.8 / Exercise 11.2.2 (min).

                Lemma 11.2.8 / Exercise 11.2.2 (mul).

                Lemma 11.2.8 / Exercise 11.2.2 (smul).

                theorem Chapter11.PiecewiseConstantOn.div {f g : ℝ → ℝ} {I : BoundedInterval} (hf : PiecewiseConstantOn f I) (hg : PiecewiseConstantOn g I) (hg_ne : ∀ x ∈ ↑I, g x ≠ 0) :

                Lemma 11.2.8 / Exercise 11.2.2 (div).

                @[reducible, inline]
                noncomputable abbrev Chapter11.PiecewiseConstantWith.integ (f : ℝ → ℝ) {I : BoundedInterval} (P : Partition I) :

                Definition 11.2.9 (Piecewise constant integral I).

                Equations
                Instances For
                  theorem Chapter11.PiecewiseConstantWith.integ_congr {f g : ℝ → ℝ} {I : BoundedInterval} {P : Partition I} (h : ∀ x ∈ ↑I, f x = g x) :
                  integ f P = integ g P
                  @[reducible, inline]
                  noncomputable abbrev Chapter11.f_11_2_12 :
                  ℝ → ℝ

                  Example 11.2.12

                  Equations
                  Instances For

                    Proposition 11.2.13 (Piecewise constant integral is independent of partition) / Exercise 11.2.3

                    @[reducible, inline]
                    noncomputable abbrev Chapter11.PiecewiseConstantOn.integ (f : ℝ → ℝ) (I : BoundedInterval) :

                    Definition 11.2.14 (Piecewise constant integral II)

                    Equations
                    Instances For
                      @[reducible, inline]
                      Equations
                      Instances For
                        theorem Chapter11.PiecewiseConstantOn.integ_congr {f g : ℝ → ℝ} {I : BoundedInterval} (h : ∀ x ∈ ↑I, f x = g x) :
                        integ f I = integ g I

                        Theorem 11.2.16 (a) (Laws of integration) / Exercise 11.2.4

                        theorem Chapter11.PiecewiseConstantOn.integ_smul {f : ℝ → ℝ} {I : BoundedInterval} (c : ℝ) (hf : PiecewiseConstantOn f I) :
                        integ (c • f) I = c * integ f I

                        Theorem 11.2.16 (b) (Laws of integration) / Exercise 11.2.4

                        Theorem 11.2.16 (c) (Laws of integration) / Exercise 11.2.4

                        theorem Chapter11.PiecewiseConstantOn.integ_of_nonneg {f : ℝ → ℝ} {I : BoundedInterval} (h : ∀ x ∈ I, 0 ≤ f x) (hf : PiecewiseConstantOn f I) :
                        0 ≤ integ f I

                        Theorem 11.2.16 (d) (Laws of integration) / Exercise 11.2.4

                        theorem Chapter11.PiecewiseConstantOn.integ_mono {f g : ℝ → ℝ} {I : BoundedInterval} (h : ∀ x ∈ I, f x ≤ g x) (hf : PiecewiseConstantOn f I) (hg : PiecewiseConstantOn g I) :
                        integ f I ≤ integ g I

                        Theorem 11.2.16 (e) (Laws of integration) / Exercise 11.2.4

                        theorem Chapter11.PiecewiseConstantOn.integ_const (c : ℝ) (I : BoundedInterval) :
                        integ (fun (x : ℝ) => c) I = c * I.length

                        Theorem 11.2.16 (f) (Laws of integration) / Exercise 11.2.4

                        Theorem 11.2.16 (f') (Laws of integration) / Exercise 11.2.4

                        theorem Chapter11.PiecewiseConstantOn.of_extend {I J : BoundedInterval} (hIJ : I ⊆ J) {f : ℝ → ℝ} (h : PiecewiseConstantOn f I) :
                        PiecewiseConstantOn (fun (x : ℝ) => if x ∈ I then f x else 0) J

                        Theorem 11.2.16 (g) (Laws of integration) / Exercise 11.2.4

                        theorem Chapter11.PiecewiseConstantOn.integ_of_extend {I J : BoundedInterval} (hIJ : I ⊆ J) {f : ℝ → ℝ} (h : PiecewiseConstantOn f I) :
                        integ (fun (x : ℝ) => if x ∈ I then f x else 0) J = integ f I

                        Theorem 11.2.16 (g') (Laws of integration) / Exercise 11.2.4

                        Theorem 11.2.16 (h) (Laws of integration) / Exercise 11.2.4

                        theorem Chapter11.PiecewiseConstantOn.integ_of_join {I J K : BoundedInterval} (hIJK : K.joins I J) {f : ℝ → ℝ} (h : PiecewiseConstantOn f K) :
                        integ f K = integ f I + integ f J

                        Theorem 11.2.16 (h') (Laws of integration) / Exercise 11.2.4