The crossed product component of the Connes rigidity formalization.
A probability Haar action is the base input for a crossed-product model. Paper: §3.
- measure : MeasureTheory.Measure Ω
The
measurecomponent ofHaarProbabilityAction. - haar : self.measure.IsAddHaarMeasure
- probability : MeasureTheory.IsProbabilityMeasure self.measure
The
actioncomponent ofHaarProbabilityAction.- action_preserves_measure (k : K) : MeasureTheory.MeasurePreserving (⇑(self.action k)) self.measure self.measure
Instances For
An equivariant Haar equivalence transports a crossed-product base. Paper: §3.
The
toMeasurableEquivcomponent ofEquivariantHaarEquiv.- measure_preserving : MeasureTheory.MeasurePreserving (⇑self.toMeasurableEquiv) X.measure Y.measure
- equivariant (k : K) (z : Ω) : self.toMeasurableEquiv ((X.action k) z) = (Y.action k) (self.toMeasurableEquiv z)
Instances For
The refl construction used in the Connes rigidity formalization.
Equations
- Connes.CrossedProduct.EquivariantHaarEquiv.refl X = { toMeasurableEquiv := MeasurableEquiv.refl Ω, measure_preserving := ⋯, equivariant := ⋯ }
Instances For
Equivariant Haar equivalences are closed under inverse. Paper: §3.
Equations
Instances For
Equivariant Haar equivalences are closed under composition. Paper: §3.
Equations
- e.trans f = { toMeasurableEquiv := e.toMeasurableEquiv.trans f.toMeasurableEquiv, measure_preserving := ⋯, equivariant := ⋯ }
Instances For
The base and crossed-product Hilbert carriers. Paper: §3.
Equations
Instances For
The crossedHilbert construction used in the Connes rigidity formalization.
Equations
- Connes.CrossedProduct.crossedHilbert X = lp (fun (x : K) => ↥(Connes.CrossedProduct.crossedBaseHilbert X)) 2
Instances For
The crossedCoefficient construction used in the Connes rigidity formalization.
Equations
Instances For
Multiplication on the base Hilbert space supplies crossed multipliers. Paper: §3.
Equations
Instances For
The multiplier has its pointwise representative almost everywhere. Paper: §3.
The crossedFiberwiseOperator construction used in the Connes rigidity formalization.
Equations
- Connes.CrossedProduct.crossedFiberwiseOperator T = { toFun := fun (ξ : ↥(lp (fun (x : K) => H) 2)) => ⟨fun (k : K) => T (↑ξ k), ⋯⟩, map_add' := ⋯, map_smul' := ⋯ }.mkContinuous ‖T‖ ⋯
Instances For
Base multipliers are lifted fiberwise to the crossed Hilbert space. Paper: §3.
Equations
Instances For
A fiberwise linear isometry is lifted to the crossed Hilbert space. Paper: §3.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The crossed Hilbert space reindexes under a group equivalence. Paper: §3.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The base Haar equivalence acts fiberwise on the crossed Hilbert space. Paper: §3.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The crossed-product group unitary implements the action on the base. Paper: §3.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The crossed-product group unitary on the indexed Hilbert space. Paper: §3.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The standard two-family crossed-product generator set. Paper: §3.
Equations
Instances For
The crossed-product vacuum is the constant base vector at the identity. Paper: §3.
Equations
- Connes.CrossedProduct.crossedVacuum X = lp.single 2 1 ((MeasureTheory.Lp.const 2 X.measure) 1)
Instances For
The crossed-product model packages its generated algebra and vacuum state. Paper: §3.
- algebra : VonNeumannAlgebra ↥(crossedHilbert X)
The
algebracomponent ofCrossedProductModel. - trace : ↥self.algebra.toStarSubalgebra → ℂ
The
tracecomponent ofCrossedProductModel.
Instances For
The crossedProductModel construction used in the Connes rigidity formalization.
Equations
- One or more equations did not get rendered due to their size.