Domain
The domain of a variable is the set of all possible values it can attain. Often, domains will be implied. For example, when talking about whether a variable is even and odd, it's only natural to assume that the domain of that variable is the set of integers. However, sometimes it's not so obvious what the domain of a variable is. That's why it's best to define exactly what set of values is the domain for a particular variable, because the meaning of a statement will change under different domains. Consider the following statement:
But what sort of number is \(x\)? Is it a real number? Or an integer? The statement's truth value depends on the domain you select:
If \(x=\sqrt 2\), then the above statement is true. However, what if the domain of \(x\) was the set of integers?
No integer exists that is the square root of 2. Therefore, the above statement is false.
So, domains matter. Make sure to specify them for your variables!