diff options
author | David A. Madore <david+git@madore.org> | 2010-10-21 18:56:21 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2010-10-21 18:56:21 +0200 |
commit | 3d6e4aa7064afc3b37fe3abd29089c6c6b398471 (patch) | |
tree | 12a3b705fe4f5902c8a791a9c6f91634843c2316 | |
parent | cb0f6b140963fd2969dcacd875bff5bc03dfc734 (diff) | |
download | infmdi720-3d6e4aa7064afc3b37fe3abd29089c6c6b398471.tar.gz infmdi720-3d6e4aa7064afc3b37fe3abd29089c6c6b398471.tar.bz2 infmdi720-3d6e4aa7064afc3b37fe3abd29089c6c6b398471.zip |
Rephrase more clearly.
-rw-r--r-- | rappels-maths.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rappels-maths.tex b/rappels-maths.tex index 7d05c81..1304284 100644 --- a/rappels-maths.tex +++ b/rappels-maths.tex @@ -313,7 +313,7 @@ entiers. La notation $\pgcd(\cdots)$ est évidemment la plus claire. \textbf{Quelques propriétés :} \begin{itemize} -\item le pgcd d'un seul entier $m$ est sa valeur absolue (et le pgcd de zéro +\item le pgcd d'un seul entier $m$ est $|m|$ (et le pgcd de zéro entiers est $0$), \item le pgcd est associatif (par exemple\\ $\pgcd(m_1,m_2,m_3) = \pgcd(\pgcd(m_1,m_2),m_3)$), |