Prove: For every pair of points $P, Q$
1. $d(P,Q)>0$
2. $d(P,Q) = 0$ if and only if $P=Q$
3. $d(P,Q) = d(Q,P)$
where $d(P,Q)$ is defined as the distance between $P$ and $Q$ and $d$ is a function
For the first part, I tried to assume the contrary, but I'm not sure where this gets me.
In analysis or a topology or an abstract math course the idea of distance function is an abstract concept:
Let S be any set then a "metric" or a "distance" is a function, $d:S \times S \rightarrow \mathbb R$, a function that maps a pair of elements of the set S to a real number, such that.
1) $d(x,y) \ge 0$
1a) $d(x,y) = 0 \iff x = y$
2) $d(x, y) = d(y,x)$ for all $x,y \in S$
3) $d(x,z) \le d(x,y) + d(y,z)$.
Now this is an abstract definition. S could be a set of singing frogs and d could measure when their songs first start to differ, for all we know. (Assuming all songs start on the same note and all songs are eventually different.)
Now the fact that we call this function a "distance" should be a hint to what we have in mind.
So the question is (I'm assuming): prove that in Euclidean plane geometry the actual common sense use of distance between points fits the abstract definition of a metric.
The only problem is, that in our high school geometry class, we can't "prove" these statements about points; we were given them as axioms.
So:
1) Prove $d(P,Q) \ge 0$. Well this is one of Euclids basic postulates (the 1st, I believe) that between any two points there is a "length". In other words there is a distance between any two points; no two points can't be measured, distances are positive real numbers, distances between two points are consistant-- one day it won't suddenly be that New York is suddenly two and half miles from San Francisco; etc. But we can't prove these. This is a basic axiom.
2) Prove $d(P,Q) = 0 \iff P = Q$: Well, any two different points are always some positive distance apart. A point itself is no distance from itself. (Again, an axiom. As in ... well, it doesn't make sense otherwise..)
3) Prove $d(P,Q) = d(Q,P)$: Distance is measured between endpoints. It doesn't matter which end point we measure from. The is Euclid's definition of distance. It is defined as being between a pair; not an ordered pair-- an unordered pair.
At least I'm assuming that is what the question means.