%%% This file is part of PlanetMath snapshot of 2009-01-12 %%% Primary Title: finite %%% Primary Category Code: 03E10 %%% Filename: Finite.tex %%% Version: 4 %%% Owner: djao %%% Author(s): djao %%% PlanetMath is released under the GNU Free Documentation License. %%% You should have received a file called fdl.txt along with this file. %%% If not, please write to gnu@gnu.org. \documentclass[12pt]{article} \pagestyle{empty} \setlength{\paperwidth}{8.5in} \setlength{\paperheight}{11in} \setlength{\topmargin}{0.00in} \setlength{\headsep}{0.00in} \setlength{\headheight}{0.00in} \setlength{\evensidemargin}{0.00in} \setlength{\oddsidemargin}{0.00in} \setlength{\textwidth}{6.5in} \setlength{\textheight}{9.00in} \setlength{\voffset}{0.00in} \setlength{\hoffset}{0.00in} \setlength{\marginparwidth}{0.00in} \setlength{\marginparsep}{0.00in} \setlength{\parindent}{0.00in} \setlength{\parskip}{0.15in} \usepackage{html} \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{xypic} \begin{document} A set $S$ is \emph{finite} if there exists a \htmladdnormallink{natural number}{http://planetmath.org/encyclopedia/NaturalNumber.html} $n$ and a \htmladdnormallink{bijection}{http://planetmath.org/encyclopedia/BijectiveFunction.html} from $S$ to $n$. Note that we are using the set theoretic definition of natural number, under which the natural number $n$ equals the set $\{0,1,2,\ldots,n-1\}$. If there exists such an $n$, then it is unique, and we call $n$ the \emph{\htmladdnormallink{cardinality}{http://planetmath.org/encyclopedia/Equinumerosity.html}} of $S$. Equivalently, a set $S$ is finite if and only if there is no bijection between $S$ and any \htmladdnormallink{proper subset}{http://planetmath.org/encyclopedia/ProperSubset.html} of $S$. \end{document}