In mathematics and apportionment theory, a signpost sequence is a sequence of real numbers, called signposts, used in defining generalized rounding rules. A signpost sequence defines a set of signposts that mark the boundaries between neighboring whole numbers: a real number less than the signpost is rounded down, while numbers greater than the signpost are rounded up.
Signposts allow for a more general concept of rounding than the usual one. For example, the signposts of the rounding rule "always round down" (truncation) are given by the signpost sequence
s0=1,s1=2,s2=3...
Mathematically, a signpost sequence is a localized sequence, meaning the
n
n
sn\in(n,n+1]
n
\operatorname{round}(x)=\begin{cases} \lfloorx\rfloor&x<s(\lfloorx\rfloor)\\ \lfloorx\rfloor+1&x>s(\lfloorx\rfloor) \end{cases}
Where exact equality can be handled with any tie-breaking rule, most often by rounding to the nearest even.
In the context of apportionment theory, signpost sequences are used in defining highest averages methods, a set of algorithms designed to achieve equal representation between different groups.[1]