pith. sign in
module module high

IndisputableMonolith.Measurement.RecognitionAngle.AngleFunctionalEquation

show as:
view Lean formalization →

The module supplies the functional equation for the recognition angle by diagonalizing the ODE f'' = -f via characteristic roots ±i and the real energy invariant. Researchers proving T5 J-uniqueness cite these results when handling oscillatory components of the cost functional. The structure uses direct differentiation for the complex form together with conservation of E = f² + (f')².

claimThe ODE $f'' + f = 0$ has characteristic equation $r^2 + 1 = 0$ with roots $\pm i$; the real energy $E = f^2 + (f')^2$ is conserved, and the complex form satisfies $(f' - i f)' = -i(f' - i f)$.

background

The module resides in the Measurement domain and imports functional-equation helpers from IndisputableMonolith.Cost.FunctionalEquation, whose doc-comment states it supplies lemmas for the T5 cost uniqueness proof. It introduces the second-order linear ODE f'' = -f together with its complex diagonalization and the energy method that keeps E = f² + (f')² constant. Standard Mathlib calculus and trigonometric libraries supply the derivative and mean-value tools.

proof idea

The module structures its argument through a collection of lemmas: energy constancy via direct differentiation, zero-solution uniqueness under initial conditions, and verification that cosine satisfies the ODE plus regularity hypotheses. It applies Mathlib's deriv and trig identities without further scaffolding.

why it matters in Recognition Science

The module feeds the T5 cost-uniqueness argument by furnishing the angle functional equation that complements the imported Cost.FunctionalEquation lemmas. It supplies the oscillatory component required for the J-uniqueness step in the forcing chain.

scope and limits

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (23)