If I want to say "$n$ is greater than or equal to $k$," I can say $n \geq k$.
If I want to say "$n$ is not greater than or equal to $k$," I can say $n \ngeq k$.
What if I want to say "$n$ is greater than and not equal to $k$?" (In other words, $n > k$ and $n \neq k$). If I'm stating that "$n$ is greater than and not equal to $k$," might it be better to just state it as two separate conditions rather than using one symbol (if one exists).
Well since $n > k \implies n \ne k$ then just say $n > k$. The $n \ne k$ will be implied and need not be stated at all.