From a620103f70b8805359167773a2a4fc7e2b0e38f1 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sun, 15 Apr 2012 22:21:34 +0000 Subject: Fixing typo in previous commit r15180. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15181 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/Znumtheory.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/ZArith/Znumtheory.v b/theories/ZArith/Znumtheory.v index 2d4bfb2e3d..814b67322f 100644 --- a/theories/ZArith/Znumtheory.v +++ b/theories/ZArith/Znumtheory.v @@ -633,7 +633,7 @@ Lemma prime_mult : forall p:Z, prime p -> forall a b:Z, (p | a * b) -> (p | a) \/ (p | b). Proof. intro p; simple induction 1; intros. - case (Zdivide_dec p a); nintuition. + case (Zdivide_dec p a); intuition. right; apply Gauss with a; auto with zarith. Qed. -- cgit v1.2.3