Let $\mathcal{U}=\mathbb{R}^2$ and consider the function $d:\mathcal{U} \times \mathcal{U} \to \mathbb{R}$ defined by
$$d(P,Q) = | x_1-x_2| + |y_1-y_2|$$
where $P=(x_1,y_1)$ and $Q=(x_2,y_2)$. Prove that $d$ is a distance in $\mathbb{R}^2$.
So I need to verfy the following axioms hold
$1.$ $d(P,Q)=d(Q,p)$
$d(P,Q) = | x_1-x_2| + |y_1-y_2|=|y_1-y_2|+| x_1-x_2|=d(Q,P)$ since addition of two positive numbers is commutative.
$2.$ $d(P,Q) \geq 0$
Now for this one I'm not that sure but it seems clear that since they are two distinct points and we have the absolute value set up clearly the distance will always be greater then 0 unless both points are equal.
$3.$ $d(P,Q)=0$ if and only if $P=Q$
$d(P,Q)=| x_1-x_2| + |y_1-y_2|=0$ Therefore since $| x_1-x_2|$ and $|y_1-y_2|$ is always $\geq 0$ Then the only way the sum of both is zero is if both $|y_1-y_2|$ and $| x_1-x_2|=0$ Thus $x_1=x_2$ and $y_1=y_2$ thus $P=Q$. Now the converse is easier since if $P=Q$ then $x_1=x_2$ and $y_1=y_2$ thus $d(P,Q)=| x_1-x_2| + |y_1-y_2|=0$
Oh one follow up I forgot to add. Find all the points at distance $1$ from $(0,0)$ using the distance given . Make a picture of this `circle with radius $1$ Let $d(P,Q)=| x_1-x_2| + |y_1-y_2|=1$ Then either $| x_1-x_2|$ is $1$ or $0$ and vice versa for $|y_1-y_2|$. Thus the points are as follows when setting $Q$ at the origin. either $P=(1,0),(0,1),(-1,0),(0,-1)$ is that ok? But its not a circle.