It seems to be eclipsed by coronavirus, but today is the U.S. Census day for this coming decade.
If you are American, where you are living today, where your children are living today, is where they are enumerated in the Census. This will determine, first hand, how many U.S. Representatives your state will be apportioned. It will also affect how redistricting will occur in your state and, perhaps, in your city if it is divided politically into wards or districts.
Okay, this is about once the census populations of each state are finalized, about distributing (or "apportioning") a fixed number of representatives among the states. I know about the Huntington-Hill method and this will eventually be about that. But I want to get more fundamental about the problem.
This is what is given:
- $N$: The number of U.S. states. Currently 50.
- $H$: The number of representatives in the House of Representatives. Currently 435.
- $P_n$: The census population of state $n$.
All of these parameters are positive integers $\in \mathbb{N}$.
What we need to determine:
- $R_n$: The number of representatives apportioned to state $n$.
Also all of these $R_n \in \mathbb{N}$.
We know that the total population of the 50 states (this leaves out the District of Columbia, Puerto Rico, Guam, American Samoa, and other territories whose residents are American, but they get no voting representation in Congress) is the sum of the populations of all states:
$$ P_\mathrm{total} = \sum\limits_{n=1}^{N} P_n $$
And we know also that the total number of representatives is the sum of apportioned representatives of all states:
$$ H = \sum\limits_{n=1}^{N} R_n $$
Now, the simplest meaning of the concept of apportionment is that the number of representatives a state has is directly proportional to the population of that state. That would say that there exists a constant (w.r.t. all of the states) of proportionality, $\alpha$, such that:
$$ R_n = \alpha \cdot P_n $$
Now, if there were no problems regarding fractional representatives, we know that:
$$\begin{align} \alpha \cdot P_\mathrm{total} &= \sum\limits_{n=1}^{N} \alpha \cdot P_n \\ \\ &= \sum\limits_{n=1}^{N} R_n \\ \\ &= H \\ \end{align} $$
So we can solve that for $\alpha$ and have an idea what it might be, but we cannot have a fraction of a representative, $R_n$ must be a positive integer, so then quantization or rounding to an adjacent integer is necessary. We know that if rounding down or even rounding to nearest may cause the rounded value of $R_n$ for the least populous states to possibly be zero, and the U.S. Constitution does not allow for that. It seems to me that the only consistent simple rule of rounding would be to always round up:
$$ R_n = \big\lceil \alpha \, P_n \big\rceil $$
where $\lceil x \rceil$ is the ceiling function which is the smallest integer $m$ such that $m-1 < x \le m$, or
$$ \lceil x \rceil \in \mathbb{Z} \\ \\ x \le \lceil x \rceil < x+1 $$
So, it seems to me that the simplest consistent rule to guarantee that each state gets a whole number of representatives and at least one representative is to find the constant of proportionality, $\alpha$ such that:
$$\begin{align} H &= \sum\limits_{n=1}^{N} R_n \\ \\ &= \sum\limits_{n=1}^{N} \big\lceil \alpha \, P_n \big\rceil \\ \end{align} $$
Now couldn't we simply define an increasing function $h(\alpha)$ as
$$ h(\alpha) \triangleq \sum\limits_{n=1}^{N} \big\lceil \alpha \, P_n \big\rceil $$
and, starting at $\alpha=0$ (and we know that $h(0)=0$), then increase that value $\alpha$ until $h(\alpha)=H$? Then we know the number of representatives for all of the states $R_n = \big\lceil \alpha \, P_n \big\rceil$ for all $n$.
Is this consistent with the Huntington-Hill method?
If needed, I will explain the Huntington-Hill method here, but I need to figure out a good set of symbols that is consistent with the symbols I use above. Give me a couple hours to do that.
Perhaps consult one of the hundred or so books written on the mathematics of the topic. For example
El-Helaly, Sherif, The mathematics of voting and apportionment. An introduction. Compact Textbooks in Mathematics. Birkhäuser/Springer, 2019