Função totiente de Euler: diferenças entre revisões

Conteúdo apagado Conteúdo adicionado
Função totiente estava repetida
m format. <math> e pontuação, -predef's obsoletas, Ficheiro → Imagem, File → Imagem +correções semiautomáticas (v0.39/3.1.37)
Linha 1:
[[FicheiroImagem:EulerPhi.svg|thumb|300px|A função φ de Euler.]]
A '''função totiente''', por vezes também chamada de '''função tociente''', ou '''função phi (fi)''', – representada por φ(x) – é, na [[teoria dos números]], definida para um [[número natural]] ''x'' como sendo igual à quantidade de números menores ou igual a ''x'' [[co-primo]]s com respeito a ele. Matematicamente:
 
: <math display="block">\varphi(x) = \sharp\{n \in \mathbb{N} | n \leq x \and \mathrm{mdc}(n, x) = 1\}</math>
 
Por exemplo, φ(8) = 4, uma vez que 1, 3, 5 e 7 são co-primos de 8. Um outro exemplo, φ(1) = 1 pois mdc(1, 1) = 1. A função é por vezes chamada ''função totiente de Euler'', pois foi o matemático [[Suíça|suíço]] [[Leonhard Euler]] quem a determinou. A função totiente é também chamada simplesmente por função fi, por ser essa (φ) a letra grega usada para representá-la.
Linha 11:
 
== Calculando os valores da função ==
Se <math>n = p_1^{k_1} \cdots p_r^{k_r},</math> onde os <math>p_j</math> são os fatores primos (distintos) de <math>n,</math> então pode-se determinar o valor da função em <math>n:</math>
 
:<math display="block">\varphi(n)=(p_{1}-1)p_{1}^{k_{1}-1} \cdots (p_{r}-1)p_{r}^{k_{r}-1}.</math>
 
A última fórmula é um [[produto de Euler]] e frequentemente se escreve como:
Linha 24:
 
== Propriedades da função ==
 
Se <math>2 \le n \in \mathbb{N}.</math> Então:
 
:<math display="block">\frac {\sqrt{n}}{2} \le \varphi(n) \le n-1</math>
 
Prova: <math>\varphi(n) = n-1 \Longleftrightarrow n</math> é primo, se <math>n</math> não é primo então <math>\varphi(n) < n-1.</math> Agora só é necessário provar que <math> \frac{\sqrt{n}}{2} \le \phi(n).</math>
 
Prova: Se <math>n = 2^{a_0} \cdots (p_{r})^{a_{r}}</math> sendo <math>2 < p_{1} < p_{2} \cdots p_{r}</math> primos, e <math>a_{0} \ge 0,a_{1},a_{2} \cdots ,a_{r} \ge 1</math> inteiros.
Linha 35 ⟶ 34:
<math>\varphi(n) = \varphi(2^{a_{0}})p_1^{a_{1}-1} \cdots p_r^{a_{r}-1}(p_{1}-1) \cdots (p_{r}-1)</math> onde <math>\varphi(2^{a_{0}}) = 1</math> se <math>a_{0} = 0 \quad</math> ou <math>2^{a_{0}-1}\quad</math> se <math>a_{0} \ge 1 \quad,</math> segue então:
 
:<math display="block">\varphi(n) \ge \varphi(2^a_{0})p_1^{\left ( \frac{a_{1}-1}{2} \right)} \cdots p_r^\left ( \frac{a_{r}-1}{2} \right) \sqrt{p_{1}} \cdots \sqrt{p_{r}} = \left ( \frac{\varphi(2^a_{0})}{2^{\left ( \frac{a_{0}}{2} \right )}} \right )p_1^{\left ( \frac{a_{1}}{2} \right)}p_2^{\left ( \frac{a_{2}}{2} \right)} \cdots p_r^{\left ( \frac{a_{r}}{2} \right)} = \left ( \frac{\varphi(2^a_{0})}{2^{\left ( \frac{a_{0}}{2} \right )}} \right )\sqrt{n} \ge \left ( \frac{1}{2} \right ) \sqrt{n}</math>
 
O que conclui a prova.
{{esboço-matemática}}
 
== {{Ver também}} ==
 
== {{Ver também}} ==
{{div col}}
* [[Função divisor]]
Linha 49 ⟶ 46:
 
== Bibliografia ==
* [[Milton Abramowitz]] and [[Irene A. Stegun]], ''[[Handbook of Mathematical Functions]]'', (1964) [[Dover Publications]], New York. ISBN 0-486-61272-4. See paragraph 24.3.2.
* [[Eric Bach]] and [[Jeffrey Shallit]], ''Algorithmic Number Theory'', volume 1, 1996, MIT Press. ISBN 0-262-02405-5, see page 234 in section 8.8.
* Kirby Urner, ''[http://groups.google.com/group/k12.ed.math/browse_thread/thread/19f74d278e88b65d/bd50b5ae25c74465?lnk=st&q=computing+euler+totient+function&rnum=4#bd50b5ae25c74465 Computing totient function in Python and scheme]'', (2003)
 
== Ligações externas ==
*[[Eric Bach]] and [[Jeffrey Shallit]], ''Algorithmic Number Theory'', volume 1, 1996, MIT Press. ISBN 0-262-02405-5, see page 234 in section 8.8.
* Miyata, Daisuke & Yamashita, Michinori, [http://www.ris.ac.jp/yamasita/open/mathconf-0.pdf Derived logarithmic function of Euler's function]
* Bordellès, Olivier, [http://les-mathematiques.u-strasbg.fr/phorum5/read.php?5,359275,359275 Numbers prime to ''q'' in <math>[1, n]</math>]
* [http://www.t209.com/article.php?art_id=26 Calcule ø(n)] para um número até 2<sup>31</sup>.
* [http://www.mat.unb.br/~maierr/tnotas.pdf Teoria dos Números]
 
{{esboço-matemática}}
*Kirby Urner, ''[http://groups.google.com/group/k12.ed.math/browse_thread/thread/19f74d278e88b65d/bd50b5ae25c74465?lnk=st&q=computing+euler+totient+function&rnum=4#bd50b5ae25c74465 Computing totient function in Python and scheme]'', (2003)
{{Portal3|Matemática}}
 
==Ligações externas==
*Miyata, Daisuke & Yamashita, Michinori, [http://www.ris.ac.jp/yamasita/open/mathconf-0.pdf Derived logarithmic function of Euler's function]
*Bordellès, Olivier, [http://les-mathematiques.u-strasbg.fr/phorum5/read.php?5,359275,359275 Numbers prime to ''q'' in <math>[1, n]</math>]
*[http://www.t209.com/article.php?art_id=26 Calcule ø(n)] para um número até 2<sup>31</sup>.
*[http://www.mat.unb.br/~maierr/tnotas.pdf Teoria dos Números]
 
[[Categoria:Leonhard Euler]]