a)Let $M\neq \emptyset$ be a set. Show that,
$d(x,y):= \begin{cases}0&\text{if x=y}\\1&\text{otherwise}\end{cases}$
is a metric on $M$. This is a discrete metric. Formulate and prove an easy criterion for the convergence of a sequence $(x_n)_{n\in N}$ in (M,d). Is M complete?
b)Let V be a normed linear space with norm $\|\cdot\|$. Show that:
(i) $d(x,y):= \|x-y\|$ defiens a metric on V.
(ii) $|\|x\|-\|y\||\leq \|x-y\|$ for all $x,y\in V$. (d is named the induced metric of $\|\cdot\|$)
c) Show that the discrete metric on $R^2$ isn't induced by any norm.
We started talking about the concept of a metric space last week in class, which is why I'm not yet fully sure how to deal with exercises concerning this type of topic.
Anyway, here are my thoughts:
a): In class we said that if $x=y$ then for a metric space it follows that $d(x,y)=0$, right? But here comes the problem: I'm not sure how to show that with the second condition it's still a metric. I thought about just proving the general conditions for a metric space. Since $d(x,y)=0$ for $x=y$ I followed with $1+1=d(x,y)+d(y,x)\geq d(x,x)=0$. Is that enough to prove that M is a metric space?
b) (i) To be honest I'm not sure how to show that. In class the prof mentioned that basically any norm can define a metric. And I'm not yet fully familiar with the basic norms used in mathemtics. Just out of memory I can remember 4 norms: $\|\cdot\|~;~\|\cdot\|_1~;~\|\cdot\|_2~;~\|\cdot\|_\infty$, but not sure how each of them is defined.
(ii) I can imagine that this is true, but I'm not sure how to show that mathemtically.
c) The prof didn't talk about discrete metrics, so I read about it on Wiki. It's basically the metric that is defined in a), right? Also not sure what an induced metric is. The wiki entry says that it's some sort of tensor. So basically I'm also lost here.
Could anyone give me some hints to approach these?