src/Pure/Isar/obtain.ML
author wenzelm
Sun, 14 Jun 2015 19:15:31 +0200
changeset 60475 4c65bd64bba4
parent 60461 22995ec9fefd
child 60477 051b200f7578
permissions -rw-r--r--
tuned comment;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
     1
(*  Title:      Pure/Isar/obtain.ML
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
     2
    Author:     Markus Wenzel, TU Muenchen
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
     3
60452
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
     4
Generalized existence and cases rules within Isar proof text.
8094
62b45a2e6ecb ObtainFun;
wenzelm
parents: 7923
diff changeset
     5
*)
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
     6
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
     7
signature OBTAIN =
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
     8
sig
60444
9945378d1ee7 tuned signature;
wenzelm
parents: 60415
diff changeset
     9
  val obtains_attributes: ('typ, 'term) Element.obtain list -> attribute list
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    10
  val parse_clause: Proof.context -> term ->
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    11
    (binding * typ option * mixfix) list -> string list -> term
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    12
  val read_obtains: Proof.context -> term -> Element.obtains -> (binding * term) list
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    13
  val cert_obtains: Proof.context -> term -> Element.obtains_i -> (binding * term) list
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    14
  val consider: Element.obtains_i -> bool -> Proof.state -> Proof.state
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    15
  val consider_cmd: Element.obtains -> bool -> Proof.state -> Proof.state
60453
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
    16
  val obtain: binding -> (binding * typ option * mixfix) list ->
36323
655e2d74de3a modernized naming conventions of main Isar proof elements;
wenzelm
parents: 35845
diff changeset
    17
    (Thm.binding * (term * term list) list) list -> bool -> Proof.state -> Proof.state
60453
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
    18
  val obtain_cmd: binding -> (binding * string option * mixfix) list ->
30211
556d1810cdad Thm.binding;
wenzelm
parents: 29581
diff changeset
    19
    (Attrib.binding * (string * string list) list) list -> bool -> Proof.state -> Proof.state
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
    20
  val result: (Proof.context -> tactic) -> thm list -> Proof.context ->
32199
82c4c570310a Variable.focus: named parameters;
wenzelm
parents: 32091
diff changeset
    21
    ((string * cterm) list * thm list) * Proof.context
36323
655e2d74de3a modernized naming conventions of main Isar proof elements;
wenzelm
parents: 35845
diff changeset
    22
  val guess: (binding * typ option * mixfix) list -> bool -> Proof.state -> Proof.state
655e2d74de3a modernized naming conventions of main Isar proof elements;
wenzelm
parents: 35845
diff changeset
    23
  val guess_cmd: (binding * string option * mixfix) list -> bool -> Proof.state -> Proof.state
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
    24
end;
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
    25
10379
93630e0c5ae9 improved handling of "that": insert into goal, only declare as Pure "intro";
wenzelm
parents: 9481
diff changeset
    26
structure Obtain: OBTAIN =
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
    27
struct
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
    28
60452
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
    29
(** specification elements **)
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
    30
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
    31
(* obtain_export *)
18670
c3f445b92aff uniform handling of fixes;
wenzelm
parents: 18643
diff changeset
    32
18870
020e242c02a0 tuned comments;
wenzelm
parents: 18769
diff changeset
    33
(*
18897
b31293969d4f obtain(_i): optional name for 'that';
wenzelm
parents: 18870
diff changeset
    34
  [x, A x]
b31293969d4f obtain(_i): optional name for 'that';
wenzelm
parents: 18870
diff changeset
    35
     :
b31293969d4f obtain(_i): optional name for 'that';
wenzelm
parents: 18870
diff changeset
    36
     B
b31293969d4f obtain(_i): optional name for 'that';
wenzelm
parents: 18870
diff changeset
    37
  --------
b31293969d4f obtain(_i): optional name for 'that';
wenzelm
parents: 18870
diff changeset
    38
     B
18870
020e242c02a0 tuned comments;
wenzelm
parents: 18769
diff changeset
    39
*)
21686
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    40
fun eliminate_term ctxt xs tm =
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    41
  let
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    42
    val vs = map (dest_Free o Thm.term_of) xs;
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    43
    val bads = Term.fold_aterms (fn t as Free v =>
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    44
      if member (op =) vs v then insert (op aconv) t else I | _ => I) tm [];
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    45
    val _ = null bads orelse
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    46
      error ("Result contains obtained parameters: " ^
24920
2a45e400fdad generic Syntax.pretty/string_of operations;
wenzelm
parents: 22568
diff changeset
    47
        space_implode " " (map (Syntax.string_of_term ctxt) bads));
21686
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    48
  in tm end;
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    49
60387
76359ff1090f more careful treatment of term bindings in 'obtain' proof body;
wenzelm
parents: 60383
diff changeset
    50
fun eliminate ctxt rule xs As thm =
9468
9adbcf6375c1 turned into plain context element;
wenzelm
parents: 9293
diff changeset
    51
  let
