NEWS
changeset 45014 0e847655b2d8
parent 44974 7762718f5e89
child 45016 a5d43ffc95eb
--- a/NEWS	Tue Sep 20 01:32:04 2011 +0200
+++ b/NEWS	Tue Sep 20 05:47:11 2011 +0200
@@ -76,6 +76,11 @@
 
 *** HOL ***
 
+* New proof method "induction" that gives induction hypotheses the name IH,
+thus distinguishing them from further hypotheses that come from rule
+induction.  The latter are still called "hyps".  Method "induction" is a thin
+wrapper around "induct" and follows the same syntax.
+
 * Class bot and top require underlying partial order rather than
 preorder: uniqueness of bot and top is guaranteed.  INCOMPATIBILITY.