From 699c507995fb9ede2eb752a01f90cf6d8caad4de Mon Sep 17 00:00:00 2001 From: emakarov Date: Tue, 23 Oct 2007 11:09:40 +0000 Subject: Added Numbers/Natural/Abstract/NIso.v that proves that any two models of natural numbers are isomorphic. Added NatScope and IntScope for abstract developments. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10247 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Numbers/Integer/Abstract/ZPlus.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Numbers/Integer/Abstract/ZPlus.v') diff --git a/theories/Numbers/Integer/Abstract/ZPlus.v b/theories/Numbers/Integer/Abstract/ZPlus.v index c22b346b43..bae74feca2 100644 --- a/theories/Numbers/Integer/Abstract/ZPlus.v +++ b/theories/Numbers/Integer/Abstract/ZPlus.v @@ -2,7 +2,7 @@ Require Export ZBase. Module ZPlusPropFunct (Import ZAxiomsMod : ZAxiomsSig). Module Export ZBasePropMod := ZBasePropFunct ZAxiomsMod. -Open Local Scope NatIntScope. +Open Local Scope IntScope. Theorem Zplus_0_l : forall n : Z, 0 + n == n. Proof NZplus_0_l. -- cgit v1.2.3