Finished assignment 3 #14

Merged
flip merged 7 commits from assignment3 into master 2023-06-09 10:58:00 +02:00
6 changed files with 14 additions and 4 deletions
Showing only changes of commit 8c0d80b19e - Show all commits

Binary file not shown.

View File

@@ -16,4 +16,6 @@
\subfile{week1/main.tex} \subfile{week1/main.tex}
\clearpage \clearpage
\subfile{week2/main.tex} \subfile{week2/main.tex}
\clearpage
\subfile{week3/main.tex}
\end{document} \end{document}

View File

@@ -1,7 +1,7 @@
\documentclass[../main_text.tex]{subfiles} \documentclass[../main_text.tex]{subfiles}
\begin{document} \begin{document}
\section{Week 1} \section{Assignment 1}
\exercise*[0.3.6] \exercise*[0.3.6]
% For some reason I can't put a fitted tcbox here and I really don't like it % For some reason I can't put a fitted tcbox here and I really don't like it
@@ -132,7 +132,7 @@ So each set $A_i := \{i\} \forall i \in \N$. Since $\N$ is countably infinite,
Each set is definitely finite, because they all contain just one element. Each set is definitely finite, because they all contain just one element.
Finally, the union of the collection of sets is equal to $\N$, which is not a finite set. Finally, the union of the collection of sets is equal to $\N$, which is not a finite set.
\exercise*[6] \exercise[6]
\begin{tcolorbox} \begin{tcolorbox}
\begin{enumerate}[label=\emph{\alph*)}, wide] \begin{enumerate}[label=\emph{\alph*)}, wide]
\item Compute $f(4/15)$. Find $q$ such that $f(q) = 108$. \item Compute $f(4/15)$. Find $q$ such that $f(q) = 108$.

View File

@@ -1,7 +1,7 @@
\documentclass[../main_text.tex]{subfiles} \documentclass[../main_text.tex]{subfiles}
\begin{document} \begin{document}
\section{Week 2} \section{Assignment 2}
\exercise*[1.1.1] \exercise*[1.1.1]
\begin{tcolorbox} \begin{tcolorbox}
@@ -133,7 +133,7 @@ $y$ can be given by the supremum; $x \leq \sup A$ and $y \leq \sup B$. So, $\sup
A similar argument can be given for the infimum, which is left to the reader. A similar argument can be given for the infimum, which is left to the reader.
\exercise*[7] \exercise[7]
\begin{tcolorbox} \begin{tcolorbox}
Let Let
\begin{equation*} \begin{equation*}

BIN
assignments/week3/main.pdf Normal file

Binary file not shown.

View File

@@ -0,0 +1,8 @@
\documentclass[../main_text.tex]{subfiles}
\begin{document}
\section{Assignment 3}
\exercise*
\end{document}