P-adic number

From Free net encyclopedia

(Redirected from P-adic numbers)

Template:Lowercase The p-adic number systems were first described by Kurt Hensel in 1897. For each prime number p, the p-adic number system extends the ordinary arithmetic of the rational numbers in a way different from the extension of the rational number system to the real and complex number systems. The main use of these other systems is in number theory.

The extension is achieved by an alternative interpretation of the concept of absolute value. The p-adic numbers were motivated primarily by an attempt to bring the ideas and techniques of power series methods into number theory. Their influence now extends far beyond this. For example, the field of p-adic analysis essentially provides an alternative form of calculus.

More formally, for a given prime p, the field Qp of p-adic numbers is an extension field of the rational numbers. If all of the fields Qp are collectively considered, we arrive at Helmut Hasse's local-global principle, which roughly states that certain equations can be solved over the rational numbers if and only if they can be solved over the real numbers and over the p-adic numbers for every prime p. (This principle is not always true; consider it more accurately as a motivating idea. In special cases, such as with quadratic forms or division algebras over global fields, the principal can be proved in a precise form.) The field Qp is also given a topology derived from a metric, which is itself derived from an alternative valuation on the rational numbers. This metric is complete in the sense that every Cauchy sequence converges. This is what allows the development of calculus on Qp, and it is the interaction of this analytic and algebraic structure which gives the p-adic number systems their power and utility.

In situations where one is considering one special prime and then other primes enter the story, the first prime is often called p and the others are called <math>\ell</math>, following the notation used by Jean-Pierre Serre. For instance, one might speak of the representation of an inertia group at p on the <math>\ell</math>-adic Tate module, where <math>\ell</math> does not equal p.

Contents

Motivation

The simplest introduction to p-adic numbers is to consider 10-adic integers, which are simply strings of digits in which you allow an infinite number of digits to the left, for example, the number ...9999, and then do arithmetic with such numbers as usual. In other words, do arithmetic like you would with real numbers, but with digits going off to the left instead of to the right. The references to valuations and metrics given below are simply technical devices which justify the ordinary operations. For example, one has the computation

<math>
  \frac{{...9999
  \atop +1}} { ...000}

</math>

which is true because there are an infinite number of carries which never end, so there will never be a digit "1" on the left in the result. So a first 10-adic result is that ...999 = −1. It follows from this that negative integers can be represented as digit expansions in which all lefthand digits are eventually equal to 9. This is analogous to two's complement notation in computer science, in which negative integers are coded with the leftmost bit being set to 1: in the 2-adic integers, negative integers will correspond to numbers in which all lefthand digits are eventually equal to 1 (in general, p − 1 for p-adic numbers).

From ...999 = −1 we can derive other 10-adic representations, such as

<math>\frac{-1}{3}=\frac{...999}{3}=...333</math>
<math>\frac{-2}{3}=2\left (\frac{-1}{3} \right )=2(...333)=...666</math>
<math>\frac{1}{3}=\frac{-2}{3}+1=...666+1=...667</math>
<math>\frac{2}{3}=\frac{-1}{3}+1=...333+1=...334.</math>

One point that confuses many people is why the p in p-adic numbers is always prime. As seen above, it is not absolutely necessary, as things work well enough in base 10. (Often the term g-adic number is used when the concept is used for a fixed composite number g.) However, p-adic numbers are most useful for doing calculus-type computations, and it is important to be able to divide, that is, one wants to work in a field. The point is that p-adic numbers form a field if and only if p is a prime power, and you get the same result for a prime power as you do for the prime (e.g., base 16 is just shorthand for base 2). In particular, if p is not a prime power, then you can always find two nonzero p-adic numbers A and B such that AB = 0, which removes all possibility of finding their inverses. It is an interesting exercise to find such numbers for p = 10, for example, the following (check that the products are well defined over the 10-adics):

<math>

A = \prod_{n = 1}^\infty [2 \, (2^{-1} {\rm mod}\, 5^n)], \qquad B = \prod_{n = 1}^\infty [5 \, (5^{-1} {\rm mod}\, 2^n)]. </math>

If p is a fixed prime number, then any integer can be written as a p-adic expansion (writing the number in "base p") in the form

<math>\pm\sum_{i=0}^n a_i p^i</math>

where the ai are integers in {0,...,p − 1}. This is expressed by saying that the integer has been "written in base p". For example, the 2-adic or binary expansion of 35 is 1·25 + 0·24 + 0·23 + 0·22 + 1·21 + 1·20, often written in the shorthand notation 1000112.

The familiar approach to generalizing this description to the larger domain of the rationals (and, ultimately, to the reals) is to include sums of the form:

