From dd866fe3894d3d7542b45fb881aa2280378b2ae4 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 27 Jun 2011 14:22:32 +0000 Subject: Znumtheory: a correct version of a compatibility Zdivide_intro git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14240 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/Znumtheory.v | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'theories') diff --git a/theories/ZArith/Znumtheory.v b/theories/ZArith/Znumtheory.v index 4371707dc..6eb1a7093 100644 --- a/theories/ZArith/Znumtheory.v +++ b/theories/ZArith/Znumtheory.v @@ -39,7 +39,10 @@ Notation Zggcd_opp := Z.ggcd_opp (only parsing). a generic existential predicate. *) Notation Zdivide := Z.divide (only parsing). -Notation Zdivide_intro := ex_intro (only parsing). + +(** Its former constructor is now a pseudo-constructor. *) + +Definition Zdivide_intro a b q (H:b=q*a) : Z.divide a b := ex_intro _ q H. (** Results concerning divisibility*) -- cgit v1.2.3