src/HOL/Quot/NPAIR.ML
author wenzelm
Wed, 08 Mar 2000 17:48:31 +0100
changeset 8364 0eb9ee70c8f8
parent 5858 beddc19c107a
permissions -rw-r--r--
added Isar/rule_cases.ML;

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

*)
open NPAIR;

Goalw [rep_NP_def] "rep_NP(abs_NP np) = np";
by Auto_tac;
qed "rep_abs_NP";

Addsimps [rep_abs_NP];

Goalw [per_NP_def] "eqv (x::NP) y ==> eqv y x";
by Auto_tac;
qed "per_sym_NP";