What are the differences between equality and equations and identities?
Look at the following:
- $x=y$, $x$ and $y$ are mathematical objects.
- $x+2=4$
- $(a+b)^2=a^2+2ab+b^2$
What are all of the differences between the three?
Edit #1: From my understanding the $1$ claims that $x$ and $y$ are the exact same object, meaning that $x$ and $y$ are simply two names for the same things.
The second one is a conditional that "asks" what $x$ make the predicate $P(x):x+2=4$ true.
The third one claims that the predicate $P(x): (a+b)^2 = a^2+2ab+b^2$ is a true statement for any $x$. I don't really know why it is different from the first one. Basically $(a+b)^2$ is the same thing as $a^2+2ab+b^2$, they are 2 different names for the same thing.