# HG changeset patch # User wenzelm # Date 972491581 -7200 # Node ID f12ff6a4bc7bea6fada90d5029bf1d956c09ee27 # Parent b4f7f8693f8e3e86c89ee9d7d6ad60a10220bb5a tuned names; diff -r b4f7f8693f8e -r f12ff6a4bc7b src/HOL/Library/Quotient.thy --- a/src/HOL/Library/Quotient.thy Wed Oct 25 18:32:40 2000 +0200 +++ b/src/HOL/Library/Quotient.thy Wed Oct 25 18:33:01 2000 +0200 @@ -27,9 +27,9 @@ eqv :: "('a::eqv) => 'a => bool" (infixl "\" 50) axclass equiv < eqv - eqv_refl [intro]: "x \ x" - eqv_trans [trans]: "x \ y ==> y \ z ==> x \ z" - eqv_sym [elim?]: "x \ y ==> y \ x" + equiv_refl [intro]: "x \ x" + equiv_trans [trans]: "x \ y ==> y \ z ==> x \ z" + equiv_sym [elim?]: "x \ y ==> y \ x" text {* \medskip The quotient type @{text "'a quot"} consists of all