# HG changeset patch # User wenzelm # Date 1006904260 -3600 # Node ID 8df202daf55d56d0365aeda607d25276216cb641 # Parent 67ca723a02ddc8d2b034a6c73fb324182f1d5c97 tuned declarations; diff -r 67ca723a02dd -r 8df202daf55d src/HOL/Divides.ML --- a/src/HOL/Divides.ML Wed Nov 28 00:37:08 2001 +0100 +++ b/src/HOL/Divides.ML Wed Nov 28 00:37:40 2001 +0100 @@ -508,12 +508,10 @@ Goalw [dvd_def] "n = m * k ==> m dvd n"; by (Blast_tac 1); qed "dvdI"; -AddXIs [dvdI]; Goalw [dvd_def] "!!P. [|m dvd n; !!k. n = m*k ==> P|] ==> P"; by (Blast_tac 1); qed "dvdE"; -AddXEs [dvdE]; Goalw [dvd_def] "m dvd (0::nat)"; by (blast_tac (claset() addIs [mult_0_right RS sym]) 1); diff -r 67ca723a02dd -r 8df202daf55d src/HOL/PreList.thy --- a/src/HOL/PreList.thy Wed Nov 28 00:37:08 2001 +0100 +++ b/src/HOL/PreList.thy Wed Nov 28 00:37:40 2001 +0100 @@ -12,7 +12,7 @@ Relation_Power + SVC_Oracle: (*belongs to theory Divides*) -declare dvd_trans [trans] +declare dvdI [intro?] dvdE [elim?] dvd_trans [trans] (*belongs to theory Wellfounded_Recursion*) declare wf_induct [induct set: wf]