Examples:
We wish to
prove that the number of divisors
of n Î N* is odd if and only if n is a square. In order to do
this we consider the set M:= {d Î N | d divides n } of
these divisors and define
t:M -> M :d -> n/d.
This mapping
is an involution, if n>1, and obviously | M | is odd if and only if
t
has a fixed point, i.e. if and only if
there exists a divisor d such that d=n/d, or,
in other words, if and only if n=d2.
A less trivial example is the following proof (due to D. Zagier) of the fact
that every prime number which is congruent 1 modulo 4 can be expressed as
a sum of two squares of positive natural numbers. Consider the set
S:= {(x,y,z) Î( N*)3 | x2+4yz=p }.
The following map is an involution on S (exercise):
t:(x,y,z) -> (x+2z,z,y-x-z) if x<y-z,
t:(x,y,z) -> (2y-x,y,x-y+z) if y-z<x<2y,
t:(x,y,z) -> (x-2y,x-y+z,y) if x>2y.
This involution has exactly one fixed point, namely (1,1,k), if p=4k+1,
therefore | S | must be odd, and consequently the involution
s:(x,y,z) -> (x,z,y)
possesses a fixed point, too, which shows that p=x2+4y2, a sum of two
squares.