diff -r bb18eed53ed6 -r a1119cf551e8 src/HOL/Decision_Procs/ex/Approximation_Ex.thy --- a/src/HOL/Decision_Procs/ex/Approximation_Ex.thy Tue Aug 13 14:20:22 2013 +0200 +++ b/src/HOL/Decision_Procs/ex/Approximation_Ex.thy Tue Aug 13 16:25:47 2013 +0200 @@ -17,8 +17,8 @@ variables can be used, but each one need to be bounded by an upper and lower bound. -To specify the bounds either @{term "l\<^isub>1 \ x \ x \ u\<^isub>1"}, -@{term "x \ { l\<^isub>1 .. u\<^isub>1 }"} or @{term "x = bnd"} can be used. Where the +To specify the bounds either @{term "l\<^sub>1 \ x \ x \ u\<^sub>1"}, +@{term "x \ { l\<^sub>1 .. u\<^sub>1 }"} or @{term "x = bnd"} can be used. Where the bound specification are again arithmetic formulas containing variables. They can be connected using either meta level or HOL equivalence.