src/HOL/Quot/FRACT.ML
author wenzelm
Thu, 08 Jul 1999 18:27:01 +0200
changeset 6924 7e166f8d412e
parent 6162 484adda70b65
child 8791 50b650d19641
permissions -rw-r--r--
Theorems involving oracles will be printed with a suffixed \verb|[!]|;

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

*)

Goalw [per_def,per_NP_def]
"(op ===)=(%x y. fst(rep_NP x)*snd(rep_NP y)=fst(rep_NP y)*snd(rep_NP x))";
by (rtac refl 1);
qed "inst_NP_per";


Goalw [half_def] "half = <[abs_NP(n,2*n)]>";
by (rtac per_class_eqI 1);
by (simp_tac (simpset() addsimps [inst_NP_per]) 1);
qed "test";