I have worked out an exercise consisting of multiple parts in LaTeX, as a descriptive list consisting of part a, b and c. However, it aligns in a very weird way and I can't get it to look better. Is there anything I can try to align everything nicely?
\documentclass[a4paper, 11pt]{article}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{a4wide}
\title{Homework Symmetry}
\date{Quartile 2, Week 1}
\author{Benjamin Caris, Luuk Reijnders, Tom Jacobs}
\begin{document}
\maketitle
\pagebreak
\section*{Excercise 2.6}
\begin{description}
\item[a)]{$d(\sigma(A),\sigma(P)) = d(A, P)$, since $\sigma$ is a symmetry.
Furthermore, since $\sigma(A) = A$, we have $d(\sigma(A),\sigma(P)) =
d(A,\sigma(P))$. From these 2 observations we clearly see that $d(\sigma(A),
\sigma(P)) = d(A,\sigma(P)) = d(A, P)$. So $d(A,\sigma(P)) = d(A, P)$, hence
we
can conclude that $A$ is on the perpendicular bisector of the line segment
$P\sigma(P)$.}
\item[b)]{Symmetry line}
\item[c)]{$\tau\circ\sigma(A) = \tau(\sigma(A)) = \tau(A)$ since $\sigma(A)
=
A$. Since $A$ is on the line $AB$, reflection of $A$ in $AB$ again gives
$A$, so
$\tau(A) = A$, hence $\tau\circ\sigma(A) = A$ and $\tau\circ\sigma$ fixes
$A$.
Analogously, we find for $B$ that $\tau\circ\sigma(B) = B$ and therefore
that
$\tau\circ\sigma$ also fixes $B$ (since $\sigma(B) = B$ and $B$ is on $AB$).
For
$C$ we have $\tau\circ\sigma(C) = \tau(\sigma(C))$. $\sigma(C)\neq C$, but
since
$\sigma$ is a reflection in $AB$ and $\tau$ is again a reflection in $AB$,
$\tau(\sigma(C))$ is just the inverse of the reflection $\sigma(C)$. So
$\tau(\sigma(C)) = C$, hence $\tau\circ\sigma$ also fixes C. Because
$\tau\circ\sigma$ fixes $A$, $B$ and $C$, $\tau\circ\sigma$ is the identity.
Furthermore, since $\tau$ is the inverse of $\sigma$, $\sigma = \tau$.}
\end{description}
\end{document}
Thanks in advance!


