First, let's start with the definition of a monotone binary relation:
Definition: Let $C \subset \mathbb{R}^n$ be nonempty and convex. A binary relation $\succeq$ on $C^m$ is monotonic if for any $(x_1, \dots, x_m)$ and $(y_1, \dots, y_m)$ in $C^m$ if $(x_i, \dots, x_i) \succeq (y_i, \dots, y_i)$ for $i = 1, \dots, m$ imply $(x_1,\dots, x_m) \succeq (y_1, ... y_m)$
My question: Why does $C$ need to be convex? Couldn't we just choose any non-empty subset of $\mathbb{R}^n$?
My guess: Because we eventually want to assume continuity, then any convex combination between $x$ and $y$ must be in $C$, hence $C$ must be convex.