<math>\pm\sum_{i=-\infty}^n a_i p^i</math>

A definite meaning is given to these sums based on Cauchy sequences, using the absolute value as metric. Thus, for example, 1/3 can be expressed in base 5 as the limit of the sequence 0.1313131313...5. In this formulation, the integers are precisely those numbers which can be represented in the form where ai = 0 for all i < 0.

As an alternative, if we extend the p-adic expansions by allowing infinite sums of the form

<math>\sum_{i=k}^{\infty} a_i p^i</math>

where k is some (not necessarily positive) integer, we obtain the field Qp of p-adic numbers. Those p-adic numbers for which ai = 0 for all i < 0 are also called the p-adic integers. The p-adic integers form a subring of Qp, denoted Zp. (Note: Zp is often used to represent the set of integers modulo p. If each set is needed, the latter is usually written Z/pZ or Z/p. Be sure to check the notation for any text you read.)

Intuitively, as opposed to p-adic expansions which extend to the right as sums of ever smaller, increasingly negative powers of the base p (as is done for the real numbers as described above), these are numbers whose p-adic expansion to the left are allowed to go on forever. For example, the p-adic expansion of 1/3 in base 5 is ...1313132, i.e. the limit of the sequence 2, 32, 132, 3132, 13132, 313132, 1313132, ... Informally, we can see that multiplying this "infinite sum" by 3 in base 5 gives ...0000001. As there are no negative powers of 5 in this expansion of 1/3 (i.e. no numbers to the right of the decimal point), we see that 1/3 is a p-adic integer in base 5.

The main technical problem is to define a proper notion of infinite sum which makes these expressions meaningful - this requires the introduction of the p-adic metric. Two different but equivalent solutions to this problem are presented below.

Constructions

Analytic approach

The real numbers can be defined as equivalence classes of Cauchy sequences of rational numbers; this allows us to, for example, write 1 as 1.000... = 0.999... . However, the definition of a Cauchy sequence relies on the metric chosen and, by choosing a different one, numbers other than the real numbers can be constructed. The usual metric which yields the real numbers is called the Euclidean metric.

For a given prime p, we define the p-adic metric in Q as follows: for any non-zero rational number x, there is a unique integer n allowing us to write x = pn(a/b), where neither of the integers a and b is divisible by p. Unless the numerator or denominator of x in lowest terms contains p as a factor, n will be 0. Now define |x|p = pn. We also define |0|p = 0.

For example with x = 63/550 = 2−1 32 5−2 7 11−1

<math>|x|_2=2 \,\!</math>
<math>|x|_3=1/9 \,\!</math>
<math>|x|_5=25 \,\!</math>
<math>|x|_7=1/7 \,\!</math>
<math>|x|_{11}=11 \,\!</math>
<math>|x|_{\mbox{any other prime}}=1 \,\!</math>

This definition of |x|p has the effect that high powers of p become "small".

It can be proved that each norm on Q is equivalent either to the Euclidean norm or to one of the p-adic norms for some prime p. The p-adic norm defines a metric dp on Q by setting

<math>d_p(x,y)=|x-y|_p \,\!</math>

The field Qp of p-adic numbers can then be defined as the completion of the metric space (Q,dp); its elements are equivalence classes of Cauchy sequences, where two sequences are called equivalent if their difference converges to zero. In this way, we obtain a complete metric space which is also a field and contains Q.

It can be shown that in Qp, every element x may be written in a unique way as

<math>\sum_{i=k}^{\infty} a_i p^i</math>

where k is some integer and each ai is in {0,...,p − 1}. This series converges to x with respect to the metric dp.

Algebraic approach

In the algebraic approach, we first define the ring of p-adic integers, and then construct the field of quotients of this ring to get the field of p-adic numbers.

We start with the inverse limit of the rings Z/pnZ (see modular arithmetic): a p-adic integer is then a sequence (an)n≥1 such that an is in Z/pnZ, and if n < m, anam (mod pn).

Every natural number m defines such a sequence (m mod pn), and can therefore be regarded as a p-adic integer. For example, in this case 35 as a 2-adic integer would be written as the sequence {1, 3, 3, 3, 3, 35, 35, 35, ...}.

Note that pointwise addition and multiplication of such sequences is well defined, since addition and multiplication commute with the mod operator, see modular arithmetic. Also, every sequence (an) where the first element is not 0 has an inverse: since in that case, for every n, an and p are coprime, and so an and pn are relatively prime. Therefore, each an has an inverse mod pn, and the sequence of these inverses, (bn), is the sought inverse of (an).

