The valued spectral measure component of the Connes rigidity formalization.
Projection-valued spectral data for a unitary representation. Paper: §4.
- projection : Set (DiscreteCharacterSpace A) → K →L[ℂ] K
The
projectioncomponent ofProjectionValuedSpectralMeasure. - projection_inter (s t : Set (DiscreteCharacterSpace A)) : MeasurableSet s → MeasurableSet t → self.projection (s ∩ t) = self.projection s ∘SL self.projection t
- projection_self_adjoint (s : Set (DiscreteCharacterSpace A)) : MeasurableSet s → ∀ (x y : K), inner ℂ ((self.projection s) x) y = inner ℂ x ((self.projection s) y)
- projection_iUnion (s : ℕ → Set (DiscreteCharacterSpace A)) : (∀ (n : ℕ), MeasurableSet (s n)) → (∀ (i j : ℕ), i ≠ j → Disjoint (s i) (s j)) → ∀ (x : K), HasSum (fun (n : ℕ) => (self.projection (s n)) x) ((self.projection (⋃ (n : ℕ), s n)) x)
- scalar : K → MeasureTheory.Measure (DiscreteCharacterSpace A)
The
scalarcomponent ofProjectionValuedSpectralMeasure. - scalar_apply (x : K) (s : Set (DiscreteCharacterSpace A)) : MeasurableSet s → (self.scalar x).real s = (inner ℂ x ((self.projection s) x)).re
- projection_covariance (h : H.Carrier) (s : Set (DiscreteCharacterSpace A)) (x : K) : ↑(π (E.splitting h)) ((self.projection s) x) = (self.projection (dualCharacterAction E.action h '' s)) (↑(π (E.splitting h)) x)
- scalar_covariance (h : H.Carrier) (x : K) : MeasureTheory.Measure.map (dualCharacterAction E.action h) (self.scalar x) = self.scalar (↑(π (E.splitting h)) x)
- kernel_eigenprojection (a : A) (χ : DiscreteCharacterSpace A) (x : K) : ↑(π (E.inclusion (Multiplicative.ofAdd a))) ((self.projection {χ}) x) = ↑(χ (Multiplicative.ofAdd a)) • (self.projection {χ}) x
Instances For
The scalar spectral measure has total mass equal to squared norm. Paper: §4.
A unit vector normalizes its scalar spectral measure. Paper: §4.
Package a unit vector's scalar measure as a probability measure. Paper: §4.
Equations
- P.probabilityMeasure x hx = ⟨P.scalar x, ⋯⟩
Instances For
Quotient-fixed vectors produce invariant scalar spectral measures. Paper: §4.
The scalar spectral energy is the kernel displacement energy. Paper: §4.
A positive trivial atom gives a nonzero trivial spectral projection. Paper: §4.
The trivial spectral projection is fixed by every kernel element. Paper: §4.
The trivial spectral projection is fixed by every quotient section. Paper: §4.
A positive trivial atom yields a vector fixed by the split extension. Paper: §4.
The HasQuotientFixedApproximation construction used in the Connes rigidity formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Convert a PVM and quotient approximation into the generic spectral interface. Paper: §4.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Relative property-(T) from an analytic PVM and detector. Quotient approximation follows generically from quotient property (T). Paper: §4.