From f314c2a91775739f581ab8bacbeb58f57e2d4871 Mon Sep 17 00:00:00 2001 From: filliatr Date: Fri, 13 Jun 2003 12:12:08 +0000 Subject: FSets, mais pas compile' par make world git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4150 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/Wf_Z.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/ZArith') diff --git a/theories/ZArith/Wf_Z.v b/theories/ZArith/Wf_Z.v index 5dfc8ac8eb..122de1e2de 100644 --- a/theories/ZArith/Wf_Z.v +++ b/theories/ZArith/Wf_Z.v @@ -146,7 +146,7 @@ Apply lt_reg_r; Auto. Intuition; Elim H1; Simpl; Trivial. Qed. -Lemma Z_rec : (P:Z->Type)(P `0`) -> +Lemma natlike_rec2 : (P:Z->Type)(P `0`) -> ((z:Z)`0 (P (Zpred z)) -> (P z)) -> (z:Z)`0<=z` -> (P z). Proof. Intros P Ho Hrec z; Pattern z; Apply (well_founded_induction_type Z R R_wf). -- cgit v1.2.3