# HG changeset patch # User nipkow # Date 1435578561 -7200 # Node ID 9627a75eb32ad4042a488beec90fb8542ce18f8a # Parent dd4253d5dd82cfed41b25781d5bac97aa849af7d corrected typo diff -r dd4253d5dd82 -r 9627a75eb32a src/Doc/Prog_Prove/Logic.thy --- a/src/Doc/Prog_Prove/Logic.thy Tue Jun 16 11:31:22 2015 +0200 +++ b/src/Doc/Prog_Prove/Logic.thy Mon Jun 29 13:49:21 2015 +0200 @@ -813,7 +813,7 @@ text{* The single @{text r} step is performed after rather than before the @{text star'} steps. Prove @{prop "star' r x y \ star r x y"} and -@{prop "star r x y \ star r' x y"}. You may need lemmas. +@{prop "star r x y \ star' r x y"}. You may need lemmas. Note that rule induction fails if the assumption about the inductive predicate is not the first assumption. \endexercise