From 3675bac6c38e0a26516e434be08bc100865b339b Mon Sep 17 00:00:00 2001 From: barras Date: Mon, 15 Dec 2003 19:48:24 +0000 Subject: modif existentielle (exists | --> exists ,) + bug d'affichage des pt fixes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5099 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/Zlogarithm.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/ZArith/Zlogarithm.v') diff --git a/theories/ZArith/Zlogarithm.v b/theories/ZArith/Zlogarithm.v index ba6d21c4d..30065d705 100644 --- a/theories/ZArith/Zlogarithm.v +++ b/theories/ZArith/Zlogarithm.v @@ -236,7 +236,7 @@ Fixpoint Is_power (p:positive) : Prop := end. Lemma Is_power_correct : - forall p:positive, Is_power p <-> ( exists y : nat | p = shift_nat y 1). + forall p:positive, Is_power p <-> (exists y : nat, p = shift_nat y 1). split; [ elim p; -- cgit v1.2.3