src/HOL/Quot/NPAIR.ML
author wenzelm
Tue, 24 Aug 1999 11:50:58 +0200
changeset 7333 6cb15c6f1d9f
parent 5858 beddc19c107a
permissions -rw-r--r--
isar: no_pos flag;

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