From 78b8f01fab336ac00d13c62771f5d7a4a1dcd8d1 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 3 Aug 2004 17:43:13 +0000 Subject: Typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6010 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Arith/Arith.v | 3 +-- theories/Logic/Berardi.v | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/theories/Arith/Arith.v b/theories/Arith/Arith.v index 3f12927655..b076de2aff 100755 --- a/theories/Arith/Arith.v +++ b/theories/Arith/Arith.v @@ -15,7 +15,6 @@ Require Export Gt. Require Export Minus. Require Export Mult. Require Export Between. -Require Export Minus. Require Export Peano_dec. Require Export Compare_dec. -Require Export Factorial. \ No newline at end of file +Require Export Factorial. diff --git a/theories/Logic/Berardi.v b/theories/Logic/Berardi.v index cc38078f28..f612e92d2a 100644 --- a/theories/Logic/Berardi.v +++ b/theories/Logic/Berardi.v @@ -10,7 +10,7 @@ (** This file formalizes Berardi's paradox which says that in the calculus of constructions, excluded middle (EM) and axiom of - choice (AC) implie proof irrelevenace (PI). + choice (AC) imply proof irrelevance (PI). Here, the axiom of choice is not necessary because of the use of inductive types. << @@ -156,4 +156,4 @@ intros not_true is_true. elim not_true; trivial. Qed. -End Berardis_paradox. \ No newline at end of file +End Berardis_paradox. -- cgit v1.2.3