Documentation

ConnesLean.Stage6.IndicatorEnergy

Indicator Energy Criterion — Lemma 7 #

If the energy form vanishes on an indicator 1_B for measurable B ⊆ I, then B is either null or conull. Extracts archimedean and prime energy components, upgrades ae vanishing to pointwise via strong continuity of translations, and applies the null-or-conull theorem from Stage 4.

Reference: lamportform.tex, Lemma 7 (lines 647–696).

Energy form component extraction #

theorem ConnesLean.archEnergy_eq_zero_of_energyForm_eq_zero {cutoffLambda : } {G : } (h : energyForm cutoffLambda G = 0) :
archEnergyIntegral G (Real.log cutoffLambda) = 0

If the energy form vanishes, the archimedean energy integral is zero.

theorem ConnesLean.primeEnergy_eq_zero_of_energyForm_eq_zero {cutoffLambda : } {G : } (h : energyForm cutoffLambda G = 0) (p : ) :
p primeFinset cutoffLambdatotalPrimeEnergy p cutoffLambda G (Real.log cutoffLambda) = 0

If the energy form vanishes, each prime energy term is zero.

If the weighted energy integrand vanishes at a positive time, the norm-squared integral is zero.

The map t ↦ (archWeight t).toNNReal is measurable.

Continuity and ae-zero upgrade #

theorem ConnesLean.continuous_ae_zero_imp_zero {f : ENNReal} {a b : } (hf : Continuous f) (h_ae : ∀ᵐ (t : ) MeasureTheory.volume.restrict (Set.Ioo a b), f t = 0) (t : ) :
t Set.Ioo a bf t = 0

A continuous ENNReal-valued function that is ae-zero on an open interval is pointwise zero on that interval.

L² norm zero implies ae equality #

theorem ConnesLean.ae_eq_of_lintegral_nnnorm_rpow_zero {f g : } (hf : Measurable f) (hg : Measurable g) (h : ∫⁻ (u : ), f u - g u‖₊ ^ 2 = 0) :
∀ᵐ (u : ), f u = g u

If the L² distance (as ∫⁻ ‖f - g‖₊ ^ 2) is zero, then f = g a.e.

Indicator equality conversion (ℂ → ℝ) #

Convert ae equality of ℂ-valued zero-extended indicators to ae equality of ℝ-valued indicators on the overlap region.

Main theorem #

theorem ConnesLean.energyForm_indicator_null_or_conull {cutoffLambda : } {B : Set } (hLam : 1 < cutoffLambda) (hB_meas : MeasurableSet B) (hB_sub : B logInterval (Real.log cutoffLambda)) (h_energy : energyForm cutoffLambda (B.indicator 1) = 0) :

Lemma 7 (Indicator Energy Criterion): If E_λ(1_B) = 0 for measurable B ⊆ I, then volume B = 0 or volume (I \ B) = 0.

Reference: lamportform.tex, Lemma 7 (lines 647–696).