finished multivar calc
This commit is contained in:
parent
633b1b05b6
commit
a8e9ca20f6
11 changed files with 293 additions and 0 deletions
14
chapters/sections/contents_measures.tex
Normal file
14
chapters/sections/contents_measures.tex
Normal file
|
@ -0,0 +1,14 @@
|
|||
% !TeX root = ../../script.tex
|
||||
\documentclass[../../script.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
\section{Contents and Measures}
|
||||
|
||||
\begin{defi}
|
||||
A set $M$ is said to be countable if there exists a surjective mapping from $\natn$ to $M$, i.e.
|
||||
\[
|
||||
\exists \seq{x} \subset M: ~~\forall y \in M ~\exists n \in \natn: ~~x_n = y
|
||||
\]
|
||||
A set $M$ is said to be countably infinite if it is countable and unbounded.
|
||||
\end{defi}
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue