diff -r 91a2f79b546b -r 910dc065b869 src/Doc/Functions/Functions.thy --- a/src/Doc/Functions/Functions.thy Tue May 21 11:47:11 2019 +0200 +++ b/src/Doc/Functions/Functions.thy Tue May 21 11:30:30 2019 +0200 @@ -347,6 +347,15 @@ method a bit stronger: it can then use multiset orders internally. \ +subsection \Configuring simplification rules for termination proofs\ + +text \ + Since both \lexicographic_order\ and \size_change\ rely on the simplifier internally, + there can sometimes be the need for adding additional simp rules to them. + This can be done either as arguments to the methods themselves, or globally via the + theorem attribute \termination_simp\, which is useful in rare cases. +\ + section \Mutual Recursion\ text \