src/HOL/Quot/FRACT.ML
author wenzelm
Sun, 31 Oct 1999 20:11:23 +0100
changeset 7990 0a604b2fc2b1
parent 6162 484adda70b65
child 8791 50b650d19641
permissions -rw-r--r--
updated;

(*  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";