%%% This file is part of PlanetMath snapshot of 2009-01-12 %%% Primary Title: divisibility %%% Primary Category Code: 11A51 %%% Filename: Divisibility.tex %%% Version: 7 %%% Owner: mathcam %%% Author(s): mathcam, vampyr %%% 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} Given \htmladdnormallink{integers}{http://planetmath.org/encyclopedia/RationalInteger.html} $a$ and $b$, then we say $a$ \emph{divides} $b$ if and only if there is some $q \in \mathbb{Z}$ such that $b=qa$. There are many other ways in common use to express this relationship: \begin{itemize} \item $a\mid b$ (read ``$a$ divides $b$''). \item $b$ is \htmladdnormallink{divisible}{http://planetmath.org/encyclopedia/DivisibilityOfIdeals.html} by $a$. \item $a$ is a factor of $b$. \item $a$ is a divisor of $b$. \item $b$ is a \emph{multiple} of $a$. \end{itemize} The notion of divisibility can apply to other \htmladdnormallink{rings}{http://planetmath.org/encyclopedia/UnitalRing.html} (e.g., \htmladdnormallink{polynomials}{http://planetmath.org/encyclopedia/Monomial2.html}). \end{document}