diff -r 4b0ad6c5d1ca -r 0a8a75e400da src/HOL/Isar_Examples/Mutilated_Checkerboard.thy --- a/src/HOL/Isar_Examples/Mutilated_Checkerboard.thy Thu Apr 28 11:34:26 2016 +0200 +++ b/src/HOL/Isar_Examples/Mutilated_Checkerboard.thy Thu Apr 28 11:47:01 2016 +0200 @@ -20,7 +20,7 @@ for A :: "'a set set" where empty: "{} \ tiling A" -| Un: "a \ A \ t \ tiling A \ a \ - t \ a \ t \ tiling A" +| Un: "a \ t \ tiling A" if "a \ A" and "t \ tiling A" and "a \ - t" text \The union of two disjoint tilings is a tiling.\