PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 10 of '$\tau$ function'
[ view '$\tau$ function' | back to history ]

Title of object: $\tau$ function
Canonical Name: TauFunction
Type: Definition

Created on: 2003-03-10 02:09:51
Modified on: 2006-07-22 11:40:03

Creator: Wkbj79
Modifier: Wkbj79
Author: Wkbj79

Classification: msc:11A25
Synonyms: $\tau$ function=divisor function

Revision comment (for changes between this and next version):

Changes for correction #8812 ('slight wording change').

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
Content:

The {\sl $\tau$ function\/}, also called the {\sl divisor function\/}, takes positive integers as its input and gives the number of positive divisors of its input as its output. For example, since 1, 2, and 4 are all of the positive divisors of 4, then $\tau (4)=3$. As another example, since 1, 2, 5, and 10 are all of the positive divisors of 10, then $\tau (10)=4$.

The $\tau$ function behaves according to the following two rules:

1. If $p$ is a prime and $x$ is a nonnegative integer, then $\tau (p^x) = x+1$.

2. If $\gcd(a,b)=1$, then $\tau(ab)=\tau(a)\tau(b)$.

Because these two rules hold for the $\tau$ function, it is a multiplicative function.

Note that these rules work for the previous two examples. Since 2 is prime, then $\tau (4)= \tau (2^2)=2+1=3$. Since 2 and 5 are distinct primes, then $\tau (10)= \tau (2 \cdot 5)= \tau (2) \tau (5)=(1+1)(1+1)=4$.

The $\tau$ function is extremely useful for studying cyclic rings.