Let $X$ be a normed linear space, $M \subset X$ be a subspace, $M^\perp = \{x^\ast \in X^\ast \mid x^\ast\big|_M = 0\}$ be the annihilator of $M$, $X^\ast$ the topological dual of $X$, and let's define $\Phi: X^\ast/M^\perp \to M^*$ by $\Phi(x^\ast+M^\perp) = x^\ast\big|_M$.
I have already proved that $M^\perp$ is closed, and that $\Phi$ is well-defined, linear, and surjective.
I finally want to prove that $\Phi$ is an isometry. On one hand, we take $y^\ast \in M^\perp$ and now: $$\begin{align} \|\Phi(x^\ast+M^\perp)\| &= \|x^\ast\big|_M\| = \|x^\ast\big|_M+y^\ast\big|_M\| \\ &=\|(x^\ast+y^\ast)\big|_M\| \leq \|x^\ast+y^\ast\|,\end{align}$$and taking the infimum on $y^\ast$ gives $\|\Phi(x^\ast+M^\perp)\| \leq \|x^\ast+M^\perp\|$.
I'm having trouble on the other inequality. One first attempt was to fix $m \in M$, take any $y^\ast \in M^\perp$ and do: $$\|(x^\ast+y^\ast)(m)\| \leq \|x^\ast(m)\|+\|y^\ast(m)\| = \|x^\ast(m)\| \leq \|x^\ast\big|_M\|\|m\|,$$and this gives $\|x^\ast\big|_M + y^\ast\big|_M\| \leq \|x^\ast\big|_M\|$ instead of the $\|x^\ast + y^\ast\|\leq \|x^\ast\big|_M\|$ that I wanted. Can someone help?