Standard posit quire capacity #
The Posit Standard (2022) 16n-bit quire satisfies two finite-term capacity guarantees:
- fewer than
2^(23 + 4n)ordinary posit addends cannot overflow the associated quire; and - fewer than
2^31exact products of two ordinary posits cannot overflow it.
The proof first bounds one posit relative to minPos, then transports that bound to the quire's
fixed scale. A list-level absolute-value argument proves that every signed sum within the stated
exclusive term limit remains an OrdinaryCoefficient, excluding both two's-complement overflow
and the reserved quire-NaR word.
Accumulation applies these coefficient bounds to the executable accumulation loops.
References #
- Posit Working Group, Standard for Posit Arithmetic (2022), March 2, 2022, Sections 3.4 and 5.11, https://posithub.org/docs/posit_standard-2.pdf.
Exclusive upper bound on the number of ordinary posit addends guaranteed to fit in a standard quire.
Instances For
Exclusive upper bound on the number of exact posit products guaranteed to fit in a standard quire.
Instances For
Uniform quire-coefficient magnitude bound for one ordinary posit.
Instances For
Uniform quire-coefficient magnitude bound for one exact product of two ordinary posits.
Instances For
One ordinary posit contributes at most 2^(12(n-2)) quire coefficient units.
One exact product of two ordinary posits contributes at most 2^(16(n-2)) quire coefficient
units.
Any coefficient list shorter than the ordinary-addend limit has an ordinary sum, provided each term satisfies the uniform posit coefficient bound.
Any coefficient list shorter than the exact-product limit has an ordinary sum, provided each term satisfies the uniform product coefficient bound.