diff --git a/Books/BabyRudin/Chapter01/ex03.tex b/Books/BabyRudin/Chapter01/ex03.tex new file mode 100644 index 0000000..b18bc07 --- /dev/null +++ b/Books/BabyRudin/Chapter01/ex03.tex @@ -0,0 +1,30 @@ +\subsection*{Exercise 03} + +\subsubsection*{1.15 Proposition (a)} +\begin{flalign*} + xy &= xz &\\ +\implies \frac{1}{x}{x}{y} &= \frac{1}{x}{x}{z} \text{ (by 1.12(M5))} &\\ +\implies 1 \cdot {y} &= 1 \cdot {z} \text{ (by 1.12(M4))} &\\ +\implies {y} &= {z} +\end{flalign*} + +\subsubsection*{1.15 Proposition (b)} +\begin{flalign*} + x \cdot 1 &= x \text{ (by 1.12(M4))} &\\ +\implies x \cdot y &= x \text{ (use $y$ to substitute $1$)} &\\ +\implies y &= 1 +\end{flalign*} + +\subsubsection*{1.15 Proposition (c)} +\begin{flalign*} + x \cdot \frac{1}{x} &= 1 \text{ (by 1.12(M5))} &\\ +\implies x \cdot y &= 1 \text{ (use $y$ to substitute $\frac{1}{x}$)} &\\ +\implies y &= \frac{1}{x} +\end{flalign*} + +\subsubsection*{1.15 Proposition (d)} +\begin{flalign*} +\frac{1}{\frac{1}{x}} &= \frac{1 \cdot x}{\frac{1}{x} \cdot x} + = \frac{x}{1} + = x \text{ (by 1.12(M5))} & +\end{flalign*} \ No newline at end of file