Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite-Precision Runtime Reduction

Abstract

A fixed finite-precision runtime is a finite deterministic observation system.

Theorem 1.1 (Finite-precision runtime reduction).

Proof. Machine-checked in Lean as D5/S3/QuantumStates/FiniteRuntimeReduction.finite_precision_runtime_reduction (✓ std3). ∎

Source. Repository-derived.

Commentary.

The complete runtime state is constructed as the product of the five finite source components C, K, R, M, and S. Fixed parameters make the update and readout deterministic maps on that product, while the empty external-input type records the absence of uncounted inputs.

The public conclusion includes the exact product cardinality, an injective b-bit encoding bound for N parameter slots, and the expanded product cardinality when online learning carries parameters and optimizer state.

Repository search found no packaged theorem with this complete reduction. Pinned Mathlib supplies and is applied through Fintype.card_prod, Fintype.card_fun, Fintype.card_fin, and Fintype.card_le_of_injective.

References

  • Truth anchor: D5/S3/QuantumStates/FiniteRuntimeReduction.finite_precision_runtime_reduction