Documentation

MIPRE.Background.Repetition.CommutingRepetition.Resolver.ResolverKernel

Cutoff sequences #

noncomputable def CommutingRepetition.Resolver.αseq (n : ) :

Lower cutoff αₙ = 1/(n+1).

Equations
Instances For
    noncomputable def CommutingRepetition.Resolver.Tseq (n : ) :

    Upper cutoff Tₙ = n + 1.

    Equations
    Instances For

      Improper integrals as cutoff limits #

      For f integrable on (0, ∞), the interval integrals over [αₙ, Tₙ] converge to the integral over (0, ∞).

      Positivity of operator-valued integrals #

      theorem CommutingRepetition.Resolver.setIntegral_nonneg_of_nonneg {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {f : A} {s : Set } (hs : MeasurableSet s) (hfin : MeasureTheory.volume s ) (hf : MeasureTheory.IntegrableOn f s MeasureTheory.volume) (hpos : us, 0 f u) :
      0 (u : ) in s, f u

      A set integral of a positive integrand over a set of finite measure is positive.

      theorem CommutingRepetition.Resolver.intervalIntegral_nonneg_of_nonneg {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {f : A} {a b : } (hab : a b) (hf : IntervalIntegrable f MeasureTheory.volume a b) (hpos : uSet.Ioc a b, 0 f u) :
      0 (u : ) in a..b, f u
      theorem CommutingRepetition.Resolver.intervalIntegral_mono_of_le {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {f g : A} {a b : } (hab : a b) (hf : IntervalIntegrable f MeasureTheory.volume a b) (hg : IntervalIntegrable g MeasureTheory.volume a b) (h : uSet.Ioc a b, f u g u) :
      (u : ) in a..b, f u (u : ) in a..b, g u

      The Gram kernel #

      noncomputable def CommutingRepetition.Resolver.kern {A : Type u_1} [CStarAlgebra A] (F G : A) :
      A

      The resolver Gram kernel ∫₀^∞ F(F+u)⁻¹ G(G+u)⁻¹ du.

      Equations
      Instances For
        theorem CommutingRepetition.Resolver.continuousOn_fib_mul_fib {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {F G : A} (hF0 : 0 F) (hG0 : 0 G) :
        ContinuousOn (fun (u : ) => fib F u * fib G u) (Set.Ioi 0)
        theorem CommutingRepetition.Resolver.intervalIntegrable_fib_mul_fib {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {F G : A} (hF0 : 0 F) (hG0 : 0 G) (n : ) :
        IntervalIntegrable (fun (u : ) => fib F u * fib G u) MeasureTheory.volume (αseq n) (Tseq n)

        Integrability of the kernel integrand on (0, ∞): bounded by 1 near 0 and by ‖F‖ ‖G‖ / u² at infinity.

        theorem CommutingRepetition.Resolver.tendsto_intervalIntegral_kern {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {F G : A} (hF0 : 0 F) (hG0 : 0 G) :
        Filter.Tendsto (fun (n : ) => (u : ) in αseq n..Tseq n, fib F u * fib G u) Filter.atTop (nhds (kern F G))

        The cutoff integrals converge to the kernel.

        theorem CommutingRepetition.Resolver.kern_self {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {F : A} (hF0 : 0 F) (hF1 : F 1) :
        kern F F = F

        K(F, F) = F.

        K(F, G)* = K(G, F).

        The kernel entropy inequality #

        theorem CommutingRepetition.Resolver.tendsto_Ecorr {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {F : A} (hF0 : 0 F) (hF1 : F 1) :

        The entropic correction converges to −negMulLog(F) along the cutoffs.

        theorem CommutingRepetition.Resolver.continuousOn_diffsq {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {ι : Type u_2} [Fintype ι] (w : ι) (Fs : ιA) (Fb : A) (hF0 : ∀ (i : ι), 0 Fs i) (hFb0 : 0 Fb) (n : ) :
        ContinuousOn (fun (u : ) => i : ι, w i ((fib (Fs i) u - fib Fb u) * (fib (Fs i) u - fib Fb u))) (Set.uIcc (αseq n) (Tseq n))

        Continuity on [αₙ, Tₙ] of the weighted difference-square integrand.

        theorem CommutingRepetition.Resolver.continuousOn_wres {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {ι : Type u_2} [Fintype ι] (w : ι) (Fs : ιA) (Fb : A) (hF0 : ∀ (i : ι), 0 Fs i) (hFb0 : 0 Fb) (n : ) :
        ContinuousOn (fun (u : ) => u (i : ι, w i res (Fs i) u - (∑ i : ι, w i) res Fb u)) (Set.uIcc (αseq n) (Tseq n))

        Continuity on [αₙ, Tₙ] of the weighted resolvent integrand.

        theorem CommutingRepetition.Resolver.integrated_bound {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {ι : Type u_2} [Fintype ι] (w : ι) (hw : ∀ (i : ι), 0 w i) (Fs : ιA) (Fb : A) (hF0 : ∀ (i : ι), 0 Fs i) (hFb0 : 0 Fb) (hmean : i : ι, w i Fs i = (∑ i : ι, w i) Fb) (n : ) :
        (u : ) in αseq n..Tseq n, i : ι, w i ((fib (Fs i) u - fib Fb u) * (fib (Fs i) u - fib Fb u)) (u : ) in αseq n..Tseq n, u (i : ι, w i res (Fs i) u - (∑ i : ι, w i) res Fb u)

        The integrated pointwise bound (node 1.2.6.2 over [αₙ, Tₙ]).

        theorem CommutingRepetition.Resolver.integral_wres {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {ι : Type u_2} [Fintype ι] (w : ι) (Fs : ιA) (Fb : A) (hF0 : ∀ (i : ι), 0 Fs i) (hFb0 : 0 Fb) (n : ) :
        (u : ) in αseq n..Tseq n, u (i : ι, w i res (Fs i) u - (∑ i : ι, w i) res Fb u) = i : ι, w i cfc (hfun (αseq n) (Tseq n)) (Fs i) - (∑ i : ι, w i) cfc (hfun (αseq n) (Tseq n)) Fb

        Evaluation of the right side: ∑ wᵢ hfun(Fᵢ) − W hfun(F̄).

        theorem CommutingRepetition.Resolver.integral_diffsq {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {ι : Type u_2} [Fintype ι] (w : ι) (Fs : ιA) (Fb : A) (hF0 : ∀ (i : ι), 0 Fs i) (hFb0 : 0 Fb) (n : ) :
        (u : ) in αseq n..Tseq n, i : ι, w i ((fib (Fs i) u - fib Fb u) * (fib (Fs i) u - fib Fb u)) = i : ι, w i (((( (u : ) in αseq n..Tseq n, fib (Fs i) u * fib (Fs i) u) - (u : ) in αseq n..Tseq n, fib (Fs i) u * fib Fb u) - (u : ) in αseq n..Tseq n, fib Fb u * fib (Fs i) u) + (u : ) in αseq n..Tseq n, fib Fb u * fib Fb u)

        Evaluation of the left side as a combination of cutoff kernel integrals.

        theorem CommutingRepetition.Resolver.wsum_cancel {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {ι : Type u_2} [Fintype ι] (w : ι) (Fs : ιA) (Fb : A) (hmean : i : ι, w i Fs i = (∑ i : ι, w i) Fb) (c : A) (r : ) (E : ιA) (Eb : A) :
        i : ι, w i (c - r Fs i + E i) - (∑ i : ι, w i) (c - r Fb + Eb) = i : ι, w i E i - (∑ i : ι, w i) Eb

        Algebra of the right side: the constant and linear parts cancel by ∑ wᵢ Fᵢ = W F̄.

        theorem CommutingRepetition.Resolver.kern_entropy_le {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {ι : Type u_2} [Fintype ι] (w : ι) (hw : ∀ (i : ι), 0 w i) (Fs : ιA) (Fb : A) (hF0 : ∀ (i : ι), 0 Fs i) (hF1 : ∀ (i : ι), Fs i 1) (hFb0 : 0 Fb) (hFb1 : Fb 1) (hmean : i : ι, w i Fs i = (∑ i : ι, w i) Fb) :
        i : ι, w i (kern (Fs i) (Fs i) - kern (Fs i) Fb - kern Fb (Fs i) + kern Fb Fb) (∑ i : ι, w i) cfc Real.negMulLog Fb - i : ι, w i cfc Real.negMulLog (Fs i)

        Kernel entropy inequality.

        Membership of the kernel in closed star subalgebras #

        theorem CommutingRepetition.Resolver.setIntegral_mem_of_closed {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {C : Set A} (hconv : Convex C) (hcl : IsClosed C) (h0 : 0 C) (hscale : ∀ (r : ), 0 rxC, r x C) {f : A} {s : Set } (hs : MeasurableSet s) (hfin : MeasureTheory.volume s ) (hf : MeasureTheory.IntegrableOn f s MeasureTheory.volume) (hmem : us, f u C) :
        (u : ) in s, f u C
        theorem CommutingRepetition.Resolver.intervalIntegral_mem_of_closed {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {C : Set A} (hconv : Convex C) (hcl : IsClosed C) (h0 : 0 C) (hscale : ∀ (r : ), 0 rxC, r x C) {f : A} {a b : } (hab : a b) (hf : IntervalIntegrable f MeasureTheory.volume a b) (hmem : uSet.Ioc a b, f u C) :
        (u : ) in a..b, f u C
        theorem CommutingRepetition.Resolver.real_smul_mem {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] (S : StarSubalgebra A) (r : ) {x : A} (hx : x S) :
        r x S
        theorem CommutingRepetition.Resolver.fib_mem {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {S : StarSubalgebra A} (hS : IsClosed S) {F : A} (hF : F S) (u : ) :
        fib F u S
        theorem CommutingRepetition.Resolver.res_mem {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {S : StarSubalgebra A} (hS : IsClosed S) {F : A} (hF : F S) (u : ) :
        res F u S
        theorem CommutingRepetition.Resolver.kern_mem {A : Type u_1} [CStarAlgebra A] [PartialOrder A] [StarOrderedRing A] {S : StarSubalgebra A} (hS : IsClosed S) {F G : A} (hF0 : 0 F) (hG0 : 0 G) (hF : F S) (hG : G S) :
        kern F G S

        The kernel of two elements of a closed star subalgebra lies in it.