Interstellar medium: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Citation bot
m [487]Add: year, issue, pages. Tweak: last2, pages, last3, last4, last5, last6. Formatted dashes. | fconaway
en>Jdaloner
m Updated "intergalactic space" link in article introduction.
Line 1: Line 1:
{{about|Euler's theorem in number theory|other meanings|List of topics named after Leonhard Euler}}
Selected of the writer is generally Adrianne Quesada. Managing people is what she could in her day task but she's always wished her own business. Her husband doesn't like thought the way she carries out but what she especially likes doing is regarding bake but she's believing on starting something new. [http://Browse.deviantart.com/?qh=&section=&global=1&q=Vermont Vermont] are where her house has always been. Her husband and her maintain a website. You might wish to check it out: http://prometeu.net<br><br>Also visit my web blog :: [http://prometeu.net clash of clans hack password.txt]
In [[number theory]], '''Euler's theorem''' (also known as the '''Fermat–Euler theorem''' or '''Euler's totient theorem''') states that if ''n'' and ''a'' are [[coprime]] positive integers, then
:<math>a^{\varphi (n)} \equiv 1 \pmod{n}</math>
where φ(''n'') is [[Euler's totient function]]. (The notation is explained in the article [[Modular arithmetic]].)  In 1736, [[Euler]] published his proof of [[Fermat's little theorem]],<ref>See:
*  Leonhard Euler (presented:  August 2, 1736; published: 1741) [http://books.google.com/books?id=-ssVAAAAYAAJ&pg=RA1-PA141#v=onepage&q&f=false "Theorematum quorundam ad numeros primos spectantium demonstratio"] (A proof of certain theorems regarding prime numbers), ''Commentarii academiae scientiarum Petropolitanae'', '''8''' : 141–146.
*  For further details on this paper, including an English translation, see:  [http://www.math.dartmouth.edu/~euler/pages/E054.html The Euler Archive].</ref> which [[Pierre de Fermat|Fermat]] had presented without proof.  Subsequently, Euler presented other proofs of the theorem, culminating with "Euler's theorem" in his paper of 1763, in which he attempted to find the smallest exponent for which Fermat's little theorem was always true.<ref>See:
*  L. Euler (published: 1763) [http://books.google.com/books?id=5uEAAAAAYAAJ&pg=PA74#v=onepage&q&f=false "Theoremata arithmetica nova methodo demonstrata"] (Proof of a new method in the theory of arithmetic), ''Novi Commentarii academiae scientiarum Petropolitanae'', '''8''' : 74–104.  Euler's theorem appears as "Theorema 11" on page 102.  This paper was first presented to the Berlin Academy on June 8, 1758 and to the St. Petersburg Academy on October 15, 1759.  In this paper, Euler's totient function, φ(''n''), is not named but referred to as "numerus partium ad ''N'' primarum" (the number of parts prime to ''N''; that is, the number of natural numbers that are smaller than ''N'' and relatively prime to ''N'').
*  For further details on this paper, see: [http://www.math.dartmouth.edu/~euler/pages/E271.html The Euler Archive].
*  For a review of Euler's work over the years leading to Euler's theorem, see: [http://people.wcsu.edu/sandifere/History/Preprints/Talks/Rowan%202005%20Euler's%20three%20proofs.pdf Ed Sandifer (2005) "Euler's proof of Fermat's little theorem"]</ref>
 
There is a converse of Euler's theorem: if the above congruence is true, then ''a'' and ''n'' must be coprime.
 
The theorem is a generalization of [[Fermat's little theorem]], and is further generalized by [[Carmichael function|Carmichael's theorem]].
 
The theorem may be used to easily reduce large powers modulo ''n''. For example, consider finding the ones place decimal digit of 7<sup>222</sup>, i.e. 7<sup>222</sup> (mod 10). Note that 7 and 10 are coprime, and {{nowrap|1=φ(10) = 4}}. So Euler's theorem yields {{nowrap|7<sup>4</sup> ≡ 1 (mod 10)}}, and we get 7<sup>222</sup> {{nowrap|≡ 7<sup>4 × 55 + 2</sup>}} {{nowrap|≡ (7<sup>4</sup>)<sup>55</sup> × 7<sup>2</sup>}} {{nowrap|≡ 1<sup>55</sup> × 7<sup>2</sup>}} {{nowrap|≡ 49 ≡ 9 (mod 10)}}.
 
In general, when reducing a power of ''a'' modulo ''n'' (where ''a'' and ''n'' are coprime), one needs to work modulo φ(''n'') in the exponent of ''a'':
:if ''x'' ≡ ''y'' (mod φ(''n'')), then ''a''<sup>''x''</sup> ≡ ''a''<sup>''y''</sup> (mod ''n'').
 
Euler's theorem also forms the basis of the [[RSA (algorithm)|RSA]] encryption system: encryption and decryption in this system together amount to exponentiating the original text by {{nowrap|''k''φ(''n'') + 1}} for some positive integer ''k'', so Euler's theorem shows that the decrypted result is the same as the original.
 
== Proofs ==
1. Euler's theorem can be proven using concepts from the [[group (mathematics)|theory of groups]]:<ref>Ireland & Rosen, corr. 1 to prop 3.3.2</ref>
The residue classes (mod ''n'') that are coprime to ''n'' form a group under multiplication (see the article [[Multiplicative group of integers modulo n]] for details.) [[Lagrange's theorem (group theory)|Lagrange's theorem]] states that the order of any subgroup of a finite group divides the order of the entire group, in this case φ(''n''). If ''a'' is any number coprime to ''n'' then ''a'' is in one of these residue classes, and its powers ''a'', ''a''<sup>2</sup>, ..., ''a''<sup>''k''</sup> &equiv; 1 (mod ''n'') are a subgroup. Lagrange's theorem says ''k'' must divide φ(''n''), i.e. there is an integer ''M'' such that ''kM'' = φ(''n''). But then,
:<math>
a^{\varphi(n)} =
a^{kM} =
(a^{k})^M \equiv
1^M =
1 \pmod{n}.
</math>
 
2. There is also a direct proof:<ref>Hardy & Wright, thm. 72</ref><ref>Landau, thm. 75</ref> Let ''R'' = {''x''<sub>1</sub>, ''x''<sub>2</sub>, ..., ''x''<sub>φ(''n'')</sub>} be a [[reduced residue system]] (mod  ''n'') and let ''a'' be any integer coprime to ''n''. The proof hinges on the fundamental fact that multiplication by ''a'' permutes the ''x''<sub>''i''</sub>: in other words if ''ax''<sub>''j''</sub>  &equiv; ''ax''<sub>''k''</sub>  (mod ''n'') then ''j'' = ''k''. (This law of cancellation is proved in the article [[Multiplicative_group_of_integers_modulo_n#Group_axioms|Multiplicative group of integers modulo n]].<ref>See [[Bézout's lemma]]</ref>) That is, the sets ''R'' and ''aR'' = {''ax''<sub>1</sub>, ''ax''<sub>2</sub>, ..., ''ax''<sub>φ(''n'')</sub>}, considered as sets of congruence classes (mod ''n''), are identical (as sets - they may be listed in different orders), so the product of all the numbers in ''R'' is congruent (mod ''n'') to the product of all the numbers in ''aR'':
:<math>
\prod_{i=1}^{\varphi(n)} x_i \equiv
\prod_{i=1}^{\varphi(n)} ax_i \equiv
a^{\varphi(n)}\prod_{i=1}^{\varphi(n)} x_i \pmod{n},
</math> and using the cancellation law to cancel the ''x''<sub>''i''</sub>s gives Euler's theorem:
 
:<math>
a^{\varphi(n)}\equiv 1 \pmod{n}.
</math>
 
==See also==
* [[Carmichael function]]
* [[Euler's criterion]]
* [[Fermat's little theorem]]
* [[Wilson's theorem]]
 
==Notes==
{{reflist}}
 
==References==
The ''[[Disquisitiones Arithmeticae]]'' has been translated from Gauss's Ciceronian Latin into English and German. The German edition includes all of his papers on number theory: all the proofs of quadratic reciprocity, the determination of the sign of the Gauss sum, the investigations into biquadratic reciprocity, and unpublished notes.
 
*{{citation
  | last1 = Gauss  | first1 = Carl Friedrich
  | last2 = Clarke | first2 = Arthur A. (translator into English) 
  | title = Disquisitiones Arithemeticae (Second, corrected edition)
  | publisher = [[Springer Publishing|Springer]]
  | location = New York
  | date = 1986
  | isbn = 0-387-96254-9}}
*{{citation
  | last1 = Gauss  | first1 = Carl Friedrich
  | last2 = Maser | first2 = H. (translator into German) 
  | title = Untersuchungen uber hohere Arithmetik (Disquisitiones Arithemeticae & other papers on number theory) (Second edition)
  | publisher = Chelsea
  | location = New York
  | date = 1965
  | isbn = 0-8284-0191-8}}
*{{citation
  | last1 = Hardy  | first1 = G. H.
  | last2 = Wright | first2 = E. M.
  | title = An Introduction to the Theory of Numbers (Fifth edition)
  | publisher = [[Oxford University Press]]
  | location = Oxford
  | date = 1980
  | isbn = 978-0-19-853171-5}}
*{{citation
  | last1 = Ireland  | first1 = Kenneth
  | last2 = Rosen  | first2 = Michael
  | title = A Classical Introduction to Modern Number Theory (Second edition)
  | publisher = [[Springer Science+Business Media|Springer]]
  | location = New York
  | date = 1990
  | isbn = 0-387-97329-X}}
*{{citation
  | last1 = Landau | first1 = Edmund
  | title = Elementary Number Theory
  | publisher = Chelsea
  | location = New York
  | date = 1966}}
 
== External links ==
* {{mathworld|EulersTotientTheorem|Euler's Totient Theorem}}
* [http://planetmath.org/encyclopedia/EulersTheorem.html Euler's Theorem] at [http://planetmath.org PlanetMath]
 
[[Category:Modular arithmetic]]
[[Category:Theorems in number theory]]
[[Category:Articles containing proofs]]
{{Link GA|es}}

Revision as of 14:25, 26 February 2014

Selected of the writer is generally Adrianne Quesada. Managing people is what she could in her day task but she's always wished her own business. Her husband doesn't like thought the way she carries out but what she especially likes doing is regarding bake but she's believing on starting something new. Vermont are where her house has always been. Her husband and her maintain a website. You might wish to check it out: http://prometeu.net

Also visit my web blog :: clash of clans hack password.txt