تعريف
Soient $$a$$ et $$b$$ deux entiers relatifs non nuls. $$\textbf{Le Plus Grand Commun Diviseur }$$ de $$a$$ et $$b$$, est le plus grand des diviseurs positifs communs à a et b.
$$\textbf{Le Plus Petit commun multiple }$$ de $$a$$ et $$b$$, est le plus petit des multiples strictement positifs communs à a et b.
Remarque
On dit que $$a$$ et $$b$$ sont premiers entre eux, si leur PGCD est égale à $$ 1 \\$$ "$$a \wedge b =1$$".
éL'Algorithme d'Euclide est un Algorithme qui permet de déterminer le PGCD de deux nombres.
تطبيق
Soient $$x$$ et $$y$$ deux éléments de $$\mathbb{N^*}$$
$$\textbf{Méthode 1}$$ "Sans utiliser l'Algorithme d'Euclide"
$$\textbf{Méthode 2}$$ En utilisant l'Algorithme d'EUCLIDE On a:
Soient $$a$$ et $$b$$ deux éléments de $$\mathbb{Z^*}$$
$$a \wedge b$$ = $$d \Leftrightarrow \exists (\alpha, \beta) \in \mathbb{Z}^2 a=d \alpha$$ et $$b=d \beta$$ et $$\alpha \wedge \beta =1$$
خاصية
Soient $$a$$ et $$b$$ deux éléments de $$\mathbb{Z}^*$$
$$a \wedge b = d \Rightarrow \exists (u,v) \in \mathbb{Z}^2 / d=au+bv$$
مثال
$$6 \wedge 8=2$$ avec $$2=6.3+8.(-2)$$ et $$2=6.(-1)+8.1$$
مثال
$$6.5+8.(-3)=6$$ n'implique pas que $$6 \wedge 8=6$$
نظرية
Théorème de Bezout Soient $$a$$ et $$b$$ deux éléments de $$\mathbb{Z^*}\\[0.2cm]$$ $$a \wedge b =1 \Leftrightarrow \exists (u,v) \in \mathbb{Z} \quad au+bv=1$$
برهان
1-$$a \wedge b =1 \Rightarrow \exists (u,v)\in \mathbb{Z}^2 \quad au+bv=1\\[0.2cm]$$ 2-Supposons que: $$\exists (u,v) \in \mathbb{Z}^2 / au+bv=1 \\$$ On pose: $$a \wedge b =d\\$$ On a: $$a \wedge b =d \Rightarrow$$ $$\left\{ \begin{array}{lcl} d/a\\ d/b \\ \end{array} \Rightarrow d/ (au+bv) \\ \Rightarrow d /1\\ \Rightarrow d=1 \right.\\$$ D'où $$a \wedge b =1$$
تطبيق
1-Montrer que: $$\forall n \in \mathbb{Z} n \wedge (n+1)=1\\[0.2cm]$$ 2-Montrer que: $$\forall n \in \mathbb{Z} (5n+3) \wedge (2n+1)=1$$
Soient $$a$$, $$b$$ et $$c$$ des éléments de $$\mathbb{Z^*}$$ On a: $$\left\{ \begin{array}{lcl} a /bc \\ a \wedge b =1 \\ \end{array} \right. \Rightarrow a/c $$
برهان
On a:
$$ \\ a \wedge b=1 \Rightarrow \exists (u,v) \in \mathbb{Z} a u+b v=1 \Rightarrow c a u+c b v=c \\$$ Puisque: $$ a/b c$$ alors: $$\exists k \in \mathbb{Z} a k=b c \\$$ en remplaçant $$b c$$ par $$a k$$ dans l'équation: $$c a u+c b v=c$$ Nous obtenons: $$\\ a c u+a k v=c \Rightarrow a(cu+kv)=c \\$$ D'où: $$a/c$$
Soient $$a$$, $$b$$ et $$c$$ des éléments de $$\mathbb{Z^*}$$. On a: $$\left\{ \begin{array}{lcl} a/c \\ b/c \\ a \wedge b=1\\ \end{array} \right. \Rightarrow ab/c $$
Soient $$a$$, $$b$$ et $$c$$ des éléments de $$\mathbb{Z^*}$$, et $$m$$ et $$n$$ des éléments de $$\mathbb{N^*}$$ On a: $\\[0.2cm]$ 1-$$\left\{ \begin{array}{lcl} a \wedge b =1 \\ a \wedge c =1 \\ \end{array} \right. \Leftrightarrow a \wedge bc =1 \\[0.2cm] $$ 2-$$a \wedge b =1 \Leftrightarrow a \wedge b^n =1 \\[0.2cm]$$ 3-$$a \wedge b=1 \Leftrightarrow a^n \wedge b^n =1$$
تعريف
Une équation diophantienne est une équation de la forme $$ax+by=c $$ où les coefficients $$a,b$$ et $$c$$ sont des nombres entiers relatifs et dont les solutions recherchées $$x$$ et $$y$$ sont également des entiers relatifs.
خاصية
Soient $$a$$, $$b$$ et $$c$$ des entiers relatifs. $\\$ L'équation $$ax+by=c$$ admet une solution sur $$\mathbb{Z}^2$$ si et seulement $\\$ si $$(a \wedge b)/c$$
[kezakoo section ="propriete"]Soient $$a,b$$ et $$c$$ des entiers relatifs tels que:$$(a \wedge b)/c \\ $$ Si le couple $$(x_0;y_0)$$ est une solution de l'équation $$(E):ax+by=c$$, alors l'ensemble des solutions de l'équation $$(E)$$ s'écrit sous la forme: $$\\[0.2cm] S= \{(x_0+k\frac{b}{a \wedge b};y_0-k\frac{a}{a\wedge b})/k \in \mathbb{Z} \}$$
تطبيق
Résoudre dans $$\mathbb{Z}^2$$ les équations suivantes: $\\[0.2cm]$ 1-$$5x+20y=7\\[0.2cm]$$ 2-$$54x+21y=906$$
لمواصلة هذا الملخص، قم بالتسجيل بالمجان في كيزاكو