From cf8259ccd6383366bcb324d67e6df7d1c768cacc Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 14 Nov 2003 15:11:29 +0000 Subject: Ordre standard pour l'associativite git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4908 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/ring/NArithRing.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/ring') diff --git a/contrib/ring/NArithRing.v b/contrib/ring/NArithRing.v index 018503dc8a..65814a1400 100644 --- a/contrib/ring/NArithRing.v +++ b/contrib/ring/NArithRing.v @@ -30,9 +30,9 @@ Save. Definition NTheory : (Semi_Ring_Theory Nplus Nmult (Pos xH) Nul Neq). Split. Apply Nplus_comm. - Symmetry; Apply Nplus_assoc. + Apply Nplus_assoc. Apply Nmult_comm. - Symmetry; Apply Nmult_assoc. + Apply Nmult_assoc. Apply Nplus_0_l. Apply Nmult_1_l. Apply Nmult_0_l. -- cgit v1.2.3