Before I begin, let me give you so background. I previously asked a question on "How to prove that −x is not equal to x just because they yield the same result when in $x^2$". This got me thinking. What is a number in math anyway?
For instance, aside from the fact that 5 looks the same as 5, how do we know that 5=5? How do we know that 2 numbers are equal, and 2 numbers are different?
A can't be because they give the same input when plugged into a function. If this definition is true, then x and -x would be the same.
So can some tell me what is the definition of a number in a math? And please, can you also use that definition to prove/show that −x is not equal to x just because they yield the same result when in $x^2$.
I'm sorry if this question sounds far fetched. But it would really help with my understanding of math if I found an answer to it. Also, can you try to give the answer at the level of a high school Pre-Calculus student? Thanks.
You can find the set-theoretic construction of natural numbers in this Wiki article. The obvious operation of $+$ (addition) can be defined on this set, as the construction includes how to find the next number (i.e. add 1 to it).
Then you can define subtraction as an inverse of addition, and quickly notice that the natural numbers are closed under addition, but not closed under subtraction (e.g., 3-5 is not a natural number).
So you extend the natural numbers to the integers to close the set under subtraction, defining $-x$ as the unique integer you need to add to $x$ to get $0$. This way one can show that $-x = x$ if and only if $x=0$, so unless $x=0$, yuo always have $x=-x$.
UPDATE
You are asking a deep question, which requires basic foundations to understand the answers completely. But on some very simple level, you can consider the natural numbers defining the basic count of objects in a group. This way, for example, $0$ is defined as having no objects, $1$ as a unique object, $2$ as a unique object and another object (i.e. $2=1+1$) and any group with $n$ objects can be this extended to $n+1$ by adding another object. This is very simplistic but will intuitively work, which seems what you are asking for.
Now as above, note addition is defined for this group but subtraction is not, since $3-5$ is not a number of objects in a collection. Then apply the discussion above...