Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Crossed.Space

@[reducible, inline]

ℓ²(ℚ, K).

Equations
Instances For

    Shortcut instance: the self-adjoint continuous functional calculus on B(ℓ²(ℚ, K)) (instance search otherwise gives up on this type).

    ℓ² bookkeeping #

    noncomputable def CommutingRepetition.VN.Crossed.mkVec {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (g : K) (hg : Summable fun (s : ) => g s ^ 2) :
    L2Q K

    The element of ℓ²(ℚ, K) with coordinates g.

    Equations
    Instances For
      theorem CommutingRepetition.VN.Crossed.mkVec_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (g : K) (hg : Summable fun (s : ) => g s ^ 2) (s : ) :
      (mkVec g hg) s = g s

      Coordinate embeddings and evaluations #

      The g-th coordinate embedding K → ℓ²(ℚ, K).

      Equations
      Instances For

        The g-th coordinate evaluation ℓ²(ℚ, K) → K.

        Equations
        Instances For
          theorem CommutingRepetition.VN.Crossed.sgl_apply_ne {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (g : ) (v : K) {s : } (h : s g) :
          ((sgl g) v) s = 0
          theorem CommutingRepetition.VN.Crossed.sgl_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (g : ) (v : K) (s : ) :
          ((sgl g) v) s = if s = g then v else 0
          theorem CommutingRepetition.VN.Crossed.ev_sgl_ne {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {s g : } (h : s g) (v : K) :
          (ev s) ((sgl g) v) = 0
          theorem CommutingRepetition.VN.Crossed.hasSum_sgl {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (f : L2Q K) :
          HasSum (fun (s : ) => (sgl s) (f s)) f
          theorem CommutingRepetition.VN.Crossed.eq_top_of_sgl_mem {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {V : Submodule (L2Q K)} (hV : IsClosed V) (h : ∀ (s : ) (v : K), (sgl s) v V) :
          V =

          A closed submodule containing all sgl s v is everything.

          theorem CommutingRepetition.VN.Crossed.unit_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (g h : ) (f : L2Q K) :
          (unit g h) f = (sgl g) (f h)

          Diagonal operators #

          A uniformly bounded family of operators.

          Equations
          Instances For
            theorem CommutingRepetition.VN.Crossed.IsBddFam.mul {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x y : K →L[] K} (hx : IsBddFam x) (hy : IsBddFam y) :
            IsBddFam fun (s : ) => x s * y s
            theorem CommutingRepetition.VN.Crossed.IsBddFam.add {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x y : K →L[] K} (hx : IsBddFam x) (hy : IsBddFam y) :
            IsBddFam fun (s : ) => x s + y s
            theorem CommutingRepetition.VN.Crossed.IsBddFam.comp {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x : K →L[] K} (hx : IsBddFam x) (φ : ) :
            IsBddFam fun (s : ) => x (φ s)
            theorem CommutingRepetition.VN.Crossed.summable_norm_sq_diag {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (x : K →L[] K) {C : } (hx : ∀ (s : ), x s C) (f : L2Q K) :
            Summable fun (s : ) => (x s) (f s) ^ 2
            noncomputable def CommutingRepetition.VN.Crossed.diagPre {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (x : K →L[] K) {C : } (hx : ∀ (s : ), x s C) :

            The diagonal operator of a uniformly bounded family, as a linear map.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem CommutingRepetition.VN.Crossed.diagPre_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (x : K →L[] K) {C : } (hx : ∀ (s : ), x s C) (f : L2Q K) (s : ) :
              ((diagPre x hx) f) s = (x s) (f s)
              theorem CommutingRepetition.VN.Crossed.norm_diagPre_le {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (x : K →L[] K) {C : } (hx : ∀ (s : ), x s C) (f : L2Q K) :
              (diagPre x hx) f max C 0 * f

              The diagonal operator ⊕_s x s of a uniformly bounded family (junk 0 otherwise).

              Equations
              Instances For
                theorem CommutingRepetition.VN.Crossed.diag_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (x : K →L[] K) (hx : IsBddFam x) (f : L2Q K) (s : ) :
                ((diag x) f) s = (x s) (f s)
                theorem CommutingRepetition.VN.Crossed.diag_ext {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (x : K →L[] K) (hx : IsBddFam x) {T : L2Q K →L[] L2Q K} (h : ∀ (f : L2Q K) (s : ), (T f) s = (x s) (f s)) :
                T = diag x
                theorem CommutingRepetition.VN.Crossed.norm_diag_le {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (x : K →L[] K) {C : } (hC : 0 C) (hx : ∀ (s : ), x s C) :
                theorem CommutingRepetition.VN.Crossed.ev_diag {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (x : K →L[] K) (hx : IsBddFam x) (s : ) (f : L2Q K) :
                (ev s) ((diag x) f) = (x s) ((ev s) f)
                theorem CommutingRepetition.VN.Crossed.diag_sgl {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (x : K →L[] K) (hx : IsBddFam x) (g : ) (v : K) :
                (diag x) ((sgl g) v) = (sgl g) ((x g) v)
                theorem CommutingRepetition.VN.Crossed.diag_add {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x y : K →L[] K} (hx : IsBddFam x) (hy : IsBddFam y) :
                (diag fun (s : ) => x s + y s) = diag x + diag y
                theorem CommutingRepetition.VN.Crossed.diag_smul {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x : K →L[] K} (c : ) (hx : IsBddFam x) :
                (diag fun (s : ) => c x s) = c diag x
                theorem CommutingRepetition.VN.Crossed.diag_mul {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x y : K →L[] K} (hx : IsBddFam x) (hy : IsBddFam y) :
                (diag fun (s : ) => x s * y s) = diag x * diag y
                theorem CommutingRepetition.VN.Crossed.inner_diag_right {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x : K →L[] K} (hx : IsBddFam x) (f g : L2Q K) :
                inner f ((diag x) g) = ∑' (s : ), inner (f s) ((x s) (g s))
                theorem CommutingRepetition.VN.Crossed.amp_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (y : K →L[] K) (f : L2Q K) (s : ) :
                ((amp y) f) s = y (f s)
                theorem CommutingRepetition.VN.Crossed.amp_sgl {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (y : K →L[] K) (g : ) (v : K) :
                (amp y) ((sgl g) v) = (sgl g) (y v)
                theorem CommutingRepetition.VN.Crossed.amp_diag_comm {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x : K →L[] K} (hx : IsBddFam x) {y : K →L[] K} (h : ∀ (s : ), Commute (x s) y) :
                Commute (diag x) (amp y)

                Shifts #

                The shift (shift g f)(h) = f(h − g) as a linear map.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  theorem CommutingRepetition.VN.Crossed.shiftPre_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (g : ) (f : L2Q K) (s : ) :
                  ((shiftPre g) f) s = f (s - g)

                  The unitary shift λ(g): (λ(g) f)(h) = f(h − g).

                  Equations
                  Instances For
                    theorem CommutingRepetition.VN.Crossed.shift_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (g : ) (f : L2Q K) (s : ) :
                    ((shift g) f) s = f (s - g)
                    theorem CommutingRepetition.VN.Crossed.shift_sgl {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (g s : ) (v : K) :
                    (shift g) ((sgl s) v) = (sgl (s + g)) v
                    theorem CommutingRepetition.VN.Crossed.shift_diag {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x : K →L[] K} (g : ) (hx : IsBddFam x) :
                    shift g * diag x = (diag fun (s : ) => x (s - g)) * shift g

                    Covariance of shifts and diagonal operators: λ(g) ⊕ x_s = (⊕ x_{s−g}) λ(g).