Let's have a look at a fictitious matriarchal society in which women pick multiple spouses.
Attractiveness is indexed between 0 and 1. Let $m(x)$ denote the mass of males with attractiveness $x$. For each value of $x$ on the unit interval, we also have a measure of females with that attractiveness. These females will take as spouse anyone who is at least as attractive as them.
For a given $x$, we can compute this pool as
$$ f(x) = \int_x^1 m(i) di $$
I'm wondering what happens if we look at $f(1)$. From the equation, it should be that $f(1) = \int_1^1 m(i) di = 0$ for any $m(x)$. Even if I don't look at $f(1)$ but $\lim_{x\to 1} f(x)$, it still appears that I get the same result.
However, if I go back to my story, I "feel" that the pool should be $m(1)$ - which is the set of people at least as good as 1.
How can I resolve this?