The unnormalized trace on M₂(R(M)′) #
noncomputable def
CommutingRepetition.GraphMod.τ₂
(M : StdTracialAlgebra)
(T : Block.BH M (Fin 2) →L[ℂ] Block.BH M (Fin 2))
:
τ₂ T = ∑ᵣ ⟪eᵣΩ, T eᵣΩ⟫.
Equations
- CommutingRepetition.GraphMod.τ₂ M T = ∑ r : Fin 2, inner ℂ ((CommutingRepetition.Block.embed M (Fin 2) r) M.traceVector) (T ((CommutingRepetition.Block.embed M (Fin 2) r) M.traceVector))
Instances For
theorem
CommutingRepetition.GraphMod.τ₂_eq
(M : StdTracialAlgebra)
(T : Block.BH M (Fin 2) →L[ℂ] Block.BH M (Fin 2))
:
theorem
CommutingRepetition.GraphMod.blockAlg_strong_closed
(M : StdTracialAlgebra)
(T : ℕ → Block.BH M (Fin 2) →L[ℂ] Block.BH M (Fin 2))
(L : Block.BH M (Fin 2) →L[ℂ] Block.BH M (Fin 2))
:
(∀ (n : ℕ), T n ∈ Block.blockAlg M (Fin 2)) →
(∀ (ξ : Block.BH M (Fin 2)), Filter.Tendsto (fun (n : ℕ) => (T n) ξ) Filter.atTop (nhds (L ξ))) →
L ∈ Block.blockAlg M (Fin 2)
Square roots, positive and negative parts #
noncomputable def
CommutingRepetition.GraphMod.sqrtOp
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(A : 𝓗 →L[ℂ] 𝓗)
:
The positive square root √A = cfc √ A.
Equations
Instances For
theorem
CommutingRepetition.GraphMod.sqrtOp_nonneg
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(A : 𝓗 →L[ℂ] 𝓗)
:
theorem
CommutingRepetition.GraphMod.sqrtOp_sa
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(A : 𝓗 →L[ℂ] 𝓗)
:
IsSelfAdjoint (sqrtOp A)
theorem
CommutingRepetition.GraphMod.sqrtOp_mul_self
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
{A : 𝓗 →L[ℂ] 𝓗}
(hA : 0 ≤ A)
:
theorem
CommutingRepetition.GraphMod.sqrtOp_eq_of_mul_self
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
{A D : 𝓗 →L[ℂ] 𝓗}
(hD : 0 ≤ D)
(h : D * D = A)
:
Uniqueness of the positive square root.
noncomputable def
CommutingRepetition.GraphMod.posPart
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(S : 𝓗 →L[ℂ] 𝓗)
:
The positive part S₊ = max(S, 0).
Equations
- CommutingRepetition.GraphMod.posPart S = cfc (fun (t : ℝ) => max t 0) S
Instances For
noncomputable def
CommutingRepetition.GraphMod.negPart
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(S : 𝓗 →L[ℂ] 𝓗)
:
The negative part S₋ = max(−S, 0).
Instances For
noncomputable def
CommutingRepetition.GraphMod.absPart
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(S : 𝓗 →L[ℂ] 𝓗)
:
The absolute value |S|.
Instances For
theorem
CommutingRepetition.GraphMod.posPart_nonneg
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(S : 𝓗 →L[ℂ] 𝓗)
:
theorem
CommutingRepetition.GraphMod.negPart_nonneg
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(S : 𝓗 →L[ℂ] 𝓗)
:
theorem
CommutingRepetition.GraphMod.absPart_nonneg
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(S : 𝓗 →L[ℂ] 𝓗)
:
theorem
CommutingRepetition.GraphMod.absPart_sa
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
(S : 𝓗 →L[ℂ] 𝓗)
:
IsSelfAdjoint (absPart S)
theorem
CommutingRepetition.GraphMod.posPart_sub_negPart
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
{S : 𝓗 →L[ℂ] 𝓗}
(hS : IsSelfAdjoint S)
:
theorem
CommutingRepetition.GraphMod.absPart_eq
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
{S : 𝓗 →L[ℂ] 𝓗}
(hS : IsSelfAdjoint S)
:
theorem
CommutingRepetition.GraphMod.posPart_mul_negPart
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
{S : 𝓗 →L[ℂ] 𝓗}
(hS : IsSelfAdjoint S)
:
theorem
CommutingRepetition.GraphMod.negPart_mul_posPart
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
{S : 𝓗 →L[ℂ] 𝓗}
(hS : IsSelfAdjoint S)
:
theorem
CommutingRepetition.GraphMod.absPart_mul_self
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
{S : 𝓗 →L[ℂ] 𝓗}
(hS : IsSelfAdjoint S)
:
theorem
CommutingRepetition.GraphMod.absPart_eq_sqrtOp
{𝓗 : Type u_1}
[NormedAddCommGroup 𝓗]
[InnerProductSpace ℂ 𝓗]
[CompleteSpace 𝓗]
{S : 𝓗 →L[ℂ] 𝓗}
(hS : IsSelfAdjoint S)
:
The L²-Lipschitz property of the absolute value #
theorem
CommutingRepetition.GraphMod.posPart_mem
(M : StdTracialAlgebra)
{S : Block.BH M (Fin 2) →L[ℂ] Block.BH M (Fin 2)}
(hS : IsSelfAdjoint S)
(hSm : S ∈ Block.blockAlg M (Fin 2))
:
theorem
CommutingRepetition.GraphMod.negPart_mem
(M : StdTracialAlgebra)
{S : Block.BH M (Fin 2) →L[ℂ] Block.BH M (Fin 2)}
(hS : IsSelfAdjoint S)
(hSm : S ∈ Block.blockAlg M (Fin 2))
:
theorem
CommutingRepetition.GraphMod.re_τ₂_absPart_sub_le
(M : StdTracialAlgebra)
{S S' : Block.BH M (Fin 2) →L[ℂ] Block.BH M (Fin 2)}
(hS : IsSelfAdjoint S)
(hS' : IsSelfAdjoint S')
(hSm : S ∈ Block.blockAlg M (Fin 2))
(hS'm : S' ∈ Block.blockAlg M (Fin 2))
:
L²-Lipschitz property of |·| on M₂(R(M)′):
‖|S| − |S'|‖₂² ≤ ‖S − S'‖₂².
The modulus of [[0, B], [B*, 0]] #
X_B = [[0, B], [B*, 0]].
Equations
- CommutingRepetition.GraphMod.Xop M B = (CommutingRepetition.Block.place M (Fin 2) 0 1) B + (CommutingRepetition.Block.place M (Fin 2) 1 0) (star B)
Instances For
theorem
CommutingRepetition.GraphMod.Xop_mem
(M : StdTracialAlgebra)
{B : M.H →L[ℂ] M.H}
(hB : B ∈ M.vnAlg)
:
theorem
CommutingRepetition.GraphMod.Xop_sa
(M : StdTracialAlgebra)
(B : M.H →L[ℂ] M.H)
:
IsSelfAdjoint (Xop M B)
noncomputable def
CommutingRepetition.GraphMod.diag
(M : StdTracialAlgebra)
(A A' : M.H →L[ℂ] M.H)
:
The block-diagonal operator diag(A, A').
Equations
- CommutingRepetition.GraphMod.diag M A A' = (CommutingRepetition.Block.place M (Fin 2) 0 0) A + (CommutingRepetition.Block.place M (Fin 2) 1 1) A'
Instances For
theorem
CommutingRepetition.GraphMod.place_diag_nonneg
(M : StdTracialAlgebra)
(r : Fin 2)
{A : M.H →L[ℂ] M.H}
(hA : 0 ≤ A)
:
theorem
CommutingRepetition.GraphMod.diag_embed_zero
(M : StdTracialAlgebra)
(A A' : M.H →L[ℂ] M.H)
(v : M.H)
:
theorem
CommutingRepetition.GraphMod.diag_embed_one
(M : StdTracialAlgebra)
(A A' : M.H →L[ℂ] M.H)
(v : M.H)
:
theorem
CommutingRepetition.GraphMod.Xop_embed_zero
(M : StdTracialAlgebra)
(B : M.H →L[ℂ] M.H)
(v : M.H)
:
theorem
CommutingRepetition.GraphMod.Xop_embed_one
(M : StdTracialAlgebra)
(B : M.H →L[ℂ] M.H)
(v : M.H)
:
Truncation and the stability of the left modulus #
The bounded truncation Bₙ = gₙ(E) C* of left multiplication by x.
Equations
- One or more equations did not get rendered due to their size.
Instances For
BₙΩ = P[0,aₙ] x.
Bₙ Bₙ* = ψₙ(E)².
|Bₙ*| = ψₙ(E).