Pointwise limits of uniformly bounded sequences #
noncomputable def
CommutingRepetition.StrongLimit.pointwiseLimit
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
(T : β β π βL[β] π)
(C : β)
(hC : β (n : β), βT nβ β€ C)
(hex : β (ΞΎ : π), β (l : π), Filter.Tendsto (fun (n : β) => (T n) ΞΎ) Filter.atTop (nhds l))
:
The pointwise limit of a uniformly bounded, pointwise convergent sequence.
Equations
- CommutingRepetition.StrongLimit.pointwiseLimit T C hC hex = { toFun := fun (ΞΎ : π) => Classical.choose β―, map_add' := β―, map_smul' := β― }.mkContinuous (max C 0) β―
Instances For
theorem
CommutingRepetition.StrongLimit.pointwiseLimit_tendsto
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(C : β)
(hC : β (n : β), βT nβ β€ C)
(hex : β (ΞΎ : π), β (l : π), Filter.Tendsto (fun (n : β) => (T n) ΞΎ) Filter.atTop (nhds l))
(ΞΎ : π)
:
Filter.Tendsto (fun (n : β) => (T n) ΞΎ) Filter.atTop (nhds ((pointwiseLimit T C hC hex) ΞΎ))
Positive contractions #
theorem
CommutingRepetition.StrongLimit.re_inner_apply_le
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
{T : π βL[β] π}
(h0 : 0 β€ T)
(h1 : T β€ 1)
(ΞΎ : π)
:
theorem
CommutingRepetition.StrongLimit.norm_le_one_of_nonneg_le_one
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
{T : π βL[β] π}
(h0 : 0 β€ T)
(h1 : T β€ 1)
:
Monotone sequences #
theorem
CommutingRepetition.StrongLimit.nonneg_of_monotone
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
(n : β)
:
theorem
CommutingRepetition.StrongLimit.tendsto_re_inner
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
(ΞΎ : π)
:
β (a : β), Filter.Tendsto (fun (n : β) => (inner β ΞΎ ((T n) ΞΎ)).re) Filter.atTop (nhds a)
The quadratic forms βͺΞΎ, Tβ ΞΎβ« converge.
theorem
CommutingRepetition.StrongLimit.cauchySeq_apply
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
(ΞΎ : π)
:
Cauchy property of the orbit Tβ ΞΎ.
theorem
CommutingRepetition.StrongLimit.exists_tendsto_apply
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
(ΞΎ : π)
:
β (l : π), Filter.Tendsto (fun (n : β) => (T n) ΞΎ) Filter.atTop (nhds l)
noncomputable def
CommutingRepetition.StrongLimit.monotoneLimit
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
:
The strong limit of a monotone sequence of positive contractions.
Equations
- CommutingRepetition.StrongLimit.monotoneLimit T hmono h0 h1 = CommutingRepetition.StrongLimit.pointwiseLimit T 1 β― β―
Instances For
theorem
CommutingRepetition.StrongLimit.monotoneLimit_tendsto
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
(ΞΎ : π)
:
Filter.Tendsto (fun (n : β) => (T n) ΞΎ) Filter.atTop (nhds ((monotoneLimit T hmono h0 h1) ΞΎ))
theorem
CommutingRepetition.StrongLimit.monotoneLimit_inner
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
(ΞΎ Ξ· : π)
:
Filter.Tendsto (fun (n : β) => inner β ΞΎ ((T n) Ξ·)) Filter.atTop (nhds (inner β ΞΎ ((monotoneLimit T hmono h0 h1) Ξ·)))
theorem
CommutingRepetition.StrongLimit.monotoneLimit_isSelfAdjoint
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
:
IsSelfAdjoint (monotoneLimit T hmono h0 h1)
theorem
CommutingRepetition.StrongLimit.le_monotoneLimit
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
(n : β)
:
theorem
CommutingRepetition.StrongLimit.monotoneLimit_nonneg
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
:
theorem
CommutingRepetition.StrongLimit.monotoneLimit_le_one
{π : Type u_1}
[NormedAddCommGroup π]
[InnerProductSpace β π]
[CompleteSpace π]
(T : β β π βL[β] π)
(hmono : Monotone T)
(h0 : 0 β€ T 0)
(h1 : β (n : β), T n β€ 1)
: