src/HOL/Quot/PER.ML
author nipkow
Fri, 28 Nov 1997 07:41:24 +0100
changeset 4321 2a2956ccb86c
parent 3842 b55686a7b22c
child 5069 3ea049f7979d
permissions -rw-r--r--
Removed dead code.

(*  Title:      HOL/Quot/PER.ML
    ID:         $Id$
    Author:     Oscar Slotosch
    Copyright   1997 Technische Universitaet Muenchen

*)
open PER;

goalw thy [fun_per_def,per_def] "f===g=(!x y. x:D&y:D&x===y-->f x===g y)";
by (rtac refl 1);
qed "inst_fun_per";

(* Witness that quot is not empty *)
goal thy "?z:{s.? r.!y. y:s=y===r}";
fr CollectI;
by (res_inst_tac [("x","x")] exI 1);
by (rtac allI 1);
by (rtac mem_Collect_eq 1);
qed "quotNE";