dyn said:
So x = x3 / x2 is not a correct statement on its own ? It needs the addition of the statement " x not equal to 0 " ?
Strictly, yes. But as it isn't defined for ##x=0## it is implicitly clear. As long as you don't want to write unnecessary additional lines, just leave it. Who writes ##x\geq 0## if he uses ##\sqrt{x}\,?## This is simply self-evident, resp. clear by context. But logically, the domain of ##x## needs to be mentioned in general, such that we know what the function really is. But in your post it was pretty clear what you meant even without it.
I have seen the following statement in textbooks " xn / xm = xn-m " with no mention of " x not equal to 0 ". Are they just being lazy and missing out the " x not equal to 0 " statement ?
See above. It is simply not necessary as long as you don't write a book on logic. It's like mocking about a Pizza guy not telling you it's hot. However, if you talk about specific functions, you better say where and how they are defined. E.g. you could define
$$f(x) = \begin{cases}\dfrac{x^3}{x^2} \,&,\, x\neq 0 \\ 0\,&\,,x=0\end{cases}$$
or simply
$$
f(x)= \dfrac{x^3}{x^2}\; , \;x\neq 0
$$
which will be two different functions. So as always with written things, it depends on what you want to express. In post #1 and the example you gave it isn't necessary. Mocking about it is nit-picking.