I didn't know how to phrase the question properly so I am going to explain how this came about.
I know Math is a very rigorous subject and there are proofs for everything we know and use. In fact, I am sure that if there was anything that we couldn't prove Mathematically, then we wouldn't use it any where in Math or Science.
Anyway, here is the story: Not to long ago I was having a conversation with someone who insisted in telling me that any human knowledge based on Math is a sham, this of course includes Science. He then proceed to tell me that he thought this was the case because according to him there is no proof that zero is a number and second he insisted even if we were to say that zero is a number, that there is no proof that the distance from 0 to 1 is the same as the distance from 1 to 2.
According to this guy, there is no way to measure the distance from something that doesn't exist to something that does. If I understood him correctly he said that is because he just can't see how we can measure from non-existence to something that does exist. In this case, he said that there is now way to know for sure that the length or distance from zero or non-existent number to one would be the same as the distance or length from 1 to 2.
No matter what I said to him, he just disregarded offhandedly. I am so upset that I want to punch him in the face, but I would rather get the proofs and show him that he is completely wrong. To me this would be the equivalent of slapping him on the face with a gauntlet and I would have the satisfaction of knowing that Math and Science are in solid ground and that Mathematicians and/or Scientist haven't pulled a fast one on us.
So please post links to where I can read the Mathematical Proofs for these. Or links that show that to be a fallacy.
Thanks.
The question was, is there a place where I can get proofs for both of those things. First, for Zero being a number whether an integer, complex or any other kind. And second, for a proof that would show that the distance from 0 to 1 is equal to the distance from 1 to 2.
But I guess what I should really have asked is whether or not these proof exist and where I can find them.
Well, mathematics is based upon axioms--there are some things we can't (and shouldn't) argue about. Take a set, for example... let's just assume we have a naive understanding between us of what a set is: an aggregate/collection of objects. In mathematics, we need axioms from which to develop these "proofs" you're wanting. If we don't have axioms, we have nothing to go off of. Some of these axioms are the Peano Axioms. These are used to construct the natural numbers, sometimes written in a fancy N: $\mathbb{N}$ (0, 1, 2, ...) as far as you can count. Literally, one of the axioms says that if you think you've found the largest element of this set $\mathbb{N}$, add one to it and you've found the next one.
Maybe you're wanting to also know how to define addition? We turn to sets: I have a set of two apples adjoined to a set of five apples is equivalent to a set of seven apples. We just add a "+" to make it easier to write. You can get incredibly complicated with something like:
$f: \mathbb{R}^2\to\mathbb{R}$
$(a,b)\to a+b$
Basically the function takes in two numbers and outputs the sum...
Moving on to the distance thing... you've studied Euclid in your time, so you should remember something about Euclidean Distance. Put simply, the distance between two numbers (in one dimension) is the square root of the sums of squared differences (taken coordinate at a time)... whew. Maybe easier with symbols...
Let's say we have the point 0 and 1 and 1 and 2... their distances are (keep in mind this is 1-D)
$\sqrt{(1-0)^2}$ and $\sqrt{(2-1)^2}$ which are both obviously one. (Notice the square root and the squaring were irrelevant for one dimension.
In our (almost) flat space, we use Euclidean distances. But this distance formula (metric) is just one of the formulas we could use.
Let me know if this helps!
BTW: I'm also interested in what people have to say. My answer can't possibly completely answer this question!