Every such sequence can alternatively be written as a series of the form we considered above. For instance, in the 3-adics, the sequence (2, 8, 8, 35, 35, ...) can be written as 2 + 2*3 + 0*32 + 1*33 + 0*34 + ... The partial sums of this latter series are the elements of the given sequence.

The ring of p-adic integers has no zero divisors, so we can take the field of fractions to get the field Qp of p-adic numbers. Note that in this field of fractions, every number can be uniquely written as p−nu with a natural number n and a p-adic integer u.

Properties

The set of p-adic integers are the inverse limit of the finite rings Z/pkZ, but are nonetheless uncountable. The endomorphism ring of the Prüfer p-group of rank n, denoted Z(p)n, is the ring of n×n matrices over the p-adic integers; this is sometimes referred to as the Tate module.

The p-adic numbers contain the rational numbers Q and form a field of characteristic 0. This field cannot be turned into an ordered field.

The topology of the set of p-adic integers is that of a Cantor set; the topology of the set of p-adic numbers is that of a Cantor set minus a point (which would naturally be called infinity). In particular, the space of p-adic integers is compact while the space of p-adic numbers is not; it is only locally compact. As metric spaces, both the p-adic integers and the p-adic numbers are complete.

The real numbers have only a single proper algebraic extension, the complex numbers; in other words, this quadratic extension is already algebraically closed. By contrast, the algebraic closure of the p-adic numbers has infinite degree. Furthermore, Qp has infinitely many inequivalent algebraic extensions. Also contrasting the case of real numbers, the algebraic closure of Qp is not (metrically) complete. Its (metric) completion is called Cp. Here an end is reached, as Cp is algebraically closed.

The field Cp is isomorphic to the field C of complex numbers, so we may regard Cp as the complex numbers endowed with an exotic metric. It should be noted that the existence of such a field isomorphism relies on the axiom of choice, and no explicit isomorphism can be given.

The p-adic numbers contain the nth cyclotomic field if and only if n divides p − 1. For instance, the nth cyclotomic field is a subfield of Q13 iff n = 1, 2, 3, 4, 6, or 12. In particular, there is no p-torsion in the p-adic numbers, if p > 2.

The number e, defined as the sum of reciprocals of factorials, is not a member of any p-adic field; but ep is a p-adic number for all p except 2, for which one must take at least the fourth power. (Thus a number with similar properties as e - namely a pth root of ep - is a member of the algebraic closure of the p-adic numbers for all p.)

Over the reals, the only functions whose derivative is zero are the constant functions. This is not true over Qp. For instance, the function

f: QpQp, f(x) = (1/|x|p)2 for x ≠ 0, f(0) = 0,

has zero derivative everywhere but is not even locally constant at 0.

Given any elements r, r2, r3, r5, r7, ... where rp is in Qp (and Q stands for R), it is possible to find a sequence (xn) in Q such that for all p (including ∞), the limit of xn in Qp is rp.

Generalizations and related concepts

The reals and the p-adic numbers are the completions of the rationals; it is also possible to complete other fields, for instance general algebraic number fields, in an analogous way. This will be described now.

Suppose D is a Dedekind domain and E is its field of fractions. Pick a non-zero prime ideal P of D. If x is a non-zero element of E, then xD is a fractional ideal and can be uniquely factored as a product of positive and negative powers of non-zero prime ideals of D. We write ordP(x) for the exponent of P in this factorization, and for any choice of number c greater than 1 we can set

<math>|x|_P = c^{-\operatorname{ord}_P(x)}</math>.

Completing with respect to this absolute value |.|P yields a field EP, the proper generalization of the field of p-adic numbers to this setting. The choice of c does not change the completion (different choices yield the same concept of Cauchy sequence, so the same completion). It is convenient, when the residue field D/P is finite, to take for c the size of D/P.

For example, when E is a number field and D is the ring of algberaic integers in D, a theorem of Ostrowski says every non-trivial non-archimedean absolute value on E arises as some |.|P. The remaining non-trivial absolute values on E arise from the different embeddings of E into the real or complex numbers. (In fact, the non-archimedean absolute values can be considered as simply the different embeddings of E into the fields Cp, thus putting the description of all the non-trivial absolute values of a number field on a common footing.)

Often, one needs to simultaneously keep track of all the above mentioned completions when E is a number field (or more generally a global field), which are seen as encoding "local" information. This is accomplished by adele rings and idele groups.

See also

Reference

de:P-adische Zahl es:Número p-ádico fr:Nombre p-adique it:Numeri p-adici nl:P-adisch getal ja:P進数 ru:P-адическое число sv:P-adiska tal tr:P-sel sayılar zh:P進數