10.12.2012 Views

Prime Numbers

Prime Numbers

Prime Numbers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

106 Chapter 2 NUMBER-THEORETICAL TOOLS<br />

2. [Function newr() that gives ri+1 from ri]<br />

newr(ri) {<br />

x = f(ri)p−2i; z =(f ′ (r)) −1 mod p2i; // Via Algorithm 2.1.4.<br />

y = −xz mod p2i; ri+1 = ri + yp2i; return ri+1;<br />

}<br />

<br />

2 Note that for j ≥ i we have rj ≡ ri mod p i<br />

, so that the sequence (ri)<br />

converges in the p-adic numbers to a root of f(x). In fact, Hensel lifting may<br />

be regarded as a p-adic version of the Newton methods discussed in Section<br />

9.2.2.<br />

2.3.4 Representation by quadratic forms<br />

We next turn to a problem important to such applications as elliptic curves<br />

and primality testing. This is the problem of finding quadratic Diophantine<br />

representations, for positive integer d and odd prime p, in the form<br />

x 2 + dy 2 = p,<br />

or, in studies of complex quadratic orders of discriminant D

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!