author | wenzelm |
Tue, 27 May 1997 15:45:07 +0200 | |
changeset 3362 | 0b268cff9344 |
parent 2904 | fc10751254aa |
child 3457 | a8ab7c64817c |
permissions | -rw-r--r-- |
2904 | 1 |
(* Title: HOL/Quot/PER.ML |
2 |
ID: $Id$ |
|
3 |
Author: Oscar Slotosch |
|
4 |
Copyright 1997 Technische Universitaet Muenchen |
|
5 |
||
6 |
*) |
|
7 |
open PER; |
|
8 |
||
9 |
goalw thy [fun_per_def,per_def] "f===g=(!x y.x:D&y:D&x===y-->f x===g y)"; |
|
10 |
br refl 1; |
|
11 |
qed "inst_fun_per"; |
|
12 |
||
13 |
(* Witness that quot is not empty *) |
|
14 |
goal thy "?z:{s.? r.!y.y:s=y===r}"; |
|
15 |
fr CollectI; |
|
16 |
by (res_inst_tac [("x","x")] exI 1); |
|
17 |
br allI 1; |
|
18 |
br mem_Collect_eq 1; |
|
19 |
qed "quotNE"; |