From 4dafce245d8b392030f6e3b4628ac5dbfc432482 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 11 Nov 2000 13:09:42 +0000 Subject: Y avait des '.' non suivis d'un séparateur git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@847 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Zarith/auxiliary.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theories/Zarith/auxiliary.v b/theories/Zarith/auxiliary.v index de7ed41d3f..dbefbc47c7 100644 --- a/theories/Zarith/auxiliary.v +++ b/theories/Zarith/auxiliary.v @@ -129,9 +129,9 @@ Theorem dec_not_not : (P:Prop)(decidable P) -> (~P -> False) -> P. Unfold decidable; Tauto. Save. Theorem dec_True: (decidable True). -Unfold decidable; Auto with arith.Save. +Unfold decidable; Auto with arith. Save. Theorem dec_False: (decidable False). -Unfold decidable not; Auto with arith.Save. +Unfold decidable not; Auto with arith. Save. Theorem dec_or: (A,B:Prop)(decidable A) -> (decidable B) -> (decidable (A\/B)). Unfold decidable; Tauto. Save. Theorem dec_and: (A,B:Prop)(decidable A) -> (decidable B) ->(decidable (A/\B)). -- cgit v1.2.3