|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|

Prime numberIn mathematics, a prime number (or prime) is a natural number greater than 1 (number) whose only positive number divisors are one and itself. A natural number that is greater than one and is not a prime is called a composite number. The numbers 0 (number) and one are neither prime nor composite. The property of being a prime is called ''primality''. Prime numbers are of fundamental importance in number theory. The sequence of prime numbers begins :2 (number), 3 (number), 5 (number), 7 (number), 11 (number), 13 (number), 17 (number), 19 (number), 23 (number), 29 (number), 31 (number), 37 (number), 41 (number), 43 (number), 47 (number), 53 (number), 59 (number), 61 (number), 67 (number), 71 (number), 73 (number), 79 (number), 83 (number), 89 (number), 97 (number), 101 (number), 103 (number), 107 (number), 109 (number), 113 (number) ... This is sequence A000040 [http://www.research.att.com/cgi-bin/access.cgi/as/njas/sequences/eisA.cgi?Anum=A000040] in On-Line Encyclopedia of Integer Sequences; see list of prime numbers for the first 500 primes. The set of all prime numbers is sometimes denoted by ℙ, a blackboard bold P. As 2 is the only even prime number, the term ''odd prime'' is used to refer to all prime numbers except 2. In the context of ring theory, a branch of abstract algebra, the term "prime element" has a specific meaning. Here, a ring element ''a'' is defined to be prime if whenever ''a'' divides ''bc'' for ring elements ''b'' and ''c'', then ''a'' divides at least one of ''b'' or ''c''. With this meaning, the additive inverse of any prime number is also prime. In other words, when considering the set of integers Z as a ring (mathematics), −7 is a prime element. However, even among mathematicians, the term "prime number" generally means a positive prime integer. == Representing natural numbers as products of primes == The fundamental theorem of arithmetic states that every positive integer can be written as a product of primes in an essentially unique way. Primes are thus the "basic building blocks" of the natural numbers. For example, we can write : and any other such factorization of 23244 will be identical, except for the order of the factors. See prime factorization algorithm for details for how to do this in practice, for larger numbers. The importance of this theorem is one of the reasons for the exclusion of 1 from the set of prime numbers. If 1 were admitted as a prime, the precise statement of the theorem would require additional qualifications. == How many prime numbers are there? == There are infinitely many prime numbers. The oldest known proof for this statement is given by the Greek mathematician Euclid in his ''Elements'' (Book IX, Proposition 20). Euclid states the result as "there are more than any given [finite] number of primes", and his proof is essentially the following: :Take a finite number of primes. Multiply them all together and add one (see Euclid number). The resulting number is not divisible by any of the finite set of primes, because dividing by any of these would give a remainder of one. Therefore it must either be prime itself, or be divisible by some other prime that was not included in the finite set. Therefore the set we started with was not in fact all primes. Other mathematicians have given their own proofs. One of those (due to Leonhard Euler) shows that proof that the sum of the reciprocals of the primes diverges. Ernst Kummer's is particularly elegant and Furstenberg provides one using general topology. Even though the total number of primes is infinite, one could still ask "approximately how many primes are there below 100,000" or "How likely is a random 100-digit number to be prime?" Questions like these are answered by the prime number theorem. == Finding prime numbers == The Sieve of Eratosthenes is a simple way to compute the list of all prime numbers up to a given limit. In practice though, one usually wants to check if a given number is prime, rather than generate a list of primes. Further, it is often satisfactory to know the answer with a high probability. It is possible to quickly check whether a given large number (say, up to a few thousand digits) is prime using probabilistic primality tests. These typically pick a random number called a "witness" and check some formula involving the witness and the potential prime ''N''. After several iterations, they declare ''N'' to be "definitely composite" or "probably prime". These tests are not perfect. For a given test, there may be some composite numbers that will be declared "probably prime" no matter what witness is chosen. Such numbers are called pseudoprimes for that test. A new deterministic algorithm which finds whether a given number ''N'' is prime where the time required is a Complexity classes P and NP (i.e. of the logarithm of ''N'') has recently been described. == Some properties of primes == *If ''p'' is a prime number and ''p'' divides a product ''ab'' of integers, then ''p'' divides ''a'' or ''p'' divides ''b''. This proposition was proved by Euclid and is known as ''Euclid's lemma''. It is used in some proofs of the uniqueness of prime factorizations. *The ring (algebra) Z/''n''Z (see modular arithmetic) is a field (mathematics) if and only if ''n'' is a prime. Put another way: ''n'' is prime if and only if Euler's totient function = ''n'' − 1. *If ''p'' is prime and ''a'' is any integer, then ''a''''p'' − ''a'' is divisible by ''p'' (Fermat's little theorem). *If ''p'' is a prime number other than 2 and 5, 1/p is always a recurring decimal, with a period of p-1 or a divisor of p-1. This can be deduced directly from Fermat's little theorem. 1/p expressed likewise in base q (i.e. other than base 10) has similar effect, provided that p is not a prime factor of q. The Wiki page on recurring decimal shows some of the interesting properties. *An integer ''p'' > 1 is prime if and only if the factorial (''p'' − 1)! + 1 is divisible by ''p'' (Wilson's theorem). Conversely, an integer ''n'' > 4 is composite if and only if (''n'' − 1)! is divisible by ''n''. *If ''n'' is a positive integer, then there is always a prime number ''p'' with ''n'' < ''p'' ≤ 2''n'' (Bertrand's postulate). *Adding the reciprocals of all primes together results in a divergent infinite series (Proof that the sum of the reciprocals of the primes diverges). More precisely, if ''S''(''x'') denotes the sum of the reciprocals of all prime numbers ''p'' with ''p'' ≤ ''x'', then ''S''(''x'') = Θ(ln ln ''x'') for ''x'' → ∞ (see Big O notation). *For each prime number ''p'' > 2, there exists a natural number ''n'' such that ''p'' = 4''n'' ± 1. *For each prime number ''p'' > 3, there exists a natural number ''n'' such that ''p'' = 6''n'' ± 1. *In every arithmetic progression ''a'', ''a'' + ''q'', ''a'' + 2''q'', ''a'' + 3''q'',... where the positive integers ''a'' and ''q'' ≥ 1 are coprime, there are infinitely many primes (Dirichlet's theorem). *The characteristic of every field is either zero or a prime number. *If ''G'' is a finite group (mathematics) and ''p''''n'' is the highest power of the prime ''p'' which divides the order of ''G'', then ''G'' has a subgroup of order ''p''''n''. (Sylow theorems) *If ''p'' is prime and ''G'' is a group with ''p''''n'' elements, then ''G'' contains an element of order ''p''. *The prime number theorem says that the proportion of primes less than ''x'' is asymptotic to 1/ln ''x'' (in other words, as ''x'' gets very large, the likelihood that a number less than ''x'' is prime is inversely proportional to the number of digits in ''x''). == Open questions == There are many open questions about prime numbers. The most significant of these is: * Riemann hypothesis: This essentially says that the primes are as regularly distributed as possible. From a physical viewpoint, it roughly states that the irregularity in the distribution of primes only comes from random noise. From a mathematical viewpoint, it roughly states that the asymptotic distribution of primes (about 1/ log ''x'' of number less than ''x'' are primes, the prime number theorem) also holds for much shorter intervals of length about the square root of ''x'' (for intervals near ''x''). This hypothesis is generally believed to be correct, in particular, the simplest assumption is that primes should have no significant irregularities without good reason. Other famous conjectures have a much greater chance of being true (in a formal sense, they follow from simple heuristic probabilistic arguments) with the lack of a solution more of a reflection of lack of good technical tools (so theoretical physicists would just regard them as being true): * Goldbach's conjecture: Can every even integer greater than 2 be written as a sum of two primes? * Twin prime conjecture: A ''twin prime'' is a pair of primes with difference 2, such as 11 and 13. Are there infinitely many twin primes? * Does the Fibonacci sequence contain an infinite number of primes? * Are there infinitely many Lenstra-Pomerance-Wagstaff conjectures and Fermat primes? The expected answers are ''yes'', resp. ''no''. * Are there infinitely many primes of the form ''n''2 + 1? * Is there always a prime number between ''n''2 and (''n'' + 1)2 for every ''n''? * Cramer's conjecture that , the largest gap between consecutive primes, among all primes less than ''x'', is asymptotic to . This conjecture clearly implies the previous one, but its status is a little more unsure. == The largest known prime == The largest known prime is 225964951 − 1 (this number is 7,816,230 digits long); it is the 42nd known Mersenne prime. M25964951 was found on February 18, 2005 by Martin Nowak, a member of a collaborative effort known as GIMPS). The next largest known prime is 224036583 − 1 (this number is 7,235,733 digits long); it is the 41st known Mersenne prime. M24036583 was found on May 15, 2004 by Josh Findley (member of GIMPS) and it was announced in late May 2004. The third largest known prime is 220996011 − 1 (this number is 6,320,430 digits long); it is the 40th known Mersenne prime. M20996011 was found on November 17, 2003 by Michael Shafer (and GIMPS) and announced in early December 2003. Historically, the largest known prime has almost always been a Mersenne prime since the dawn of electronic computers, because there exists a particularly fast primality test for numbers of this form, the Lucas-Lehmer test for Mersenne primes. Some of the largest primes not known to have any particular form (that is, no simple formula such as that of Mersenne primes) have been found by taking a piece of semi-random binary data, converting it to a number n, multiplying it by 256k for some positive integer k, and searching for possible primes within the interval [256''k''''n'' + 1, 256''k''(''n'' + 1) − 1]. In fact, as a publicity stunt against the Digital Millennium Copyright Act and other WIPO Copyright Treaty implementations, some people have applied this to various forms of DeCSS code, creating the set of illegal prime numbers. Such numbers, when converted to binary and executed as a computer program, perform acts encumbered by applicable law in one or more jurisdictions. == Applications == Extremely large prime numbers (that is, greater than 10100) are used in several public key cryptography algorithms. Primes are also used for hash tables and pseudorandom number generators. == Primality tests == ''Main article primality test'' A primality test is an algorithm which tests a number for primality, i.e. whether the number is a prime number. * AKS primality test * Fermat primality test * Lucas-Lehmer test * Lucas-Lehmer primality test * Solovay-Strassen primality test * Miller-Rabin primality test A probable prime is an integer which, by virtue of having passed a certain test, is considered to be probably prime. Probable primes which are in fact composite (such as Carmichael numbers) are called pseudoprimes. == Some special types of primes == A prime ''p'' is called ''primorial prime'' or ''prime-factorial'' if it has the form ''p'' = Π(''n'') ± 1 for some number ''n'', where primorial stands for the product 2 · 3 · 5 · 7 · 11 · ... of all the primes ≤ n. A prime is called ''factorial prime'' if it is of the form factorial ± 1. The first factorial primes are: :n! − 1 is prime for n = 3, 4, 6, 7, 12, 14, 30, 32, 33, 38, 94, 166,... :n! + 1 is prime for n = 1, 2, 3, 11, 27, 37, 41, 73, 77, 116, 154... The largest known primorial prime is Π(24029) + 1, found by Caldwell in 1993. The largest known factorial prime is 3610! − 1 [Caldwell, 1993]. It is not known if there are infinitely many primorial or factorial primes. Primes of the form 2''n'' − 1 are known as Mersenne primes, while primes of the form are known as Fermat primes. Prime numbers ''p'' where 2''p'' + 1 is also prime are known as Sophie Germain primes. Other special types of prime numbers include Wieferich primes, Wilson primes, Wall-Sun-Sun primes, Wolstenholme primes, unique primes, Newman-Shanks-Williams primes (NSW primes), Smarandache-Wellin primes, Wagstaff primes and supersingular primes. The base-ten digit sequence of a prime can be a palindrome, as in the prime 1031512 + 9700079 · 1015753 + 1. == Prime gaps == Let ''p''''n'' denote the ''n''-th prime number (i.e. ''p''1 = 2, ''p''2 = 3, etc.). The ''gap'' ''g''''n'' between the consecutive primes ''p''''n'' and ''p''''n'' + 1 is the number of (composite) numbers between them, i.e. :''g''''n'' = ''p''''n'' + 1 − ''p''''n'' − 1. (Slightly different definitions are sometimes used.) We have ''g''1 = 0, ''g''2 = ''g''3 = 1, and ''g''4 = 3. The sequence {''g''''n''} of prime gaps has been extensively studied. For any ''N'', the sequence :(''N'' + 1)! + 2, (''N'' + 1)! + 3, ..., (''N'' + 1)! + ''N'' + 1 is a sequence of ''N'' consecutive composite integers. Therefore, there exist gaps between primes which are arbitrarily large, i.e. for any natural number ''N'', there is an integer ''n'' with ''g''''n'' > ''N''. (Choose ''n'' so that ''p''''n'' is the greatest prime number less than (''N'' + 1)! + 2.) On the other hand, the gaps get arbitrarily small in proportion to the primes: the quotient (''g''''n''/''p''''n'') limit (mathematics) zero as ''n'' approaches infinity. We say that ''g''''n'' is a ''maximal gap'' if ''g''''m'' < ''g''''n'' for all ''m'' < ''n''. The largest known maximal gap is 1131, found by T. Nicely and B. Nyman in 1999. It is the 64th smallest maximal gap, and it occurs after the prime 1693182318746371. The largest prime gap with identified gap ends known as of 1 January 2005 has a length of 2254930 [http://hjem.get2net.dk/jka/math/primegaps/megagap2.htm]. Note that the Twin Prime Conjecture simply asserts that ''g''''n'' = 1 for infinitely many integers ''n''. == Formulae yielding prime numbers == ''Main article formula for primes'' There is no formula for primes which is more efficient at finding primes than the methods mentioned above under "Finding prime numbers". Those which do exist have little practical value. The curious polynomial ''f''(''n'') = ''n''2 − ''n'' + 41 yields primes for ''n'' = 0,..., 40, but ''f''(41) is composite. There is no polynomial which only yields prime numbers in this fashion. There is a set of Diophantine equations in 25 variables and one parameter with the following property: the parameter is prime if and only if the resulting system of equations has a solution over the natural numbers. This can be used to obtain a single formula with the property that all its ''positive'' values are prime. Another formula is based on Wilson's theorem mentioned above, and generates the number two many times and all other primes exactly once. There are other similar formulae which also produce primes. == Generalizations == The concept of prime number is so important that it has been generalized in different ways in various branches of mathematics. === Prime elements in rings === One can define prime elements and irreducible elements in any integral domain. For the ring Z of integers, the set of prime elements equals the set of irreducible elements; it's {...−11, −7, −5, −3, −2, 2, 3, 5, 7, 11, ...}. As an example, we consider the Gaussian integers Z[''i''], that is, complex numbers of the form ''a'' + ''bi'' with ''a'' and ''b'' in Z. This is an integral domain, and its prime elements are the Gaussian primes. Note that 2 is ''not'' a Gaussian prime, because it factors into the product of the two Gaussian primes (1 + ''i'') and (1 − ''i''). The element 3, however, remains prime in the Gaussian integers. In general, rational primes (i.e. prime elements in the ring Z of integers) of the form 4''k'' + 3 are Gaussian primes, whereas rational primes of the form 4''k'' + 1 are not. === Prime ideals === In ring theory, one generally replaces the notion of number with that of ideal (ring theory). ''Prime ideals'' are an important tool and object of study in commutative algebra, number theory and algebraic geometry. The prime ideals of the ring of integers are the ideals (0), (2), (3), (5), (7), (11), ... A central problem in algebraic number theory is how a prime ideal factors when it is ''lifted'' to an extension field. For example, in the Gaussian integer example above, (2) ''ramifies'' into a prime power (1 + ''i'' and 1 − ''i'' generate the same prime ideal), prime ideals of the form (4''k'' + 3) are ''inert'' (remain prime), and prime ideals of the form (4''k'' + 1) ''split'' (are the product of 2 distinct prime ideals). === Primes in valuation theory === In class field theory yet another generalization is used. Given an arbitrary field (mathematics) ''K'', one considers valuations on ''K'', certain functions from ''K'' to the real numbers R. Every such valuation yields a topological field, and two valuations are called ''equivalent'' if they yield the same topology. A ''prime of K'' (sometimes called a ''place of K'') is an equivalence class of valuations. With this definition, the primes of the field Q of rational numbers are represented by the standard absolute value function (known as the "infinite prime") as well as by the p-adic number on Q, for every prime number ''p''. == Quotes == :"Mathematicians have tried in vain to this day to discover some order in the sequence of prime numbers, and we have reason to believe that it is a mystery into which the human mind will never penetrate." — ''Leonhard Euler'' :"God may not play dice with the universe, but something strange is going on with the prime numbers." — ''Paul Erdös'' == See also == * Prime power * Sphenic number * Highly composite number * Primorial * Jørgen Pedersen Gram * Logarithmic integral function == References == * Karl Sabbagh, ''The Riemann Hypothesis: The Greatest Unsolved Problem in Mathematics''. Farrar, Straus and Giroux; 340 pages * John Derbyshire, ''Prime Obsession: Bernhard Riemann and the Greatest Unsolved Problem in Mathematics''. Joseph Henry Press; 448 pages * Marcus du Sautoy, ''The Music of the Primes: Searching to Solve the Greatest Mystery in Mathematics''. HarperCollins; 352 pages * H. Riesel, ''Prime Numbers and Computer Methods for Factorization'', 2nd ed., Birkhäuser 1994. == External links == * [http://primes.utm.edu/curios/ Prime curios] at the prime pages * The prime pages -- http://www.utm.edu/research/primes/ * [http://www-history.mcs.st-andrews.ac.uk/history/HistTopics/Prime_numbers.html MacTutor history of prime numbers] * [http://www.maths.hscripts.com/prime_number.php Online Prime Number calculator] * [http://crypto.cs.mcgill.ca/~stiglic/PRIMES_P_FAQ.html The "PRIMES is in P" FAQ] * [http://wikisource.org/wiki/Prime_numbers_%282_-_20000%29 The first 20,000 primes] (through 224737) at Wikisource * [http://www.primenumbers.net/prptop/prptop.php List of largest known probable primes] * [http://www.primepuzzles.net/ The prime puzzles] * [http://www.ibiblio.org/omdb/prime/ The Prime Project] generates a new prime number every time the page is loaded * [http://aleph0.clarku.edu/~djoyce/java/elements/bookIX/propIX20.html An English translation of Euclid's proof that there are infinitely many primes] * [http://wims.unice.fr/wims/wims.cgi?module=tool/number/primes.en Primes] from WIMS is an online prime generator. * [http://www.kwiznet.com/p/takeQuiz.php?ChapterID=1543&CurriculumID=5 Prime Factorization Worksheet] generates new questions every time the page is loaded * [http://mathworld.wolfram.com/PrimeSpiral.html Prime Spiral pattern] * [http://www.alpertron.com.ar/googolm1.pl?digits=12 12 digit primes] Known 12-digit prime factors of Googolplex - 1 *http://www.maths.ex.ac.uk/~mwatkins/zeta/vardi.html An Introduction to Analytic Number Theory, by Ilan Vardi and Cyril Banderier Integers Number theory Prime numbers ang:Frumtæl scn:nummuru primu th:จำนวนเฉพาะ Prime numberSome page format added. User:Charles Matthews 07:49, 4 May 2004 (UTC) ==Initial segment of primes== Links: http://www.utm.edu/research/primes/ The first 750,000 primes: http://www.geocities.com:80/ResearchTriangle/Thinktank/2434/prime/primenumbers.html ---- Now here's an interesting question which may even provide a valid use for subpages. Would adding a list of all the prime numbers known to mankind be counter-productive to the idea of the Wikipedia? It ''is'' "a compendium of human knowledge", regardless of how obscure and arcane. (I suppose one could extend this to listing Pi to a :quadrillion digits, to be somewhat hyperbolic.) Thoughts? --User:Colin dellow ---- I'd say that the encyclopedia should be a compendium of all useful knowledge. Digit number 323454 of Pi and the temperature at noon on May 7, 1976 in Salt Lake City are part of human knowledge, but really, nobody has a use for this information except maybe some highly specialized experts, who know where to look it up. ---- I perhaps didn't make my point clear. Wikipedia presents the ability to have "useless" trivia because of the :Wikipedia is not paper argument. :Perhaps it will be useful only to a specialised group, but does it hurt to have it? It would increase the amount of information available in the Wikipedia. (I found the comment about temperature s in Salt Lake City at a given year to be somewhat unrelated to this question, BTW.) --User:Colin dellow ----- Actually, I don't think it would be possible to list all the known primes. There are just too darn many of them, and it's too easy to find more. - Hank Ramsey ---- I don't think it would be a waste of space to have a separate article that lists say, all the primes less than 10,000. This is actually very little raw data, but having available the primes in this range is very useful to many people, especially for testing conjectures, making conjectures, playing around with numbers, etc. The information would NOT just be trivial as in the temperature of Salt Lake City at a certain time. Also, I think it would be very useful if there were an article that listed the complete prime factorisations of all integers less than 10,000. Again, this is not trivial information, it's very important if someone wants to quickly test whether or not a conjecture may or may not be true. Agreed --User:Haggis 14:39, 24 Feb 2005 (UTC) :But don't forget, that there exist prime-tables (2-100.000, 100.001-200.000, ... ) in wikisource. --User:Arbol01 02:19, 25 Feb 2005 (UTC) correcting Wikipedia entry of Euclid's Infinitude of Primes proof Fixed font - Proportional font Archimedes Plutonium Apr 14, 10:17 am show options Newsgroups: sci.math, sci.logic, sci.edu From: Archimedes Plutonium user:XJamRastafire [2002.03.23] 6 Saturday (0) - the 3rd day of spring 2002. Natty Dread 20000 miles away from home. ==Largest known primes== This sentence appears under the heading 'Largest known prime': "This result with purely PC based computer with < 1GHz Pentium processor beat some previous prime-runners as supercomputer Cray T94 was." I can't be certain as to the meaning of this sentence, making it rather difficult to fix. Anyone? :Yes user:The Ostrich as it is evident from your user profile page you're already in computer's world so you should understand that (almost simple) computer's net fight of David against giant Goliath. I would not refuse one such model T94 if it would by a New Year's Day's present but anyway. You should check at fist GIMPS term to see how a small or a huge connected computers via the net can work very efficiently together. We can say that Wikipedia works in the same way. There are many examples (I know not all of them) of such work: Odlyzko's mathematical work with te Riele on Mertens conjecture (see for the current wikipedia status of this at [http://www.wikipedia.com/wiki/Talk:Moebius_function http://www.wikipedia.com/wiki/Talk:Moebius_function], SETI@home, ISDN-ODETTE conection of European automobile industry and many more) It is good to know Odlyzko and te Riele used for the job one of the "first" models of Crays - a model 1 (It sounds just like a fomous Ford's model T1). And probybly Odlyzko had decided to make some of his outstanding calculations on such dispersed "systems". He wrote some article on this subject too. As you like fractals can you give me any help on my previous instance about Ulam's cloth of primes? And actually it was exactly 500 MHz Pentium based PC to gain that recorld on the biggest Mersenne prime up to date. I hope this will kill the curiosity in cat. Greets to Ox from Ce. --user:XJamRastafire [2002.03.23] 6 Saturday (1st ed) :Sorry folks - above - I was talking nonsenses about Ulam's cloth. Ulam's prime spiral is as it is. I have already put its representation on wikipeda (see moebius function) so I don't have to make it again but anyway I do believe that mentioned list of primes is very important for everyone who wants to deal with primes. --user:XJamRastafire [2002.03.24] 0 Sunday (0) Someone should update this section . . . . The 42 Mersenne prime has now been found (February 2005). ==Gaps between primes == I moved the following material here for now: :For example the gap bettween 1693182318746351 and 1693182318746371 is ''g'' = 1693182318746351 - 1693182318746371 - 1 = 19, but the next consecutive gap ''g''64 is 1131. This kind of gap is called ''maximal prime gap'' with property of occurences of gaps of ''at least of this length'' following initiating prime ''p'' and is the largest known maximal prime gap, found by T. Nicely and B. Nyman in 1999. :Jose Luis Gomez Pardo in 2001 found the largest first known occurence prime gap greater than 1131, which is 21611, following the initiating and ''certified'' prime 10999 + 24196831 but with its consecutive prime to be ''probabilistic'', that is, proven to be statistically prime (with a probability extremely close to 1), using, for example, Miller-Rabin test with multiple bases or some other primality test. There are of course many prime gaps with sizes from 1131 to 21612 but 1131 is the maximal one. This will probably change soon. Cramér showed that if the Riemann hypothesis holds, it would be: g < k √p log p . Specifically, I have the following questions: what exactly is a ''maximal prime gap''. I do not understand the example and explanation given above. Second, it seems that Pardo did not infact find the largest gap, but just a probable gap, is that correct? Third, if there are many gaps with sizes between 1131 and 21612, how can 1131 be the maximal one? user:AxelBoldt ==Primorials== The largest known Primoral seems to be outdated; [http://primes.utm.edu/top20/page.php?id=5] mentions 392113#+1 ---- Let me say these things: //-1 Yes, strictly speaking primorial primes are not special case of factorial ones. Generating a 'prime product' for ''n'' as ∏(n) goes in 'a same manner' as a function ''n''! = 1 · 2 · 3 · 4 · 5 · 6 · ..., but we have to 'check' first its argumets for primality what is a bit harder than adding a number by 1. Thus 1 · 2 · 3 · 5 · 7 · 11 · ... is easy just for first numbers of ''n''. Try to get ∏(1234567890) by hand. I don't believe that even Carl Friedrich Gauss would solve in one hour ∏(100) as he did Σ(100). Another strictly mathematical question would be which primorial primes are members of factorial prime set or vice verse as for arbitrary ''n'' is ''n''!>∏(n). (Is this proven?) Are there any? I've found trivial 3!± 1 = ∏(3) ± 1 = {7,5}, but here Nash's logic already ends... :Primorial primes can never be factorial except in the two cases you list. The reason is that all factorials beyond 3! are divisible by four, but products of different primes are never divisible by four. user:AxelBoldt //0 You didn't move just above material but you moved out also this: << This gap was discovered by Euclid in 300 BC. Others define it to be simply ''G'' = ''q'' - ''p'', so the gap ''G''1 following the prime 2 has the length 1. Another definition for gap is with a parameter ''r'' = g/2 and some other authors have specified a gap by the terminating prime ''p''k+1, rather than the initiating prime ''p''k. >> :Yes, the slight variations in the definition of prime gap didn't seem to be important; the concept itself is more important. What exactly did Euclid discover? user:AxelBoldt Euclid was probably first one who was thinking about gaps, so that's why I had put him in the article. I've noticed that someone sometimes wants definitions and nothing more than definitions and sometimes not. I think I have explained also good enough what initiating prime and its 'bounded' partner are. Gaps are very close connected with primes, so they should be well defined for better understanding of primes themselves. ::Have no futher knowledges about Euclid's discovery. //1 The example explains the ambiguity of maximal gaps. There are no gaps with greater size than 1131 from 2 to initiating prime 1693182318746371. So 1131 is the largest one bellow this prime and it stands on 64th place. g1=0 is first one. I don't know if a list of all known maximal gaps is appropriate for the article? We can put it in, if someone wants. :I see, that makes it clear. I'll put the maximal gaps back in. One more question: you say above that ''g64 = 1131. Does that mean in your notation that the 64th prime minus the 63rd prime + 1 equals 1131? user:AxelBoldt :: No, no. Indexes of gaps and primes here are not equal at all. Perhaps 'late enough' would be ''p''n-''p''n-1=gn+1-1 for some period or (it would be infinitive) after some initiating prime ''p''. In this case is: g64-g63+1=1131-923+1=208. But it is here ''p''X(of the 64th gap)-''p''Y(of the 63th gap)-1=''p''Z=1693182318746371-1686994940955803-1=6187377790567. It is correct ''p''X(n)-''p''X-1-1=gn-1 as it is in this first three examples: ''p''2(of the 2nd gap)-''p''1-1=g1=3-2-1=0,''p''4(3)-''p''3-1=g2=7-5-1=1, ''p''9(4)-''p''8-1=g3=23-19-1=3 and so on). For now on we need pencil and paper to produce more examples. And after some time we would need a computer soon. And finally 923 is 63th maximal gap. Initiating prime for g64 is 1693182318746371 but is not 64th prime. ::: Oh, so the ''n'' in ''g''''n'' refers to the fact that ''g''''n'' is the ''n''-th maximal gap? Then we have to change the notation in the article. user:AxelBoldt //2 (Probably) Yes. //3 I think gaps above 1131 were found in this way. Someone took some special types of primes and he calculated with one primality test gaps between them. Some were greater than 1131 but these primes were much bigger and much 'far away' than primes near 1 · 1016. Someone should examine all primes above initiating prime of the maximal gap g64. I do believe that there exist a gap, let us say, gx1=24242824248748732872000000000000000000000001, but, first nobody knows where and second, if he knows it, what would this help him to complete a gapopedia. And finally what are the still uknown properties of gaps we should look for? (I do hope I had understood Pardo's discovery and of others well enough. --user:XJamRastafire [2002.03.27] 3 Wednesday (0) ---- ==Defining 'prime number'== The first section gives two contradictory definitions of ''prime''. The first definition would imply -2 is not prime. The article should either give a single definition, or it should explicitly say that there are two different definitions in common use. The math dictionary I own gives only the second definition: ''an integer not equal to 0, 1, or -1, whose positive divisors include only 1 and itself''. :The first section gives two definitions of ''prime'', but they aren't really contradictory. One is a definition of primes in N, the other of primes in Z. Perhaps this should be made clearer. If the term "prime numbers" is used without further clarification it usually means primes in N, and I think this is how the term is usually used in Wikipedia. --user:Zundark, Thursday, April 4, 2002 :Yes the first definition is a bit deficient. In the second section is then said that primes can be negative natural numbers too. (In fact 1 is prime, but this is a convention, right?) How about 0? Why 0 is not a prime? We can't make natural factorization on it perhaps this would be too trivial. --user:XJamRastafire [2002.04.04] 4 Thur's day (0) :By the fundamental theorem of arithmetic, -2 cannot be prime, since (-2)² = 2² = 4. You also can't prime factorise -1 (and you can't uniquely prime factorise any negative number, or 0). Unless someone can demonstrate the usefulness of 'negative primes', implying 'prime natural number' every time you say 'prime' seems superfluous. We can also use the theorem to define primes P as the increasing sequence of integers {p1,p2,p3,...} such that for all ''n'' ∈ N there is a unique sequence of integers X {x1,x2,x3,...} where p1x1·p2x2·p3x3·...=n (i.e. the primes are exactly those integers which can uniquely prime factorise every natural number). We can then show 1 isn't prime (or the prime factorisation of 1 wouldn't be unique, and therefore the corresponding set X has all elements set to zero), and 2 is prime, and no prime can be negative, etc (you can probably also show that there is only one P which satisfies these conditions, but I haven't proved that in my head yet). (I allow for xi to be negative, but that still results in only one set of primes, which is trivial to prove. We can also use n ∈ Q, since rational numbers must also have a unique prime factorisation with some negative xi) User:Elektron 11:34, 30 Apr 2004 (UTC) ::I've also corrected it and made it prettier and added bits. User:Elektron 12:14, 30 Apr 2004 (UTC) ::On the other hand, for a unique factorization domain and its appropriate definition, −2 ''is'' a prime; because then uniqueness is defined up to multiplication by a unit in the ring. User:Charles Matthews 12:08, 30 Apr 2004 (UTC) :::That went completely over my head User:Elektron 12:14, 30 Apr 2004 (UTC) ::::The point is that we have a concept of prime elements in any integral domain. The integers form an integral domain whose prime elements are the negative primes and the positive primes. The Fundamental Theorem of Arithmetic can be restated for this more general concept of primes, and it applies to all unique factorization domains. --User:Zundark 12:44, 30 Apr 2004 (UTC) :::::Right - but prime number really ought to stick to natural numbers, anyway. Other stuff should be done by links. By the way, this page pretty well takes the biscuit for being a confusing talk page. Anyone here competent and able to clean it up/archive stuff, without infringing any wikiquette? User:Charles Matthews 15:04, 30 Apr 2004 (UTC) :::::You can uniquely prime-factorise 1 (203050...), but you can't uniquely prime-factorise 0 or -1 no matter what you define as 'prime'. You can uniquely prime-factorise integers less than -1 (using the primes -2,-3,-4,-5,-6,-7,-9,-11,-13), but this limits you to an odd number of prime factors for every integer. My point is this: each natural number is uniquely represented by a sequence of prime indices (e.g. 1 ~ {0,0,0...}, 10 ~ {1,0,1,0,0,...}, 12 ~ {2,1,0,...}), and each sequence of prime indices uniquely represents a natural number. Extending this to zero or negative numbers doesn't work, and changing the fundamental theorem of arithmetic so that no 'uniqueness' is necessary seems icky. User:Elektron 09:19, 1 May 2004 (UTC) ::::::OK, perhaps it isn't so hard to understand, for example, that unique factorisation of polynomials is naturally stated as 'up to constants'. In any case anyone who wants to know the standard usage on unique factorisation in more abstract contexts has to get over this hurdle. User:Charles Matthews 10:39, 1 May 2004 (UTC) ::::::Elektron, I just wanted to re-assure you that what Charles and Zundark are saying is standard undergraduate mathematics (and has been for decades) and not some wacky left-field thing. "Uniqueness up to" is a pervasive and undoubtedly useful concept in algebra, although it may seem a little odd when meeting it for the first time. User:Pcb21 User_talk:Pcb21 09:06, 4 May 2004 (UTC) -1, 0, and 1 are ''not'' prime, by definition, because that definition is more useful than one that includes them. --LDC :When discussing primes it has always been the convention to assume we are only discussing primes in N: this is not a Wikipedia convention, it is found in all number theory AFAIK. When discussing negative primes (those not in N but found in Z) people will usually clearly identify this as such. Most mathematicians do not regard negative primes as particularly interesting, however one day someone may discover some fascinating property exclusive to negative primes and change this attitude. :The definition of 1, 0 and -1 as neither prime nor composite occurred because (as LDC rightly pointed out) there was no perceived benefit to a prime definition that included them, and it messed up an otherwise very useful definition. Until someone can prove that there is a genuine benefit to changing this definition (which has been around for several hundred years) this will probably remain the case. The quotient of 1/0 is left as "undefined" for similar reasons - having a defined value for 1/0 only messes things up and doesn't serve any (identified) useful purpose. :A request - could someone (Axel, LDC, other?) write the article on illegal prime? It sounds really interesting and I was keen to learn the rest of the story. - User:MMGB The reason that 1, 0, -1 are not considered prime nor composite can be best explained by thinking in terms of the concepts of general ring theory. We are looking at a commutative ring with unity. Prime elements in these rings are usually defined as elements ''p'' such that whenever ''p'' divides ''ab'', then either ''p'' divides ''a'' or ''p'' divides ''b''. EXCEPT that we exclude those elements that trivially divide everything in ring, in the case of the integers, these elements are 1, -1, which are called the UNITS of the ring. A prime is defined as a non-zero, non-unit, that satisfies the above property. 1 and -1 are excluded because they trivially divide everything. Zero is excluded because it only divides itself, nothing else. The reason the NEGATIVE primes are considered not so interesting is that we only really care about primes "considered up to a unit", i.e. primes which differ by a unit element are identified or associated with each other. Since 1 and -1 are the only units, this means every class under this relation has 2 elements, namely itself and its opposite, -3 isn't important because it's ALREADY identified with 3 by multiplication up to the unit element -1. -------- ::I suggest the following shortest possible and correct definition of ''prime'' for the Wikipedia article "Prime number": ::''A prime number is a natural number with exactly two natural divisors.'' ::Hans Rosenthal (hans.rosenthal AT t-online.de -- replace AT by @ ) ::PS: Never forget that here we are just seeking for a fine and simple definition of the term ''prime number'' ! ==Ulam spiral== According the the article, the Ulam spiral question is an open one. However, there is information about the origin of this pattern in M. Gardner, Sixth Book of Mathematical Games, Scribner?s, 1971 if someone would look it up. Anyhow, one quick explanation is that any prime (excluding 2 and 3) is equal to a multiple of 6 +/- 1. The reason for this is as follows: Break the primes into 6 columns (http://www.geocities.com/~harveyh/Image_No/Plot_Lin.gif, from http://www.geocities.com/~harveyh/moreprimes.htm . Anything in column 2, 4, or 6 is divisible by 3. Anything that is in column 3 is divisible by 3. Those numbers form the basis for diagonal patterns when using a spiral since the spiral offsets these numbers by 1 in each loop (looking at one particular side of the loop). :Have also a look at the discussion in Talk:Ulam_spiral. There is probably not much mystery left in Ulam's spiral. User:FvdP 11:53 Nov 19, 2002 (UTC) ==Formulae for primes == Here are the explicit formula for prime numbers, twinprimes, number of primes, number of twinprimes. It was published in the Proceedings of the Indian Academy of Sciences and reviewed by other mathematical journals. The formula was examined as correct by world renowned mathematicians such as Dr.Paul Erdos, Dr.Halberstien and Dr. K.Ramachandra of TIFR. The four formulae were discovered by Venu Atiyolil in the year 1983 and are presented below in the pdf format. The proof may be difficult to follow to some mathematics students as the method of writing was from a world class School of Mathematics where the author was a research member. http://www.ias.ac.in/jarch/mathsci/92/00000050.pdf http://www.ias.ac.in/jarch/mathsci/92/00000051.pdf http://www.ias.ac.in/jarch/mathsci/92/00000052.pdf http://www.ias.ac.in/jarch/mathsci/92/00000053.pdf http://www.ias.ac.in/jarch/mathsci/93/00000068.pdf
See other meanings of words starting from letter: PPA | PB | PC | PD | PE | PF | PG | PH | PI | PJ | PK | PL | PM | PN | PO | PR | PS | PT | PU | PW | PX | PY | PZ |Words begining with Prime_number: Prime_number Prime_number Prime_Numbers Prime_numbers Prime_numbers Prime_Number_Shitting_Bear Prime_Number_Shitting_Bear Prime_number_shitting_bear Prime_number_spiral Prime_number_theorem Prime_number_theorem Prime_number_theory |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
These materials are based on Wikipedia and licensed under the GNU FDL
YouTube.com videos better site than Turbo Tax 2007 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|