« Arithmétique/PGCD » : différence entre les versions

Contenu supprimé Contenu ajouté
m ajout navigateur de chapitre
m Bot : Remplacement de texte automatisé (-\b([Cc][’'])est +[àa] +dire\b +\1est-à-dire)
Ligne 41 :
=== Propriétés du PGCD ===
{{Propriété|contenu=
Si on multiplie deux entiers naturels non nuls <math>a\,</math> et <math>b\,</math> par un même entier naturel <math>k\,</math>, leur PGCD est multiplié par <math>k\,</math>, c'est -à -dire :<br />
<math>pgcd(ka,kb) = k\times pgcd(a,b)</math>.
}}<br />
Ligne 59 :
 
{{Définition|contenu=
<math>a\,</math> et <math>b\,</math> désignent deux entiers relatifs non nuls. Le PGCD de <math>a\,</math> et <math>b\,</math> est égal au PGCD de <math>|a|\,</math> et <math>|b|\,</math>, c'est -à -dire <math>pgcd(a,b)=pgcd(|a|,|b|).\,</math>
}}<br />
'''Remarques :'''