Documentation

Atlas.NumberTheoryI.code.StieltjesIntegral

Instances For
    Instances For
      noncomputable def RiemannStieltjes.stieltjesSum {a b : } {𝕜 : Type u_1} [NormedField 𝕜] (PT : TaggedPartition a b) (f g : 𝕜) :
      𝕜
      Instances For
        def RiemannStieltjes.HasStieltjesIntegral {𝕜 : Type u_1} [NormedField 𝕜] (f g : 𝕜) (a b : ) (S : 𝕜) :
        Instances For
          def RiemannStieltjes.StieltjesIntegrable {𝕜 : Type u_1} [NormedField 𝕜] (f g : 𝕜) (a b : ) :
          Instances For
            Instances For
              theorem RiemannStieltjes.hasStieltjesIntegral_unique {a b : } {𝕜 : Type u_1} [NormedField 𝕜] {f g : 𝕜} {S₁ S₂ : 𝕜} (h₁ : HasStieltjesIntegral f g a b S₁) (h₂ : HasStieltjesIntegral f g a b S₂) :
              S₁ = S₂
              noncomputable def RiemannStieltjes.stieltjesIntegral {𝕜 : Type u_1} [NormedField 𝕜] (f g : 𝕜) (a b : ) :
              𝕜
              Instances For
                theorem RiemannStieltjes.stieltjesIntegral_spec {a b : } {𝕜 : Type u_1} [NormedField 𝕜] {f g : 𝕜} (h : StieltjesIntegrable f g a b) :
                def RiemannStieltjes.IsBoundedVariation {𝕜 : Type u_1} [NormedField 𝕜] (f : 𝕜) (a b : ) :
                Instances For
                  theorem RiemannStieltjes.stieltjes_eq_riemann (f g g' : ) (a b : ) (hg : xSet.Icc a b, HasDerivAt g (g' x) x) (hg' : ContinuousOn g' (Set.Icc a b)) (hint : StieltjesIntegrable f g a b) :
                  stieltjesIntegral f g a b = (x : ) in a..b, f x * g' x
                  noncomputable def RiemannStieltjes.cumRefine {a b : } (P : IntervalPartition a b) (cr : ∀ (Q R : IntervalPartition a b), ∃ (S : IntervalPartition a b), S.IsRefinementOf Q S.IsRefinementOf R) :
                  Instances For
                    theorem RiemannStieltjes.cumRefine_refines_prev {a b : } (P : IntervalPartition a b) (cr : ∀ (Q R : IntervalPartition a b), ∃ (S : IntervalPartition a b), S.IsRefinementOf Q S.IsRefinementOf R) (n : ) :
                    (cumRefine P cr (n + 1)).IsRefinementOf (cumRefine P cr n)
                    theorem RiemannStieltjes.cumRefine_refines_P {a b : } (P : IntervalPartition a b) (cr : ∀ (Q R : IntervalPartition a b), ∃ (S : IntervalPartition a b), S.IsRefinementOf Q S.IsRefinementOf R) (n : ) :
                    (cumRefine P cr (n + 1)).IsRefinementOf (P (n + 1))
                    theorem RiemannStieltjes.cumRefine_refines_P_le {a b : } (P : IntervalPartition a b) (cr : ∀ (Q R : IntervalPartition a b), ∃ (S : IntervalPartition a b), S.IsRefinementOf Q S.IsRefinementOf R) (n k : ) (hk : k n) :
                    (cumRefine P cr n).IsRefinementOf (P k)
                    theorem RiemannStieltjes.integrable_of_cauchy (f g : ) (a b : ) (hcauchy : ε > 0, ∃ (P : IntervalPartition a b), ∀ (PT₁ PT₂ : TaggedPartition a b), PT₁.IsRefinementOf PPT₂.IsRefinementOf PstieltjesSum PT₁ f g - stieltjesSum PT₂ f g < ε) :
                    theorem RiemannStieltjes.cauchyStieltjes (f g : ) (a b : ) (hf_bv : IsBoundedVariation f a b) (hg_bv : IsBoundedVariation g a b) (hf_left : cSet.Icc a b, Filter.Tendsto f (nhdsWithin c (Set.Iio c)) (nhds (f c))) (hg_right : cSet.Icc a b, Filter.Tendsto g (nhdsWithin c (Set.Ioi c)) (nhds (g c))) (ε : ) :
                    ε > 0∃ (P : IntervalPartition a b), ∀ (PT₁ PT₂ : TaggedPartition a b), PT₁.IsRefinementOf PPT₂.IsRefinementOf PstieltjesSum PT₁ f g - stieltjesSum PT₂ f g < ε
                    theorem RiemannStieltjes.stieltjesIntegrable_of_boundedVariation (f g : ) (a b : ) (hf_bv : IsBoundedVariation f a b) (hg_bv : IsBoundedVariation g a b) (hf_left : cSet.Icc a b, Filter.Tendsto f (nhdsWithin c (Set.Iio c)) (nhds (f c))) (hg_right : cSet.Icc a b, Filter.Tendsto g (nhdsWithin c (Set.Ioi c)) (nhds (g c))) :
                    theorem RiemannStieltjes.fin_sum_telescope {n : } (g : Fin (n + 1)) :
                    i : Fin n, (g i + 1, - g i, ) = g n, - g 0,