src/Tools/isac/Knowledge/Integrate.thy
changeset 59973 8a46c2e7c27a
parent 59903 5037ca1b112b
child 59997 46fe5a8c3911
     1.1 --- a/src/Tools/isac/Knowledge/Integrate.thy	Wed May 13 12:14:49 2020 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/Integrate.thy	Wed May 13 16:10:22 2020 +0200
     1.3 @@ -331,7 +331,7 @@
     1.4  
     1.5  (** problems **)
     1.6  setup \<open>KEStore_Elems.add_pbts
     1.7 -  [(Specify.prep_pbt thy "pbl_fun_integ" [] Problem.id_empty
     1.8 +  [(Problem.prep_input thy "pbl_fun_integ" [] Problem.id_empty
     1.9        (["integrate","function"],
    1.10          [("#Given" ,["functionTerm f_f", "integrateBy v_v"]),
    1.11            ("#Find"  ,["antiDerivative F_F"])],
    1.12 @@ -339,7 +339,7 @@
    1.13          SOME "Integrate (f_f, v_v)", 
    1.14          [["diff","integration"]])),
    1.15      (*here "named" is used differently from Differentiation"*)
    1.16 -    (Specify.prep_pbt thy "pbl_fun_integ_nam" [] Problem.id_empty
    1.17 +    (Problem.prep_input thy "pbl_fun_integ_nam" [] Problem.id_empty
    1.18        (["named","integrate","function"],
    1.19          [("#Given" ,["functionTerm f_f", "integrateBy v_v"]),
    1.20            ("#Find"  ,["antiDerivativeName F_F"])],
    1.21 @@ -357,7 +357,7 @@
    1.22    in
    1.23      (Rewrite_Set_Inst [(''bdv'', v_v)] ''integration'') t_t)"
    1.24  setup \<open>KEStore_Elems.add_mets
    1.25 -    [Specify.prep_met thy "met_diffint" [] Method.id_empty
    1.26 +    [Method.prep_input thy "met_diffint" [] Method.id_empty
    1.27  	    (["diff","integration"],
    1.28  	      [("#Given" ,["functionTerm f_f", "integrateBy v_v"]), ("#Find"  ,["antiDerivative F_F"])],
    1.29  	      {rew_ord'="tless_true", rls'=Atools_erls, calc = [], srls = Rule_Set.empty, prls=Rule_Set.empty,
    1.30 @@ -375,7 +375,7 @@
    1.31      (Rewrite_Set_Inst [(''bdv'', v_v)] ''integration'')
    1.32      ) t_t)"
    1.33  setup \<open>KEStore_Elems.add_mets
    1.34 -    [Specify.prep_met thy "met_diffint_named" [] Method.id_empty
    1.35 +    [Method.prep_input thy "met_diffint_named" [] Method.id_empty
    1.36  	    (["diff","integration","named"],
    1.37  	      [("#Given" ,["functionTerm f_f", "integrateBy v_v"]),
    1.38  	        ("#Find"  ,["antiDerivativeName F_F"])],