An endpoint delta jet cancels finitely many centered moments without changing the Weil correlation pairing.
Theorem 1.1 (Finite moment elimination by an endpoint delta jet).
∀ L : Real ( ) , K : Natural ( ) , e p s i l o n : SignedMeasure ( Real ( ) ) , h p os : restrict ( posPart ( toJordanDecomposition ( e p s i l o n ) ) , Icc ( 0 , 2 ⋅ L ) ) = posPart ( toJordanDecomposition ( e p s i l o n ) ) , hn e g : restrict ( negPart ( toJordanDecomposition ( e p s i l o n ) ) , Icc ( 0 , 2 ⋅ L ) ) = negPart ( toJordanDecomposition ( e p s i l o n ) ) , f , h : Real ( ) → Complex ( ) , h f S m oo t h : ContDiff ( Real ( ) , infinity ( ) , f ) , hh S m oo t h : ContDiff ( Real ( ) , infinity ( ) , h ) , h f C o m p a c t : HasCompactSupport ( f ) , hh C o m p a c t : HasCompactSupport ( h ) , h f S u pp or t : tsupport ( f ) ⊆ Ioo ( − L , L ) , hh S u pp or t : tsupport ( h ) ⊆ Ioo ( − L , L ) ⇒ let b := 2 ⋅ L , let m o m e n t := lambda ( j , signedIntegral ( u , pow ( u − b , j ) , e p s i l o n ) ) , let m e a s u reD i s t r ib u t i o n : TemperedDistribution ( Real ( ) , Complex ( ) ) := toTemperedDistribution ( posPart ( toJordanDecomposition ( e p s i l o n ) ) ) − toTemperedDistribution ( negPart ( toJordanDecomposition ( e p s i l o n ) ) ) , let correc t i o n : TemperedDistribution ( Real ( ) , Complex ( ) ) := sum ( j , range ( K + 1 ) , smul ( complex ( factorial ( j ) pow ( − 1 , j + 1 ) ⋅ m o m e n t ( j ) ) , iterate ( temperedDerivative ( Complex ( ) ) , j , delta ( b ) ) ) ) , let correc t e d D i s t r ib u t i o n := m e a s u reD i s t r ib u t i o n + correc t i o n , let corre l a t i o n := weilTest ( f , h ) , let h corre l a t i o n C o m p a c t : HasCompactSupport ( corre l a t i o n ) := weilTestHasCompactSupport ( h f C o m p a c t , hh C o m p a c t ) , let h corre l a t i o n S m oo t h : ContDiff ( Real ( ) , infinity ( ) , corre l a t i o n ) := weilTestContDiff ( h f S m oo t h , hh S m oo t h , hh C o m p a c t ) , let corre l a t i o n T es t := toSchwartzMap ( corre l a t i o n , h corre l a t i o n C o m p a c t , h corre l a t i o n S m oo t h ) , ∀ t es t ∈ SchwartzMap ( Real ( ) , Complex ( ) ) , correc t e d D i s t r ib u t i o n ( t es t ) = signedIntegral ( u , t es t ( u ) , e p s i l o n ) + sum ( j , range ( K + 1 ) , complex ( factorial ( j ) pow ( − 1 , j + 1 ) ⋅ m o m e n t ( j ) ) ⋅ pow ( complex ( − 1 ) , j ) ⋅ iterate ( schwartzDerivative ( Complex ( ) , Complex ( ) ) , j , t es t ) ( b ) ) ∧ ∀ p ∈ Polynomial ( Real ( ) ) , natDegree ( p ) ≤ K ⇒ signedIntegral ( u , eval ( p , u ) , e p s i l o n ) + sum ( j , range ( K + 1 ) , factorial ( j ) pow ( − 1 , j + 1 ) ⋅ m o m e n t ( j ) ⋅ pow ( − 1 , j ) ⋅ eval ( iterate ( polynomialDerivative ( Real ( ) ) , j , p ) , b ) ) = 0 ∧ correc t e d D i s t r ib u t i o n ( corre l a t i o n T es t ) = m e a s u reD i s t r ib u t i o n ( corre l a t i o n T es t ) .
Proof. Machine-checked in Lean as D5/S3/Weil/TestFunctions/FiniteMomentElimination.finite_moment_elimination (✓ std3). ∎
Source. Repository-derived.
Commentary.
The signed measure is embedded canonically through its Jordan parts. A finite Taylor expansion proves polynomial annihilation, while strict doubled-window support makes every endpoint jet vanish on the constructed Weil correlation.
Truth anchor: D5/S3/Weil/TestFunctions/FiniteMomentElimination.finite_moment_elimination