| 5528 |      1 | (*  Title:      ZF/EquivClass.thy
 | 
|  |      2 |     ID:         $Id$
 | 
|  |      3 |     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
 | 
|  |      4 |     Copyright   1994  University of Cambridge
 | 
|  |      5 | 
 | 
|  |      6 | Equivalence relations in Zermelo-Fraenkel Set Theory 
 | 
|  |      7 | *)
 | 
|  |      8 | 
 | 
|  |      9 | EquivClass = Rel + Perm + 
 | 
| 9333 |     10 | 
 | 
|  |     11 | constdefs
 | 
|  |     12 | 
 | 
|  |     13 |   quotient    :: [i,i]=>i    (infixl "'/'/" 90)  (*set of equiv classes*)
 | 
|  |     14 |       "A//r == {r``{x} . x:A}"
 | 
| 5528 |     15 | 
 | 
| 9333 |     16 |   congruent   :: [i,i=>i]=>o
 | 
|  |     17 |       "congruent(r,b) == ALL y z. <y,z>:r --> b(y)=b(z)"
 | 
| 5528 |     18 | 
 | 
| 9333 |     19 |   congruent2  :: [i,[i,i]=>i]=>o
 | 
|  |     20 |       "congruent2(r,b) == ALL y1 z1 y2 z2. 
 | 
| 5528 |     21 |            <y1,z1>:r --> <y2,z2>:r --> b(y1,y2) = b(z1,z2)"
 | 
|  |     22 | 
 | 
|  |     23 | end
 |