src/HOL/Quot/FRACT.ML
author paulson
Tue, 01 Jul 1997 17:34:42 +0200
changeset 3477 3aced7fa7d8b
parent 2906 171dedbc9bdb
child 3842 b55686a7b22c
permissions -rw-r--r--
New theorem priK_inj_eq, injectivity of priK

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

*)
open FRACT;

goalw thy [per_def,per_NP_def]
"(op ===)=(%x y.fst(rep_NP x)*snd(rep_NP y)=fst(rep_NP y)*snd(rep_NP x))";
fr refl;
qed "inst_NP_per";


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