Approximate Semiconjugacy Error
Abstract
A uniform semiconjugacy defect controls finite-time orbit error by geometric sums.
Theorem 1.1 (Approximate semiconjugacy error).
Proof. Machine-checked in Lean as D5/S3/Observer/Naturality/ApproximateSemiconjugacyError.approximate_semiconjugacy_error (✓ std3). ∎
Source. Repository-derived.
Commentary.
Let tau update the concrete state space Y, let sigma update the pseudometric space Z, and let pi project concrete states into Z. The nonnegative number L is a Lipschitz constant for sigma, and every one-step semiconjugacy defect is at most delta.
For every natural k and state y, the orbit discrepancy is bounded by delta times the finite geometric sum through exponent k minus one. When k is zero, the range and its sum are empty.
The same declaration also states both requested specializations. If L is less than one, the error is bounded by delta divided by one minus L. If L equals one, it is bounded by k times delta.
The proof applies the frozen uniform output-trajectory theorem with identity readout and zero readout error. Mathlib’s nonnegative-real geometric-series sum and the finite sum at L equal to one give the two corollaries.
References
- Truth anchor:
D5/S3/Observer/Naturality/ApproximateSemiconjugacyError.approximate_semiconjugacy_error - Dependency: D5/S3/Observer/MetricGeometry/OutputTrajectoryError