Conditional Expectation Residual Decomposition
Abstract
Conditional expectation gives the canonical orthogonal residual decomposition over a concept-generated sigma-algebra.
Theorem 1.1 (Conditional expectation residuals are orthogonal).
Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Prediction/ConditionalExpectationResidualDecomposition.conditional_expectation_residual_orthogonal_decomposition (✓ std3). ∎
Source. Repository-derived.
Commentary.
The ambient and concept-value measurable spaces are explicit. The concept map constructs its generated sigma-algebra by measurable-space comap, and the estimate is Mathlib’s real L2 conditional expectation on that subspace.
The unique residual is publicly identified as the target minus that estimate, reconstructs the target, and has zero inner product with every square-integrable variable in the same generated measurable subspace.
References
- Truth anchor:
D5/S3/ConceptDynamics/Prediction/ConditionalExpectationResidualDecomposition.conditional_expectation_residual_orthogonal_decomposition - Dependency: D5/S3/ConceptDynamics/Prediction/ConditionalExpectationOptimality