<?xml version="1.0" encoding="UTF-8"?>

<record version="6" id="253">
 <title>M\"obius function</title>
 <name>MoebiusFunction</name>
 <created>2001-10-16 09:08:53</created>
 <modified>2005-07-26 22:42:43</modified>
 <type>Definition</type>
 <creator id="409" name="mps"/>
 <author id="409" name="mps"/>
 <author id="3" name="drini"/>
 <author id="5" name="KimJ"/>
 <classification>
	<category scheme="msc" code="11A25"/>
 </classification>
 <synonyms>
	<synonym concept="M\&quot;obius function" alias="Moebius function"/>
 </synonyms>
 <related>
	<object name="SquareFreeNumber"/>
	<object name="SumOfFracmunn"/>
	<object name="MoebiusInversionFormula"/>
	<object name="ConvolutionMethod"/>
 </related>
 <keywords>
	<term>number theory</term>
 </keywords>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>The {\em M\"obius function} of number theory is the function $\mu:\mathbb{Z}^+\to\{-1,0,1\}$ defined by
\[
\mu (n) = 
\begin{cases}
1, &amp;\text{if $n=1$}\\
0, &amp;\text{if $p^2 | n$ for some prime $p$} \\
(-1)^r, &amp;\text{if $n = p_1 p_2 \cdots p_r$, where the $p_i$ are distinct primes.}
\end{cases}
\]

In other words, $\mu (n) = 0$ if $n$ is not a square-free integer, while $\mu (n) = (-1)^r$ if $n$ is square-free with $r$ prime factors. The function $\mu$ is a multiplicative function, and obeys the identity
\[
\sum_{d | n} \mu(d) = 
\begin{cases}
1 &amp; \text{if $n = 1$}\\
0 &amp; \text{if $n &gt; 1$}
\end{cases}
\]
where $d$ runs through the positive divisors of $n$.</content>
</record>