60387
76359ff1090f more careful treatment of term bindings in 'obtain' proof body;
wenzelm
parents: 60383
diff changeset
    52
    val _ = eliminate_term ctxt xs (Thm.full_prop_of thm);
76359ff1090f more careful treatment of term bindings in 'obtain' proof body;
wenzelm
parents: 60383
diff changeset
    53
    val _ = Object_Logic.is_judgment ctxt (Thm.concl_of thm) orelse
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
    54
      error "Conclusion in obtained context must be object-logic judgment";
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
    55
60387
76359ff1090f more careful treatment of term bindings in 'obtain' proof body;
wenzelm
parents: 60383
diff changeset
    56
    val ((_, [thm']), ctxt') = Variable.import true [thm] ctxt;
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
    57
    val prems = Drule.strip_imp_prems (#prop (Thm.crep_thm thm'));
9468
9adbcf6375c1 turned into plain context element;
wenzelm
parents: 9293
diff changeset
    58
  in
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
    59
    ((Drule.implies_elim_list thm' (map Thm.assume prems)
60315
c08adefc98ea more explicit context;
wenzelm
parents: 59970
diff changeset
    60
        |> Drule.implies_intr_list (map (Drule.norm_hhf_cterm ctxt') As)
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
    61
        |> Drule.forall_intr_list xs)
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
    62
      COMP rule)
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
    63
    |> Drule.implies_intr_list prems
60387
76359ff1090f more careful treatment of term bindings in 'obtain' proof body;
wenzelm
parents: 60383
diff changeset
    64
    |> singleton (Variable.export ctxt' ctxt)
9468
9adbcf6375c1 turned into plain context element;
wenzelm
parents: 9293
diff changeset
    65
  end;
9adbcf6375c1 turned into plain context element;
wenzelm
parents: 9293
diff changeset
    66
21686
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    67
fun obtain_export ctxt rule xs _ As =
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    68
  (eliminate ctxt rule xs As, eliminate_term ctxt xs);
4f5f6c685ab4 export: added explicit term operation;
wenzelm
parents: 21605
diff changeset
    69
9468
9adbcf6375c1 turned into plain context element;
wenzelm
parents: 9293
diff changeset
    70
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    71
(* result declaration *)
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    72
60444
9945378d1ee7 tuned signature;
wenzelm
parents: 60415
diff changeset
    73
fun obtains_attributes (obtains: ('typ, 'term) Element.obtain list) =
9945378d1ee7 tuned signature;
wenzelm
parents: 60415
diff changeset
    74
  let
9945378d1ee7 tuned signature;
wenzelm
parents: 60415
diff changeset
    75
    val case_names = obtains |> map_index (fn (i, (b, _)) =>
9945378d1ee7 tuned signature;
wenzelm
parents: 60415
diff changeset
    76
      if Binding.is_empty b then string_of_int (i + 1) else Name_Space.base_name b);
9945378d1ee7 tuned signature;
wenzelm
parents: 60415
diff changeset
    77
  in [Rule_Cases.consumes (~ (length obtains)), Rule_Cases.case_names case_names] end;
9945378d1ee7 tuned signature;
wenzelm
parents: 60415
diff changeset
    78
9945378d1ee7 tuned signature;
wenzelm
parents: 60415
diff changeset
    79
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    80
(* obtain thesis *)
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    81
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    82
fun obtain_thesis ctxt =
60446
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    83
  let
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    84
    val ([x], ctxt') =
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    85
      Proof_Context.add_fixes [(Binding.name Auto_Bind.thesisN, NONE, NoSyn)] ctxt;
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    86
    val t = Object_Logic.fixed_judgment ctxt x;
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    87
    val v = dest_Free (Object_Logic.drop_judgment ctxt t);
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    88
  in ((v, t), ctxt') end;
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    89
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    90
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    91
(* obtain clauses *)
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    92
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    93
local
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    94
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
    95
fun prepare_clause parse_prop ctxt thesis vars raw_props =
60446
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    96
  let
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    97
    val (xs', ctxt') = ctxt |> Proof_Context.add_fixes vars;
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    98
    val xs = map (Variable.check_name o #1) vars;
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
    99
  in
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   100
    Logic.list_implies (map (parse_prop ctxt') raw_props, thesis)
60454
a4c6b278f3a7 eliminated slightly odd Element.close_form: toplevel specifications have different policies than proof text elements;
wenzelm
parents: 60453
diff changeset
   101
    |> fold_rev (Logic.all_constraint (Variable.default_type ctxt')) (xs ~~ xs')
60446
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
   102
  end;
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
   103
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   104
fun prepare_obtains prep_var parse_prop ctxt thesis raw_obtains =
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   105
  let
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   106
    val all_types =
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   107
      fold_map prep_var (maps (fn (_, (vs, _)) => vs) raw_obtains)
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   108
        (ctxt |> Context_Position.set_visible false)
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   109
      |> #1 |> map_filter (fn (_, opt_T, _) => opt_T);
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   110
    val types_ctxt = fold Variable.declare_typ all_types ctxt;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   111
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   112
    val clauses =
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   113
      raw_obtains |> map (fn (_, (raw_vars, raw_props)) =>
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   114
        let
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   115
          val (vars, vars_ctxt) = fold_map prep_var raw_vars types_ctxt;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   116
          val clause = prepare_clause parse_prop vars_ctxt thesis vars raw_props;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   117
        in clause end)
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   118
      |> Syntax.check_terms ctxt;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   119
  in map fst raw_obtains ~~ clauses end;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   120
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   121
in
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   122
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   123
val parse_clause = prepare_clause Syntax.parse_prop;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   124
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   125
val read_obtains = prepare_obtains Proof_Context.read_var Syntax.parse_prop;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   126
val cert_obtains = prepare_obtains Proof_Context.cert_var (K I);
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   127
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   128
end;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   129
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   130
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   131
60451
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   132
(** consider: generalized elimination and cases rule **)
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   133
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   134
(*
60475
4c65bd64bba4 tuned comment;
wenzelm
parents: 60461
diff changeset
   135
  consider (a) x where "A x" | (b) y where "B y" | ... ==
60451
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   136
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   137
  have thesis
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   138
    if a [intro?]: "!!x. A x ==> thesis"
60475
4c65bd64bba4 tuned comment;
wenzelm
parents: 60461
diff changeset
   139
    and b [intro?]: "!!y. B y ==> thesis"
60451
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   140
    and ...
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   141
    for thesis
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   142
    apply (insert that)
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   143
*)
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   144
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   145
local
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   146
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   147
fun gen_consider prep_obtains raw_obtains int state =
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   148
  let
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   149
    val _ = Proof.assert_forward_or_chain state;
60453
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   150
    val ctxt = Proof.context_of state;
60451
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   151
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   152
    val ((_, thesis), thesis_ctxt) = obtain_thesis ctxt;
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   153
    val obtains = prep_obtains thesis_ctxt thesis raw_obtains;
60456
323b15b5af73 open parameters for 'consider' rule;
wenzelm
parents: 60454
diff changeset
   154
    val atts = Rule_Cases.cases_open :: obtains_attributes raw_obtains;
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   155
  in
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   156
    state
60451
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   157
    |> Proof.have NONE (K I)
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   158
      [(Binding.name Auto_Bind.thesisN, NONE, NoSyn)]
1f2b29f78439 clarified 'consider', using structured 'have' statement;
wenzelm
parents: 60448
diff changeset
   159
      (map (fn (a, A) => ((a, [Context_Rules.intro_query NONE]), [(A, [])])) obtains)
60456
323b15b5af73 open parameters for 'consider' rule;
wenzelm
parents: 60454
diff changeset
   160
      [((Binding.empty, atts), [(thesis, [])])] int
60461
22995ec9fefd tuned signature;
wenzelm
parents: 60456
diff changeset
   161
    |-> Proof.refine_insert
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   162
  end;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   163
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   164
in
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   165
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   166
val consider = gen_consider cert_obtains;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   167
val consider_cmd = gen_consider read_obtains;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   168
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   169
end;
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   170
60446
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
   171
60444
9945378d1ee7 tuned signature;
wenzelm
parents: 60415
diff changeset
   172
60452
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   173
(** obtain: augmented context based on generalized existence rule **)
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   174
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   175
(*
60453
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   176
  obtain (a) x where "A x" <proof> ==
60452
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   177
60453
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   178
  have thesis if a [intro?]: "!!x. A x ==> thesis" for thesis
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   179
    apply (insert that)
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   180
    <proof>
60452
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   181
  fix x assm <<obtain_export>> "A x"
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   182
*)
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   183
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   184
local
8094
62b45a2e6ecb ObtainFun;
wenzelm
parents: 7923
diff changeset
   185
60379
51d9dcd71ad7 tuned signature;
wenzelm
parents: 60377
diff changeset
   186
fun gen_obtain prep_att prep_var prep_propp
60453
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   187
    that_binding raw_vars raw_asms int state =
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
   188
  let
9468
9adbcf6375c1 turned into plain context element;
wenzelm
parents: 9293
diff changeset
   189
    val _ = Proof.assert_forward_or_chain state;
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   190
    val ctxt = Proof.context_of state;
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
   191
60446
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
   192
    (*vars*)
60453
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   193
    val ((_, thesis), thesis_ctxt) = obtain_thesis ctxt;
60446
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
   194
    val ((xs', vars), fix_ctxt) = thesis_ctxt
60392
599bff6c8c9e clarified context;
wenzelm
parents: 60391
diff changeset
   195
      |> fold_map prep_var raw_vars
599bff6c8c9e clarified context;
wenzelm
parents: 60391
diff changeset
   196
      |-> (fn vars => Proof_Context.add_fixes vars ##>> pair vars);
42494
eef1a23c9077 tuned signature -- eliminated odd comment;
wenzelm
parents: 42490
diff changeset
   197
    val xs = map (Variable.check_name o #1) vars;
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
   198
60446
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
   199
    (*asms*)
60408
1fd46ced2fa8 more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents: 60407
diff changeset
   200
    val (propss, binds) = prep_propp fix_ctxt (map snd raw_asms);
1fd46ced2fa8 more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents: 60407
diff changeset
   201
    val props = flat propss;
1fd46ced2fa8 more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents: 60407
diff changeset
   202
    val declare_asms =
1fd46ced2fa8 more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents: 60407
diff changeset
   203
      fold Variable.declare_term props #>
1fd46ced2fa8 more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents: 60407
diff changeset
   204
      fold Variable.bind_term binds;
60387
76359ff1090f more careful treatment of term bindings in 'obtain' proof body;
wenzelm
parents: 60383
diff changeset
   205
    val asms =
60392
599bff6c8c9e clarified context;
wenzelm
parents: 60391
diff changeset
   206
      map (fn ((b, raw_atts), _) => (b, map (prep_att fix_ctxt) raw_atts)) raw_asms ~~
60408
1fd46ced2fa8 more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents: 60407
diff changeset
   207
      map (map (rpair [])) propss;
10464
b7b916a82dca tuned statement args;
wenzelm
parents: 10379
diff changeset
   208
60446
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
   209
    (*params*)
60407
53ef7b78e78a tuned signature;
wenzelm
parents: 60406
diff changeset
   210
    val (params, params_ctxt) =
53ef7b78e78a tuned signature;
wenzelm
parents: 60406
diff changeset
   211
      declare_asms fix_ctxt |> fold_map Proof_Context.inferred_param xs' |>> map Free;
60387
76359ff1090f more careful treatment of term bindings in 'obtain' proof body;
wenzelm
parents: 60383
diff changeset
   212
    val cparams = map (Thm.cterm_of params_ctxt) params;
60408
1fd46ced2fa8 more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents: 60407
diff changeset
   213
    val binds' = (map o apsnd) (fold_rev Term.dependent_lambda_name (xs ~~ params)) binds;
60387
76359ff1090f more careful treatment of term bindings in 'obtain' proof body;
wenzelm
parents: 60383
diff changeset
   214
60401
16cf5090d3a6 clarified term bindings;
wenzelm
parents: 60392
diff changeset
   215
    val _ = Variable.warn_extra_tfrees fix_ctxt params_ctxt;
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
   216
60446
64f48e7f921f support to parse obtain clause without type-checking yet;
wenzelm
parents: 60444
diff changeset
   217
    (*statements*)
10582
49ebade930ea fixed binding of parameters;
wenzelm
parents: 10464
diff changeset
   218
    val that_prop =
45328
e5b33eecbf6e tuned signature;
wenzelm
parents: 45327
diff changeset
   219
      Logic.list_rename_params xs
60408
1fd46ced2fa8 more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents: 60407
diff changeset
   220
        (fold_rev Logic.all params (Logic.list_implies (props, thesis)));
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
   221
60453
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   222
    fun after_qed (result_ctxt, results) state' =
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   223
      let val [rule] = Proof_Context.export result_ctxt (Proof.context_of state') (flat results) in
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   224
        state'
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   225
        |> Proof.fix vars
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   226
        |> Proof.map_context declare_asms
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   227
        |> Proof.assm (obtain_export params_ctxt rule cparams) asms
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   228
      end;
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
   229
  in
8094
62b45a2e6ecb ObtainFun;
wenzelm
parents: 7923
diff changeset
   230
    state
60453
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   231
    |> Proof.have NONE after_qed
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   232
      [(Binding.name Auto_Bind.thesisN, NONE, NoSyn)]
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   233
      [((that_binding, [Context_Rules.intro_query NONE]), [(that_prop, [])])]
ba9085f7433f clarified 'obtain', using structured 'have' statement;
wenzelm
parents: 60452
diff changeset
   234
      [(Thm.empty_binding, [(thesis, [])])] int
60461
22995ec9fefd tuned signature;
wenzelm
parents: 60456
diff changeset
   235
    |-> Proof.refine_insert
60401
16cf5090d3a6 clarified term bindings;
wenzelm
parents: 60392
diff changeset
   236
    |> Proof.map_context (fold Variable.bind_term binds')
7674
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
   237
  end;
99305245f6bd The 'obtain' language element -- achieves (eliminated) existential
wenzelm
parents:
diff changeset
   238
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   239
in
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   240
60388
0c9d2a4f589d clarified Proof_Context.cert_propp/read_propp;
wenzelm
parents: 60387
diff changeset
   241
val obtain = gen_obtain (K I) Proof_Context.cert_var Proof_Context.cert_propp;
0c9d2a4f589d clarified Proof_Context.cert_propp/read_propp;
wenzelm
parents: 60387
diff changeset
   242
val obtain_cmd = gen_obtain Attrib.attribute_cmd Proof_Context.read_var Proof_Context.read_propp;
8094
62b45a2e6ecb ObtainFun;
wenzelm
parents: 7923
diff changeset
   243
62b45a2e6ecb ObtainFun;
wenzelm
parents: 7923
diff changeset
   244
end;
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   245
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   246
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   247
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   248
(** tactical result **)
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   249
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   250
fun check_result ctxt thesis th =
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   251
  (case Thm.prems_of th of
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   252
    [prem] =>
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   253
      if Thm.concl_of th aconv thesis andalso
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   254
        Logic.strip_assums_concl prem aconv thesis then th
32091
30e2ffbba718 proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
wenzelm
parents: 31794
diff changeset
   255
      else error ("Guessed a different clause:\n" ^ Display.string_of_thm ctxt th)
38875
c7a66b584147 tuned messages: discontinued spurious full-stops (messages are occasionally composed unexpectedly);
wenzelm
parents: 36323
diff changeset
   256
  | [] => error "Goal solved -- nothing guessed"
32091
30e2ffbba718 proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
wenzelm
parents: 31794
diff changeset
   257
  | _ => error ("Guess split into several cases:\n" ^ Display.string_of_thm ctxt th));
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   258
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   259
fun result tac facts ctxt =
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   260
  let
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   261
    val ((thesis_var, thesis), thesis_ctxt) = obtain_thesis ctxt;
59621
291934bac95e Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents: 59616
diff changeset
   262
    val st = Goal.init (Thm.cterm_of ctxt thesis);
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   263
    val rule =
59616
eb59c6968219 tuned -- more explicit use of context;
wenzelm
parents: 59573
diff changeset
   264
      (case SINGLE (Method.insert_tac facts 1 THEN tac thesis_ctxt) st of
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   265
        NONE => raise THM ("Obtain.result: tactic failed", 0, facts)
54883
dd04a8b654fc proper context for norm_hhf and derived operations;
wenzelm
parents: 52456
diff changeset
   266
      | SOME th =>
dd04a8b654fc proper context for norm_hhf and derived operations;
wenzelm
parents: 52456
diff changeset
   267
          check_result thesis_ctxt thesis (Raw_Simplifier.norm_hhf thesis_ctxt (Goal.conclude th)));
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   268
59621
291934bac95e Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents: 59616
diff changeset
   269
    val closed_rule = Thm.forall_intr (Thm.cterm_of ctxt (Free thesis_var)) rule;
31794
71af1fd6a5e4 renamed Variable.import_thms to Variable.import (back again cf. ed7aa5a350ef -- Alice is no longer supported);
wenzelm
parents: 30763
diff changeset
   270
    val ((_, [rule']), ctxt') = Variable.import false [closed_rule] ctxt;
59616
eb59c6968219 tuned -- more explicit use of context;
wenzelm
parents: 59573
diff changeset
   271
    val obtain_rule =
59621
291934bac95e Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents: 59616
diff changeset
   272
      Thm.forall_elim (Thm.cterm_of ctxt (Logic.varify_global (Free thesis_var))) rule';
42495
1af81b70cf09 clarified Variable.focus vs. Variable.focus_cterm -- eliminated clone;
wenzelm
parents: 42494
diff changeset
   273
    val ((params, stmt), fix_ctxt) = Variable.focus_cterm (Thm.cprem_of obtain_rule 1) ctxt';
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   274
    val (prems, ctxt'') =
32199
82c4c570310a Variable.focus: named parameters;
wenzelm
parents: 32091
diff changeset
   275
      Assumption.add_assms (obtain_export fix_ctxt obtain_rule (map #2 params))
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   276
        (Drule.strip_imp_prems stmt) fix_ctxt;
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   277
  in ((params, prems), ctxt'') end;
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   278
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   279
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   280
60452
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   281
(** guess: obtain based on tactical result **)
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   282
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   283
(*
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   284
  <chain_facts>
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   285
  guess x <proof body> <proof end> ==
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   286
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   287
  {
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   288
    fix thesis
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   289
    <chain_facts> have "PROP ?guess"
60475
4c65bd64bba4 tuned comment;
wenzelm
parents: 60461
diff changeset
   290
      apply magic      -- {* turn goal into "thesis ==> #thesis" *}
60452
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   291
      <proof body>
60475
4c65bd64bba4 tuned comment;
wenzelm
parents: 60461
diff changeset
   292
      apply_end magic  -- {* turn final "(!!x. P x ==> thesis) ==> #thesis" into
60452
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   293
        "#((!!x. A x ==> thesis) ==> thesis)" which is a finished goal state *}
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   294
      <proof end>
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   295
  }
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   296
  fix x assm <<obtain_export>> "A x"
3a0d57f1d6ef tuned comments;
wenzelm
parents: 60451
diff changeset
   297
*)
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   298
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   299
local
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   300
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   301
fun unify_params vars thesis_var raw_rule ctxt =
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   302
  let
42360
da8817d01e7c modernized structure Proof_Context;
wenzelm
parents: 42357
diff changeset
   303
    val thy = Proof_Context.theory_of ctxt;
39134
917b4b6ba3d2 turned show_sorts/show_types into proper configuration options;
wenzelm
parents: 38875
diff changeset
   304
    val string_of_term = Syntax.string_of_term (Config.put show_types true ctxt);
17891
7a6c4d60a913 tuned error msg;
wenzelm
parents: 17858
diff changeset
   305
32091
30e2ffbba718 proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
wenzelm
parents: 31794
diff changeset
   306
    fun err msg th = error (msg ^ ":\n" ^ Display.string_of_thm ctxt th);
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   307
19978
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   308
    val maxidx = fold (Term.maxidx_typ o snd o fst) vars ~1;
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   309
    val rule = Thm.incr_indexes (maxidx + 1) raw_rule;
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   310
33368
b1cf34f1855c modernized structure Rule_Cases;
wenzelm
parents: 32966
diff changeset
   311
    val params = Rule_Cases.strip_params (Logic.nth_prem (1, Thm.prop_of rule));
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   312
    val m = length vars;
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   313
    val n = length params;
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   314
    val _ = m <= n orelse err "More variables than parameters in obtained rule" rule;
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   315
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   316
    fun unify ((x, T), (y, U)) (tyenv, max) = Sign.typ_unify thy (T, U) (tyenv, max)
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   317
      handle Type.TUNIFY =>
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   318
        err ("Failed to unify variable " ^
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   319
          string_of_term (Free (x, Envir.norm_type tyenv T)) ^ " against parameter " ^
49660
de49d9b4d7bc more explicit Syntax_Trans.mark_bound_abs/mark_bound_body: preserve type information for show_markup;
wenzelm
parents: 47815
diff changeset
   320
          string_of_term (Syntax_Trans.mark_bound_abs (y, Envir.norm_type tyenv U)) ^ " in") rule;
33957
e9afca2118d4 normalized uncurry take/drop
haftmann
parents: 33955
diff changeset
   321
    val (tyenv, _) = fold unify (map #1 vars ~~ take m params)
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   322
      (Vartab.empty, Int.max (maxidx, Thm.maxidx_of rule));
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   323
    val norm_type = Envir.norm_type tyenv;
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   324
19978
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   325
    val xs = map (apsnd norm_type o fst) vars;
33957
e9afca2118d4 normalized uncurry take/drop
haftmann
parents: 33955
diff changeset
   326
    val ys = map (apsnd norm_type) (drop m params);
20085
c5d60752587f replaced Term.variant(list) by Name.variant(_list);
wenzelm
parents: 20004
diff changeset
   327
    val ys' = map Name.internal (Name.variant_list (map fst xs) (map fst ys)) ~~ map #2 ys;
59623
920889b0788e clarified context;
wenzelm
parents: 59621
diff changeset
   328
    val terms = map (Drule.mk_term o Thm.cterm_of ctxt o Free) (xs @ ys');
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   329
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   330
    val instT =
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   331
      fold (Term.add_tvarsT o #2) params []
59623
920889b0788e clarified context;
wenzelm
parents: 59621
diff changeset
   332
      |> map (TVar #> (fn T => apply2 (Thm.ctyp_of ctxt) (T, norm_type T)));
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   333
    val closed_rule = rule
59623
920889b0788e clarified context;
wenzelm
parents: 59621
diff changeset
   334
      |> Thm.forall_intr (Thm.cterm_of ctxt (Free thesis_var))
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   335
      |> Thm.instantiate (instT, []);
17891
7a6c4d60a913 tuned error msg;
wenzelm
parents: 17858
diff changeset
   336
31794
71af1fd6a5e4 renamed Variable.import_thms to Variable.import (back again cf. ed7aa5a350ef -- Alice is no longer supported);
wenzelm
parents: 30763
diff changeset
   337
    val ((_, rule' :: terms'), ctxt') = Variable.import false (closed_rule :: terms) ctxt;
19978
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   338
    val vars' =
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   339
      map (dest_Free o Thm.term_of o Drule.dest_term) terms' ~~
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   340
      (map snd vars @ replicate (length ys) NoSyn);
59623
920889b0788e clarified context;
wenzelm
parents: 59621
diff changeset
   341
    val rule'' = Thm.forall_elim (Thm.cterm_of ctxt' (Logic.varify_global (Free thesis_var))) rule';
19978
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   342
  in ((vars', rule''), ctxt') end;
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   343
28080
4723eb2456ce explicit type Name.binding for higher-specification elements;
wenzelm
parents: 24920
diff changeset
   344
fun inferred_type (binding, _, mx) ctxt =
4723eb2456ce explicit type Name.binding for higher-specification elements;
wenzelm
parents: 24920
diff changeset
   345
  let
42494
eef1a23c9077 tuned signature -- eliminated odd comment;
wenzelm
parents: 42490
diff changeset
   346
    val x = Variable.check_name binding;
60407
53ef7b78e78a tuned signature;
wenzelm
parents: 60406
diff changeset
   347
    val ((_, T), ctxt') = Proof_Context.inferred_param x ctxt
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   348
  in ((x, T, mx), ctxt') end;
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   349
20004
e6d3f2b031e6 guess: proper context for polymorphic parameters;
wenzelm
parents: 19978
diff changeset
   350
fun polymorphic ctxt vars =
19897
fe661eb3b0e7 ProofContext: moved variable operations to struct Variable;
wenzelm
parents: 19844
diff changeset
   351
  let val Ts = map Logic.dest_type (Variable.polymorphic ctxt (map (Logic.mk_type o #2) vars))
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   352
  in map2 (fn (x, _, mx) => fn T => ((x, T), mx)) vars Ts end;
18693
8ae076ee5e19 guess: used fixed inferred_type of vars;
wenzelm
parents: 18678
diff changeset
   353
60379
51d9dcd71ad7 tuned signature;
wenzelm
parents: 60377
diff changeset
   354
fun gen_guess prep_var raw_vars int state =
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   355
  let
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   356
    val _ = Proof.assert_forward_or_chain state;
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   357
    val ctxt = Proof.context_of state;
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   358
    val chain_facts = if can Proof.assert_chain state then Proof.the_facts state else [];
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   359
60448
78f3c67bc35e support for 'consider' command;
wenzelm
parents: 60446
diff changeset
   360
    val (thesis_var, thesis) = #1 (obtain_thesis ctxt);
60379
51d9dcd71ad7 tuned signature;
wenzelm
parents: 60377
diff changeset
   361
    val vars = ctxt
51d9dcd71ad7 tuned signature;
wenzelm
parents: 60377
diff changeset
   362
      |> fold_map prep_var raw_vars |-> fold_map inferred_type
51d9dcd71ad7 tuned signature;
wenzelm
parents: 60377
diff changeset
   363
      |> fst |> polymorphic ctxt;
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   364
19978
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   365
    fun guess_context raw_rule state' =
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   366
      let
19978
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   367
        val ((parms, rule), ctxt') =
20308
ddb7e7129481 added tactical result;
wenzelm
parents: 20224
diff changeset
   368
          unify_params vars thesis_var raw_rule (Proof.context_of state');
42501
2b8c34f53388 eliminated slightly odd Proof_Context.bind_fixes;
wenzelm
parents: 42496
diff changeset
   369
        val (xs, _) = Variable.add_fixes (map (#1 o #1) parms) ctxt';
2b8c34f53388 eliminated slightly odd Proof_Context.bind_fixes;
wenzelm
parents: 42496
diff changeset
   370
        val ps = xs ~~ map (#2 o #1) parms;
2b8c34f53388 eliminated slightly odd Proof_Context.bind_fixes;
wenzelm
parents: 42496
diff changeset
   371
        val ts = map Free ps;
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   372
        val asms =
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   373
          Logic.strip_assums_hyp (Logic.nth_prem (1, Thm.prop_of rule))
46219
426ed18eba43 discontinued old-style Term.list_abs in favour of plain Term.abs;
wenzelm
parents: 46215
diff changeset
   374
          |> map (fn asm => (Term.betapplys (fold_rev Term.abs ps asm, ts), []));
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   375
        val _ = not (null asms) orelse error "Trivial result -- nothing guessed";
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   376
      in
19978
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   377
        state'
df19a7876183 obtain_export: Thm.generalize;
wenzelm
parents: 19906
diff changeset
   378
        |> Proof.map_context (K ctxt')
36323
655e2d74de3a modernized naming conventions of main Isar proof elements;
wenzelm
parents: 35845
diff changeset
   379
        |> Proof.fix (map (fn ((x, T), mx) => (Binding.name x, SOME T, mx)) parms)
655e2d74de3a modernized naming conventions of main Isar proof elements;
wenzelm
parents: 35845
diff changeset
   380
        |> `Proof.context_of |-> (fn fix_ctxt => Proof.assm
59621
291934bac95e Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents: 59616
diff changeset
   381
          (obtain_export fix_ctxt rule (map (Thm.cterm_of ctxt) ts))
59616
eb59c6968219 tuned -- more explicit use of context;
wenzelm
parents: 59573
diff changeset
   382
            [(Thm.empty_binding, asms)])
60401
16cf5090d3a6 clarified term bindings;
wenzelm
parents: 60392
diff changeset
   383
        |> Proof.map_context (fold Variable.unbind_term Auto_Bind.no_facts)
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   384
      end;
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   385
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   386
    val goal = Var (("guess", 0), propT);
56932
11a4001b06c6 more position markup to help locating the query context, e.g. from "Info" dockable;
wenzelm
parents: 56897
diff changeset
   387
    val pos = Position.thread_data ();
19779
5c77dfb74c7b guess: more careful about local polymorphism;
wenzelm
parents: 19585
diff changeset
   388
    fun print_result ctxt' (k, [(s, [_, th])]) =
56932
11a4001b06c6 more position markup to help locating the query context, e.g. from "Info" dockable;
wenzelm
parents: 56897
diff changeset
   389
      Proof_Display.print_results int pos ctxt' (k, [(s, [th])]);
54883
dd04a8b654fc proper context for norm_hhf and derived operations;
wenzelm
parents: 52456
diff changeset
   390
    val before_qed =
dd04a8b654fc proper context for norm_hhf and derived operations;
wenzelm
parents: 52456
diff changeset
   391
      Method.primitive_text (fn ctxt =>
dd04a8b654fc proper context for norm_hhf and derived operations;
wenzelm
parents: 52456
diff changeset
   392
        Goal.conclude #> Raw_Simplifier.norm_hhf ctxt #>
dd04a8b654fc proper context for norm_hhf and derived operations;
wenzelm
parents: 52456
diff changeset
   393
          (fn th => Goal.protect 0 (Conjunction.intr (Drule.mk_term (Thm.cprop_of th)) th)));
60415
9d37b2330ee3 clarified local after_qed: result is not exported yet;
wenzelm
parents: 60414
diff changeset
   394
    fun after_qed (result_ctxt, results) state' =
9d37b2330ee3 clarified local after_qed: result is not exported yet;
wenzelm
parents: 60414
diff changeset
   395
      let val [_, res] = Proof_Context.export result_ctxt (Proof.context_of state') (flat results)
9d37b2330ee3 clarified local after_qed: result is not exported yet;
wenzelm
parents: 60414
diff changeset
   396
      in
9d37b2330ee3 clarified local after_qed: result is not exported yet;
wenzelm
parents: 60414
diff changeset
   397
        state'
9d37b2330ee3 clarified local after_qed: result is not exported yet;
wenzelm
parents: 60414
diff changeset
   398
        |> Proof.end_block
9d37b2330ee3 clarified local after_qed: result is not exported yet;
wenzelm
parents: 60414
diff changeset
   399
        |> guess_context (check_result ctxt thesis res)
9d37b2330ee3 clarified local after_qed: result is not exported yet;
wenzelm
parents: 60414
diff changeset
   400
      end;
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   401
  in
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   402
    state
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   403
    |> Proof.enter_forward
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   404
    |> Proof.begin_block
36323
655e2d74de3a modernized naming conventions of main Isar proof elements;
wenzelm
parents: 35845
diff changeset
   405
    |> Proof.fix [(Binding.name Auto_Bind.thesisN, NONE, NoSyn)]
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   406
    |> Proof.chain_facts chain_facts
60406
12cc54fac9b0 allow for_fixes for 'have', 'show' etc.;
wenzelm
parents: 60404
diff changeset
   407
    |> Proof.internal_goal print_result Proof_Context.mode_schematic "guess"
60461
22995ec9fefd tuned signature;
wenzelm
parents: 60456
diff changeset
   408
      (SOME before_qed) after_qed
22995ec9fefd tuned signature;
wenzelm
parents: 60456
diff changeset
   409
      [] [] [(Thm.empty_binding, [(Logic.mk_term goal, []), (goal, [])])]
22995ec9fefd tuned signature;
wenzelm
parents: 60456
diff changeset
   410
    |> snd
59616
eb59c6968219 tuned -- more explicit use of context;
wenzelm
parents: 59573
diff changeset
   411
    |> Proof.refine (Method.primitive_text (fn _ => fn _ =>
60461
22995ec9fefd tuned signature;
wenzelm
parents: 60456
diff changeset
   412
        Goal.init (Thm.cterm_of ctxt thesis)))
22995ec9fefd tuned signature;
wenzelm
parents: 60456
diff changeset
   413
    |> Seq.hd
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   414
  end;
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   415
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   416
in
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   417
60379
51d9dcd71ad7 tuned signature;
wenzelm
parents: 60377
diff changeset
   418
val guess = gen_guess Proof_Context.cert_var;
51d9dcd71ad7 tuned signature;
wenzelm
parents: 60377
diff changeset
   419
val guess_cmd = gen_guess Proof_Context.read_var;
17858
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   420
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   421
end;
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   422
bc4db8cfd92f added 'guess', which derives the obtained context from the course of reasoning;
wenzelm
parents: 17357
diff changeset
   423
end;