Size bounds for packed one-step transition fragments #
This internal module bounds every formula in a bounded transition layer by a machine-dependent linear function of the trace horizon. Since a configuration block itself has linear width, the packed one-step fragment has quadratic size.
Linear coefficient bounding the size of one transition-case formula.
Equations
- Complexity.CircuitUnrolling.caseSizeCoeff k = 4 * (k + 2) + 6
Instances For
Linear coefficient bounding a transition-effect selector.
Equations
Instances For
Linear coefficient bounding a next-configuration formula.
Equations
Instances For
Linear coefficient bounding the width of a configuration fragment.
Equations
- Complexity.CircuitUnrolling.widthSizeCoeff tm = Fintype.card tm.Q + 5 * (k + 2)
Instances For
Internal exact size of a configuration-variable formula.
Internal linear size bound for a complete local transition case.
Internal linear size bound for a finite transition-effect selector.
Internal size bound for successor-state selection.
Internal size bound for write-symbol selection.
Internal exact overhead of halted-or-successor multiplexing.
Internal linear size bound for a positive writable-cell formula.
Every successor-configuration atom has size linear in the horizon.
The bounded configuration width is linear in the horizon.
Internal explicit form of the linear configuration-width bound.
The exact packed one-step gate count is quadratic in the trace horizon.