$\{x : x \le 75, \in \mathbb{Z}_+ \cup \{0\}\}$
Is this notation correct? I'm going for positive integers less than or equal to $75$ including $0$.
$\{x : x \le 75, \in \mathbb{Z}_+ \cup \{0\}\}$
Is this notation correct? I'm going for positive integers less than or equal to $75$ including $0$.
There are 2 parts to this question. 1) Is your notation correct regarding "mathematical grammar" and 2) Is your notation recommended?
For the first question, "$\{x:x\leq75, \in\mathbb{Z}_+\cup\{0\}\}$" is wrong. You wrote "$\in\mathbb{Z}_+\cup\{0\}$. This is where the error lies. What is $\in\mathbb{Z}_+\cup\{0\}$? You have to write a variable in front. Hence, writing $\{x:x\leq75, x\in\mathbb{Z}_+\cup\{0\}\}$ would be correct regarding "mathematical grammar". You can write like this and people would understand.
For the second question, it is not recommend to write like this. Usually, we write the set that the number belongs to in front. Note that set refers to sets like $\mathbb{N}, \mathbb{R}, \mathbb{Q}$ etc, those that are already defined. Hence, the correct notation will be $\{x\in\mathbb{Z}_{\geq0}:x\leq 75\}$. Or, you can just write $\mathbb{Z}_{\geq0}\cap[0, 75]$.