Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Deterministic Policy Section Count

Abstract

Distinct public states with at least two legal actions force exponentially many deterministic sections.

Theorem 1.1 (Legal deterministic sections have an exponential lower bound).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Policy/DeterministicPolicySectionCount.deterministic_policy_sections_lower_bound (✓ std3). ∎

Source. Repository-derived.

Commentary.

The legal-action relation is the source primitive: every public state has a finite nonempty legal-action fiber. A deterministic section is the dependent product that assigns one subtype element to every public state.

An injectively selected family of k public states has at least two choices in each corresponding fiber. The finite product cardinality theorem therefore gives the lower bound 2^k, while the remaining nonempty fibers can only increase the full section-space cardinality.

The proof uses the exact finite-cardinality and product-order lemmas from pinned Mathlib; no Boolean-only or target-shaped section object is introduced.

References

  • Truth anchor: D5/S3/ConceptDynamics/Policy/DeterministicPolicySectionCount.deterministic_policy_sections_lower_bound