Is There a Greater Than and Not Equal to sign?

4.3k Views Asked by At

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).

3

There are 3 best solutions below

2
On BEST ANSWER

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.

7
On

Since $n > k$ implies $n \not = k$, we find that "$n > k$ or $n \not = k$" is equivalent to simply $n \not = k$

In logic:

We have that $$n \not = k \Leftrightarrow n > k \lor n < k$$

Hence:

$$n > k \lor n \not = k \Leftrightarrow n > k \lor n > k \lor n < k\Leftrightarrow n > k \lor n < k \Leftrightarrow n \not = k$$

EDIT

I see that the exercise now has become how to write "$n > k$ or $n \not = k$". Well:

$$n > k \land n \not = k \Leftrightarrow n > k \land (n > k \lor n < k) \overset{Absorption}{\Leftrightarrow} n > k$$

Of course! If $n > k$ then $n \not = k$, and so $n \not = k$ is not adding anything to the statement $n >k$

0
On

As others have said, that's what $\;>\;$ is for. However, if you want to draw special attention to the fact that $\;\neq\;$ applies, then you can use $\;\gneqq \;$ or $\;\gvertneqq \;.$

From the mid 1970s through the early 1990s, I sometimes used (in notes, in homework assignments, etc.) handwritten forms of these symbols and their "less than" versions $\;\lneqq\;$ and $\;\lvertneqq \,,\;$ and they were also sometimes used on the blackboard by the mathematics teachers I had during this period.

Incidentally, even more commonly used back then was the corresponding proper subset relation $\subsetneqq \,,\;$ since the meaning of $\;\subset\;$ varies among authors, with some using this for "subset or equal" and others using this for "proper subset". By using $\;\subsetneqq\;$ for "proper subset" and using $\;\subseteqq \;$ or $\;\subseteq \;$ for "subset or equal", there is no chance of ambiguity.

For what it's worth, these symbols are available in the LaTeX-based software I use, Scientific Workplace. However, they do not appear to be available in MathType (which I sometimes have to use for work-related stuff), but maybe doing something like this will locate them. A quick google image search led me to the Mathematics Stack Exchange question What does this “double less than or equals to” sign mean?, where both $\;\gneqq \;$ and $\;\lneqq\;$ are included in a chart for AMS codes for various inequality symbols.