Compact operators on orthonormal sequences #
In a (real or complex) Hilbert space, an orthonormal sequence converges to 0 in the weak
topology. As a corollary, a compact operator sends orthonormal sequences to norm-null sequences.
These lemmas are useful for iterating the Rayleigh-quotient eigenvector construction toward compact self-adjoint spectral theory (and later, compact-resolvent arguments for unbounded operators such as LaplaceβBeltrami).
Main results #
theorem
CompactSpectral.tendsto_zero_weakSpace_of_orthonormal
{π : Type u_1}
[RCLike π]
{E : Type u_2}
[NormedAddCommGroup E]
[InnerProductSpace π E]
[CompleteSpace E]
{e : β β E}
(he : Orthonormal π e)
:
Filter.Tendsto
(have ew := fun (n : β) => e n;
ew)
Filter.atTop (nhds 0)
An orthonormal sequence converges to 0 in the weak topology (WeakSpace).
theorem
CompactSpectral.tendsto_zero_apply_of_isCompactOperator_of_orthonormal
{π : Type u_1}
[RCLike π]
{E : Type u_2}
[NormedAddCommGroup E]
[InnerProductSpace π E]
[CompleteSpace E]
(T : E βL[π] E)
(hTc : IsCompactOperator βT)
{e : β β E}
(he : Orthonormal π e)
:
Filter.Tendsto (fun (n : β) => T (e n)) Filter.atTop (nhds 0)
A compact operator sends an orthonormal sequence to a strongly-null sequence.
theorem
CompactSpectral.tendsto_norm_apply_of_isCompactOperator_of_orthonormal
{π : Type u_1}
[RCLike π]
{E : Type u_2}
[NormedAddCommGroup E]
[InnerProductSpace π E]
[CompleteSpace E]
(T : E βL[π] E)
(hTc : IsCompactOperator βT)
{e : β β E}
(he : Orthonormal π e)
:
Filter.Tendsto (fun (n : β) => βT (e n)β) Filter.atTop (nhds 0)
A compact operator sends an orthonormal sequence to a norm-null sequence.