The exchange theorem #
theorem
CommutingRepetition.Resolver.continuousOn_cfc_param
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{C : A}
(hC : IsSelfAdjoint C)
(g : ℝ → ℝ → ℝ)
{s : Set ℝ}
(hg : ContinuousOn (Function.uncurry g) (s ×ˢ spectrum ℝ C))
:
ContinuousOn (fun (u : ℝ) => cfc (g u) C) s
Parametrized cfc is continuous in the parameter wherever the two-variable
function is jointly continuous on s × spectrum.
theorem
CommutingRepetition.Resolver.intervalIntegral_cfc
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{C : A}
(hC : IsSelfAdjoint C)
(g : ℝ → ℝ → ℝ)
{α T : ℝ}
(hg : ContinuousOn (Function.uncurry g) (Set.uIcc α T ×ˢ spectrum ℝ C))
:
Integral/CFC exchange.
Scalar integrals (fundamental theorem of calculus) #
Operator integrals of the resolvent family #
theorem
CommutingRepetition.Resolver.continuousOn_uncurry_res
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{F : A}
(hF0 : 0 ≤ F)
{α T : ℝ}
(hα : 0 < α)
(hT : 0 < T)
:
ContinuousOn (Function.uncurry fun (u t : ℝ) => u * (t + u)⁻¹) (Set.uIcc α T ×ˢ spectrum ℝ F)
Joint continuity of (u, t) ↦ u/(t+u) on [α, T] × spectrum.
theorem
CommutingRepetition.Resolver.continuousOn_uncurry_fib
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{F : A}
(hF0 : 0 ≤ F)
{α T : ℝ}
(hα : 0 < α)
(hT : 0 < T)
:
ContinuousOn (Function.uncurry fun (u t : ℝ) => t / (t + u)) (Set.uIcc α T ×ˢ spectrum ℝ F)
Joint continuity of (u, t) ↦ t/(t+u) on [α, T] × spectrum.
theorem
CommutingRepetition.Resolver.continuousOn_res_param
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{F : A}
(hF0 : 0 ≤ F)
:
ContinuousOn (fun (u : ℝ) => res F u) (Set.Ioi 0)
Continuity of u ↦ res F u on (0, ∞).
theorem
CommutingRepetition.Resolver.continuousOn_fib_param
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{F : A}
(hF0 : 0 ≤ F)
:
ContinuousOn (fun (u : ℝ) => fib F u) (Set.Ioi 0)
Continuity of u ↦ fib F u on (0, ∞).
The two-cutoff limits as norm bounds #
theorem
CommutingRepetition.Resolver.norm_cfc_gfun_sub_le
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{F : A}
(hF0 : 0 ≤ F)
(hF1 : F ≤ 1)
{α T : ℝ}
(hα : 0 < α)
(hT : 0 < T)
:
‖gfun α T (F) − F‖ ≤ α + T⁻¹ for a positive contraction F.
noncomputable def
CommutingRepetition.Resolver.Ecorr
{A : Type u_1}
[CStarAlgebra A]
(α T : ℝ)
(F : A)
:
A
The entropic correction: t log(t+α) − t log(1 + t/T) applied to F.
Equations
Instances For
theorem
CommutingRepetition.Resolver.continuousOn_mul_log_add
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{F : A}
(hF0 : 0 ≤ F)
{α : ℝ}
(hα : 0 < α)
:
theorem
CommutingRepetition.Resolver.continuousOn_mul_log_one_add_div
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{F : A}
(hF0 : 0 ≤ F)
{T : ℝ}
(hT : 0 < T)
:
theorem
CommutingRepetition.Resolver.cfc_hfun_eq
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{F : A}
(hF0 : 0 ≤ F)
{α T : ℝ}
(hα : 0 < α)
(hT : 0 < T)
:
Decomposition of hfun α T (F) into its constant, linear and correction parts.
theorem
CommutingRepetition.Resolver.norm_Ecorr_add_le
{A : Type u_1}
[CStarAlgebra A]
[PartialOrder A]
[StarOrderedRing A]
{F : A}
(hF0 : 0 ≤ F)
(hF1 : F ≤ 1)
{α T : ℝ}
(hα : 0 < α)
(hT : 0 < T)
:
‖Ecorr α T F + cfc negMulLog F‖ ≤ α + T⁻¹ for a positive contraction F.