IndisputableMonolith.Cost.AczelTheorem
The AczelTheorem module proves every d'Alembert solution is even (H1). Researchers on the T5 J-uniqueness step cite it to advance the d'Alembert forcing chain. Proofs apply functional-equation substitutions imported from the core FunctionalEquation module to derive evenness plus local boundedness and double-angle relations.
claimIf $H:\mathbb{R}\to\mathbb{R}$ satisfies $H(t+u)+H(t-u)=2H(t)H(u)$ for all real $t,u$ with $H(0)=1$, then $H(t)=H(-t)$ for all $t$.
background
This module lies in the Cost domain and supplies auxiliary results for the T5 cost uniqueness proof. It imports from IndisputableMonolith.Cost.FunctionalEquation, whose doc states it provides lemmas for the T5 cost uniqueness proof. The d'Alembert equation is the relation $H(t+u)+H(t-u)=2H(t)H(u)$ with $H(0)=1$, as quoted in the downstream AczelProof module.
proof idea
The module collects lemmas around the d'Alembert equation. Core result dAlembert_even' follows by direct substitution of specific arguments into the functional equation. Companion lemmas establish local boundedness and the double-angle formula as intermediate steps.
why it matters in Recognition Science
The module supplies H1 (evenness of d'Alembert solutions) that feeds AczelClassification, which packages the d'Alembert forcing chain, and AczelProof, which establishes real analyticity of continuous solutions. It advances the T5 step in the Recognition Science framework by enabling the smoothness branch of the Aczel classification strategy.
scope and limits
- Does not treat discontinuous solutions.
- Does not derive the full cosh or cosine classification.
- Does not establish differentiability or analyticity.
- Does not connect to the phi-ladder or mass formulas.
used by (5)
depends on (1)
declarations in this module (20)
-
theorem
dAlembert_even' -
theorem
dAlembert_locally_bounded -
theorem
dAlembert_double_angle -
def
H_AczelClassification -
abbrev
smooth -
def
Phi -
lemma
phi_zero -
lemma
phi_hasDerivAt -
lemma
phi_differentiable -
lemma
deriv_phi_eq -
lemma
exists_integral_ne_zero -
lemma
representation_formula -
lemma
phi_contDiff_succ -
theorem
dAlembert_contDiff_nat -
theorem
dAlembert_contDiff_smooth -
theorem
dAlembert_to_ODE_general -
theorem
ode_neg_zero_uniqueness -
theorem
ode_cos_uniqueness -
theorem
dAlembert_contDiff_top -
theorem
h_aczel_classification_proved