src/HOL/Tools/Sledgehammer/sledgehammer_atp_translate.ML
author blanchet
Wed, 15 Dec 2010 11:26:28 +0100
changeset 41385 8b634031b2a5
parent 41384 30bedf58b177
child 41386 eb80538166b6
permissions -rw-r--r--
implemented "no_types" encoding, which is too unsound to be useful but can come in handy for evaluations
blanchet@40358
     1
(*  Title:      HOL/Tools/Sledgehammer/sledgehammer_atp_translate.ML
blanchet@38506
     2
    Author:     Fabian Immler, TU Muenchen
blanchet@38506
     3
    Author:     Makarius
blanchet@38506
     4
    Author:     Jasmin Blanchette, TU Muenchen
blanchet@38506
     5
blanchet@39734
     6
Translation of HOL to FOL for Sledgehammer.
blanchet@38506
     7
*)
blanchet@38506
     8
blanchet@40249
     9
signature SLEDGEHAMMER_ATP_TRANSLATE =
blanchet@38506
    10
sig
blanchet@38506
    11
  type 'a problem = 'a ATP_Problem.problem
blanchet@40358
    12
  type translated_formula
blanchet@38506
    13
blanchet@41382
    14
  datatype type_system =
blanchet@41382
    15
    Tags of bool |
blanchet@41382
    16
    Preds of bool |
blanchet@41382
    17
    Const_Args |
blanchet@41382
    18
    Overload_Args |
blanchet@41382
    19
    No_Types
blanchet@41382
    20
blanchet@40445
    21
  val fact_prefix : string
blanchet@38506
    22
  val conjecture_prefix : string
blanchet@41384
    23
  val is_fully_typed : type_system -> bool
blanchet@41384
    24
  val num_atp_type_args : theory -> type_system -> string -> int
blanchet@41336
    25
  val translate_atp_fact :
blanchet@39249
    26
    Proof.context -> (string * 'a) * thm
blanchet@41339
    27
    -> translated_formula option * ((string * 'a) * thm)
blanchet@40240
    28
  val prepare_atp_problem :
blanchet@41382
    29
    Proof.context -> bool -> bool -> type_system -> bool -> term list -> term
blanchet@41339
    30
    -> (translated_formula option * ((string * 'a) * thm)) list
blanchet@39053
    31
    -> string problem * string Symtab.table * int * (string * 'a) list vector
blanchet@38506
    32
end;
blanchet@38506
    33
blanchet@40249
    34
structure Sledgehammer_ATP_Translate : SLEDGEHAMMER_ATP_TRANSLATE =
blanchet@38506
    35
struct
blanchet@38506
    36
blanchet@38506
    37
open ATP_Problem
blanchet@39734
    38
open Metis_Translate
blanchet@38506
    39
open Sledgehammer_Util
blanchet@38506
    40
blanchet@40445
    41
val fact_prefix = "fact_"
blanchet@38506
    42
val conjecture_prefix = "conj_"
blanchet@38506
    43
val helper_prefix = "help_"
blanchet@38506
    44
val class_rel_clause_prefix = "clrel_";
blanchet@38506
    45
val arity_clause_prefix = "arity_"
blanchet@40156
    46
val tfree_prefix = "tfree_"
blanchet@38506
    47
blanchet@38506
    48
(* Freshness almost guaranteed! *)
blanchet@38506
    49
val sledgehammer_weak_prefix = "Sledgehammer:"
blanchet@38506
    50
blanchet@40358
    51
type translated_formula =
blanchet@38991
    52
  {name: string,
blanchet@38991
    53
   kind: kind,
blanchet@38991
    54
   combformula: (name, combterm) formula,
blanchet@38991
    55
   ctypes_sorts: typ list}
blanchet@38506
    56
blanchet@41382
    57
datatype type_system =
blanchet@41382
    58
  Tags of bool |
blanchet@41382
    59
  Preds of bool |
blanchet@41382
    60
  Const_Args |
blanchet@41382
    61
  Overload_Args |
blanchet@41382
    62
  No_Types
blanchet@41382
    63
blanchet@41382
    64
fun is_fully_typed (Tags full_types) = full_types
blanchet@41382
    65
  | is_fully_typed (Preds full_types) = full_types
blanchet@41382
    66
  | is_fully_typed _ = false
blanchet@41382
    67
blanchet@41384
    68
(* This is an approximation. If it returns "true" for a constant that isn't
blanchet@41384
    69
   overloaded (i.e., that has one uniform definition), needless clutter is
blanchet@41384
    70
   generated; if it returns "false" for an overloaded constant, the ATP gets a
blanchet@41384
    71
   license to do unsound reasoning if the type system is "overloaded_args". *)
blanchet@41384
    72
fun is_overloaded thy s =
blanchet@41384
    73
  length (Defs.specifications_of (Theory.defs_of thy) s) > 1
blanchet@41384
    74
blanchet@41384
    75
fun needs_type_args thy type_sys s =
blanchet@41384
    76
  case type_sys of
blanchet@41384
    77
    Tags full_types => not full_types
blanchet@41384
    78
  | Preds full_types => not full_types
blanchet@41384
    79
  | Const_Args => true
blanchet@41384
    80
  | Overload_Args => is_overloaded thy s
blanchet@41384
    81
  | No_Types => false
blanchet@41384
    82
blanchet@41384
    83
fun num_atp_type_args thy type_sys s =
blanchet@41384
    84
  if needs_type_args thy type_sys s then num_type_args thy s else 0
blanchet@41384
    85
blanchet@41385
    86
fun atp_type_literals_for_types type_sys Ts =
blanchet@41385
    87
  if type_sys = No_Types then [] else type_literals_for_types Ts
blanchet@41385
    88
blanchet@38506
    89
fun mk_anot phi = AConn (ANot, [phi])
blanchet@38506
    90
fun mk_aconn c phi1 phi2 = AConn (c, [phi1, phi2])
blanchet@38506
    91
fun mk_ahorn [] phi = phi
blanchet@38506
    92
  | mk_ahorn (phi :: phis) psi =
blanchet@38506
    93
    AConn (AImplies, [fold (mk_aconn AAnd) phis phi, psi])
blanchet@38506
    94
blanchet@38506
    95
fun combformula_for_prop thy =
blanchet@38506
    96
  let
blanchet@40387
    97
    val do_term = combterm_from_term thy
blanchet@38506
    98
    fun do_quant bs q s T t' =
blanchet@38743
    99
      let val s = Name.variant (map fst bs) s in
blanchet@38743
   100
        do_formula ((s, T) :: bs) t'
blanchet@38743
   101
        #>> (fn phi => AQuant (q, [`make_bound_var s], phi))
blanchet@38743
   102
      end
blanchet@38506
   103
    and do_conn bs c t1 t2 =
blanchet@38506
   104
      do_formula bs t1 ##>> do_formula bs t2
blanchet@38506
   105
      #>> (fn (phi1, phi2) => AConn (c, [phi1, phi2]))
blanchet@38506
   106
    and do_formula bs t =
blanchet@38506
   107
      case t of
blanchet@38506
   108
        @{const Not} $ t1 =>
blanchet@38506
   109
        do_formula bs t1 #>> (fn phi => AConn (ANot, [phi]))
blanchet@38506
   110
      | Const (@{const_name All}, _) $ Abs (s, T, t') =>
blanchet@38506
   111
        do_quant bs AForall s T t'
blanchet@38506
   112
      | Const (@{const_name Ex}, _) $ Abs (s, T, t') =>
blanchet@38506
   113
        do_quant bs AExists s T t'
haftmann@39028
   114
      | @{const HOL.conj} $ t1 $ t2 => do_conn bs AAnd t1 t2
haftmann@39028
   115
      | @{const HOL.disj} $ t1 $ t2 => do_conn bs AOr t1 t2
haftmann@39019
   116
      | @{const HOL.implies} $ t1 $ t2 => do_conn bs AImplies t1 t2
haftmann@39093
   117
      | Const (@{const_name HOL.eq}, Type (_, [@{typ bool}, _])) $ t1 $ t2 =>
blanchet@38506
   118
        do_conn bs AIff t1 t2
blanchet@38506
   119
      | _ => (fn ts => do_term bs (Envir.eta_contract t)
blanchet@38506
   120
                       |>> AAtom ||> union (op =) ts)
blanchet@38506
   121
  in do_formula [] end
blanchet@38506
   122
blanchet@38841
   123
val presimplify_term = prop_of o Meson.presimplify oo Skip_Proof.make_thm
blanchet@38506
   124
blanchet@38506
   125
fun concealed_bound_name j = sledgehammer_weak_prefix ^ Int.toString j
blanchet@38506
   126
fun conceal_bounds Ts t =
blanchet@38506
   127
  subst_bounds (map (Free o apfst concealed_bound_name)
blanchet@38506
   128
                    (0 upto length Ts - 1 ~~ Ts), t)
blanchet@38506
   129
fun reveal_bounds Ts =
blanchet@38506
   130
  subst_atomic (map (fn (j, T) => (Free (concealed_bound_name j, T), Bound j))
blanchet@38506
   131
                    (0 upto length Ts - 1 ~~ Ts))
blanchet@38506
   132
blanchet@38831
   133
(* Removes the lambdas from an equation of the form "t = (%x. u)".
blanchet@40071
   134
   (Cf. "extensionalize_theorem" in "Meson_Clausify".) *)
blanchet@38831
   135
fun extensionalize_term t =
blanchet@38831
   136
  let
blanchet@38831
   137
    fun aux j (@{const Trueprop} $ t') = @{const Trueprop} $ aux j t'
blanchet@38831
   138
      | aux j (t as Const (s, Type (_, [Type (_, [_, T']),
blanchet@38831
   139
                                        Type (_, [_, res_T])]))
blanchet@38831
   140
                    $ t2 $ Abs (var_s, var_T, t')) =
haftmann@39093
   141
        if s = @{const_name HOL.eq} orelse s = @{const_name "=="} then
blanchet@38831
   142
          let val var_t = Var ((var_s, j), var_T) in
blanchet@38831
   143
            Const (s, T' --> T' --> res_T)
blanchet@38831
   144
              $ betapply (t2, var_t) $ subst_bound (var_t, t')
blanchet@38831
   145
            |> aux (j + 1)
blanchet@38831
   146
          end
blanchet@38831
   147
        else
blanchet@38831
   148
          t
blanchet@38831
   149
      | aux _ t = t
blanchet@38831
   150
  in aux (maxidx_of_term t + 1) t end
blanchet@38831
   151
blanchet@38506
   152
fun introduce_combinators_in_term ctxt kind t =
blanchet@38716
   153
  let val thy = ProofContext.theory_of ctxt in
blanchet@38716
   154
    if Meson.is_fol_term thy t then
blanchet@38716
   155
      t
blanchet@38716
   156
    else
blanchet@38716
   157
      let
blanchet@38716
   158
        fun aux Ts t =
blanchet@38716
   159
          case t of
blanchet@38716
   160
            @{const Not} $ t1 => @{const Not} $ aux Ts t1
blanchet@38716
   161
          | (t0 as Const (@{const_name All}, _)) $ Abs (s, T, t') =>
blanchet@38716
   162
            t0 $ Abs (s, T, aux (T :: Ts) t')
blanchet@38890
   163
          | (t0 as Const (@{const_name All}, _)) $ t1 =>
blanchet@38890
   164
            aux Ts (t0 $ eta_expand Ts t1 1)
blanchet@38716
   165
          | (t0 as Const (@{const_name Ex}, _)) $ Abs (s, T, t') =>
blanchet@38716
   166
            t0 $ Abs (s, T, aux (T :: Ts) t')
blanchet@38890
   167
          | (t0 as Const (@{const_name Ex}, _)) $ t1 =>
blanchet@38890
   168
            aux Ts (t0 $ eta_expand Ts t1 1)
haftmann@39028
   169
          | (t0 as @{const HOL.conj}) $ t1 $ t2 => t0 $ aux Ts t1 $ aux Ts t2
haftmann@39028
   170
          | (t0 as @{const HOL.disj}) $ t1 $ t2 => t0 $ aux Ts t1 $ aux Ts t2
haftmann@39019
   171
          | (t0 as @{const HOL.implies}) $ t1 $ t2 => t0 $ aux Ts t1 $ aux Ts t2
haftmann@39093
   172
          | (t0 as Const (@{const_name HOL.eq}, Type (_, [@{typ bool}, _])))
blanchet@38716
   173
              $ t1 $ t2 =>
blanchet@38716
   174
            t0 $ aux Ts t1 $ aux Ts t2
blanchet@38716
   175
          | _ => if not (exists_subterm (fn Abs _ => true | _ => false) t) then
blanchet@38716
   176
                   t
blanchet@38716
   177
                 else
blanchet@38716
   178
                   t |> conceal_bounds Ts
blanchet@38716
   179
                     |> Envir.eta_contract
blanchet@38716
   180
                     |> cterm_of thy
blanchet@40071
   181
                     |> Meson_Clausify.introduce_combinators_in_cterm
blanchet@38716
   182
                     |> prop_of |> Logic.dest_equals |> snd
blanchet@38716
   183
                     |> reveal_bounds Ts
blanchet@39616
   184
        val (t, ctxt') = Variable.import_terms true [t] ctxt |>> the_single
blanchet@38716
   185
      in t |> aux [] |> singleton (Variable.export_terms ctxt' ctxt) end
blanchet@38716
   186
      handle THM _ =>
blanchet@38716
   187
             (* A type variable of sort "{}" will make abstraction fail. *)
blanchet@38836
   188
             if kind = Conjecture then HOLogic.false_const
blanchet@38836
   189
             else HOLogic.true_const
blanchet@38716
   190
  end
blanchet@38506
   191
blanchet@38506
   192
(* Metis's use of "resolve_tac" freezes the schematic variables. We simulate the
blanchet@38506
   193
   same in Sledgehammer to prevent the discovery of unreplable proofs. *)
blanchet@38506
   194
fun freeze_term t =
blanchet@38506
   195
  let
blanchet@38506
   196
    fun aux (t $ u) = aux t $ aux u
blanchet@38506
   197
      | aux (Abs (s, T, t)) = Abs (s, T, aux t)
blanchet@38506
   198
      | aux (Var ((s, i), T)) =
blanchet@38506
   199
        Free (sledgehammer_weak_prefix ^ s ^ "_" ^ string_of_int i, T)
blanchet@38506
   200
      | aux t = t
blanchet@38506
   201
  in t |> exists_subterm is_Var t ? aux end
blanchet@38506
   202
blanchet@38827
   203
(* "Object_Logic.atomize_term" isn't as powerful as it could be; for example,
blanchet@38827
   204
    it leaves metaequalities over "prop"s alone. *)
blanchet@38828
   205
val atomize_term =
blanchet@38828
   206
  let
blanchet@38828
   207
    fun aux (@{const Trueprop} $ t1) = t1
blanchet@38828
   208
      | aux (Const (@{const_name all}, _) $ Abs (s, T, t')) =
blanchet@38828
   209
        HOLogic.all_const T $ Abs (s, T, aux t')
blanchet@38828
   210
      | aux (@{const "==>"} $ t1 $ t2) = HOLogic.mk_imp (pairself aux (t1, t2))
blanchet@38828
   211
      | aux (Const (@{const_name "=="}, Type (_, [@{typ prop}, _])) $ t1 $ t2) =
blanchet@38828
   212
        HOLogic.eq_const HOLogic.boolT $ aux t1 $ aux t2
blanchet@38828
   213
      | aux (Const (@{const_name "=="}, Type (_, [T, _])) $ t1 $ t2) =
blanchet@38828
   214
        HOLogic.eq_const T $ t1 $ t2
blanchet@38828
   215
      | aux _ = raise Fail "aux"
blanchet@38828
   216
  in perhaps (try aux) end
blanchet@38827
   217
blanchet@40445
   218
(* making fact and conjecture formulas *)
blanchet@38836
   219
fun make_formula ctxt presimp name kind t =
blanchet@38506
   220
  let
blanchet@38506
   221
    val thy = ProofContext.theory_of ctxt
blanchet@38831
   222
    val t = t |> Envir.beta_eta_contract
blanchet@38890
   223
              |> transform_elim_term
blanchet@38827
   224
              |> atomize_term
blanchet@38890
   225
    val need_trueprop = (fastype_of t = HOLogic.boolT)
blanchet@38890
   226
    val t = t |> need_trueprop ? HOLogic.mk_Trueprop
blanchet@38506
   227
              |> extensionalize_term
blanchet@38506
   228
              |> presimp ? presimplify_term thy
blanchet@38506
   229
              |> perhaps (try (HOLogic.dest_Trueprop))
blanchet@38506
   230
              |> introduce_combinators_in_term ctxt kind
blanchet@38836
   231
              |> kind <> Axiom ? freeze_term
blanchet@38506
   232
    val (combformula, ctypes_sorts) = combformula_for_prop thy t []
blanchet@38506
   233
  in
blanchet@38991
   234
    {name = name, combformula = combformula, kind = kind,
blanchet@38991
   235
     ctypes_sorts = ctypes_sorts}
blanchet@38506
   236
  end
blanchet@38506
   237
blanchet@41339
   238
fun make_fact ctxt presimp ((name, _), th) =
blanchet@38841
   239
  case make_formula ctxt presimp name Axiom (prop_of th) of
blanchet@38991
   240
    {combformula = AAtom (CombConst (("c_True", _), _, _)), ...} => NONE
blanchet@41339
   241
  | formula => SOME formula
blanchet@38836
   242
fun make_conjecture ctxt ts =
blanchet@38836
   243
  let val last = length ts - 1 in
blanchet@38836
   244
    map2 (fn j => make_formula ctxt true (Int.toString j)
blanchet@38836
   245
                               (if j = last then Conjecture else Hypothesis))
blanchet@38836
   246
         (0 upto last) ts
blanchet@38836
   247
  end
blanchet@38506
   248
blanchet@38506
   249
(** Helper facts **)
blanchet@38506
   250
blanchet@38506
   251
fun count_combterm (CombConst ((s, _), _, _)) =
blanchet@38506
   252
    Symtab.map_entry s (Integer.add 1)
blanchet@38506
   253
  | count_combterm (CombVar _) = I
blanchet@38506
   254
  | count_combterm (CombApp (t1, t2)) = fold count_combterm [t1, t2]
blanchet@38506
   255
fun count_combformula (AQuant (_, _, phi)) = count_combformula phi
blanchet@38506
   256
  | count_combformula (AConn (_, phis)) = fold count_combformula phis
blanchet@38506
   257
  | count_combformula (AAtom tm) = count_combterm tm
blanchet@40358
   258
fun count_translated_formula ({combformula, ...} : translated_formula) =
blanchet@38506
   259
  count_combformula combformula
blanchet@38506
   260
blanchet@38506
   261
val optional_helpers =
blanchet@40134
   262
  [(["c_COMBI"], @{thms Meson.COMBI_def}),
blanchet@40134
   263
   (["c_COMBK"], @{thms Meson.COMBK_def}),
blanchet@40134
   264
   (["c_COMBB"], @{thms Meson.COMBB_def}),
blanchet@40134
   265
   (["c_COMBC"], @{thms Meson.COMBC_def}),
blanchet@40134
   266
   (["c_COMBS"], @{thms Meson.COMBS_def})]
blanchet@41382
   267
val optional_fully_typed_helpers =
blanchet@38917
   268
  [(["c_True", "c_False", "c_If"], @{thms True_or_False}),
blanchet@38917
   269
   (["c_If"], @{thms if_True if_False})]
blanchet@40135
   270
val mandatory_helpers = @{thms Metis.fequal_def}
blanchet@38506
   271
blanchet@38506
   272
val init_counters =
blanchet@41382
   273
  [optional_helpers, optional_fully_typed_helpers] |> maps (maps fst)
blanchet@38917
   274
  |> sort_distinct string_ord |> map (rpair 0) |> Symtab.make
blanchet@38506
   275
blanchet@41382
   276
fun get_helper_facts ctxt is_FO type_sys conjectures facts =
blanchet@38506
   277
  let
blanchet@40250
   278
    val ct =
blanchet@40445
   279
      fold (fold count_translated_formula) [conjectures, facts] init_counters
blanchet@38506
   280
    fun is_needed c = the (Symtab.lookup ct c) > 0
blanchet@38937
   281
    fun baptize th = ((Thm.get_name_hint th, false), th)
blanchet@38506
   282
  in
blanchet@38506
   283
    (optional_helpers
blanchet@41382
   284
     |> is_fully_typed type_sys ? append optional_fully_typed_helpers
blanchet@38506
   285
     |> maps (fn (ss, ths) =>
blanchet@38937
   286
                 if exists is_needed ss then map baptize ths else [])) @
blanchet@38937
   287
    (if is_FO then [] else map baptize mandatory_helpers)
blanchet@41339
   288
    |> map_filter (make_fact ctxt false)
blanchet@38506
   289
  end
blanchet@38506
   290
blanchet@41339
   291
fun translate_atp_fact ctxt = `(make_fact ctxt true)
blanchet@39248
   292
blanchet@41382
   293
fun translate_formulas ctxt type_sys hyp_ts concl_t rich_facts =
blanchet@38506
   294
  let
blanchet@38506
   295
    val thy = ProofContext.theory_of ctxt
blanchet@41339
   296
    val fact_ts = map (prop_of o snd o snd) rich_facts
blanchet@41339
   297
    val (facts, fact_names) =
blanchet@41339
   298
      rich_facts
blanchet@41339
   299
      |> map_filter (fn (NONE, _) => NONE
blanchet@41339
   300
                      | (SOME fact, (name, _)) => SOME (fact, name))
blanchet@41339
   301
      |> ListPair.unzip
blanchet@40445
   302
    (* Remove existing facts from the conjecture, as this can dramatically
blanchet@39249
   303
       boost an ATP's performance (for some reason). *)
blanchet@40445
   304
    val hyp_ts = hyp_ts |> filter_out (member (op aconv) fact_ts)
blanchet@38506
   305
    val goal_t = Logic.list_implies (hyp_ts, concl_t)
blanchet@38506
   306
    val is_FO = Meson.is_fol_term thy goal_t
blanchet@38506
   307
    val subs = tfree_classes_of_terms [goal_t]
blanchet@40445
   308
    val supers = tvar_classes_of_terms fact_ts
blanchet@40445
   309
    val tycons = type_consts_of_terms thy (goal_t :: fact_ts)
blanchet@40445
   310
    (* TFrees in the conjecture; TVars in the facts *)
blanchet@38836
   311
    val conjectures = make_conjecture ctxt (hyp_ts @ [concl_t])
blanchet@41382
   312
    val helper_facts = get_helper_facts ctxt is_FO type_sys conjectures facts
blanchet@41385
   313
    val (supers', arity_clauses) =
blanchet@41385
   314
      if type_sys = No_Types then ([], [])
blanchet@41385
   315
      else make_arity_clauses thy tycons supers
blanchet@38506
   316
    val class_rel_clauses = make_class_rel_clauses thy subs supers'
blanchet@38506
   317
  in
blanchet@40445
   318
    (fact_names |> map single |> Vector.fromList,
blanchet@40445
   319
     (conjectures, facts, helper_facts, class_rel_clauses, arity_clauses))
blanchet@38506
   320
  end
blanchet@38506
   321
blanchet@38506
   322
fun wrap_type ty t = ATerm ((type_wrapper_name, type_wrapper_name), [ty, t])
blanchet@38506
   323
blanchet@38506
   324
fun fo_term_for_combtyp (CombTVar name) = ATerm (name, [])
blanchet@38506
   325
  | fo_term_for_combtyp (CombTFree name) = ATerm (name, [])
blanchet@38506
   326
  | fo_term_for_combtyp (CombType (name, tys)) =
blanchet@38506
   327
    ATerm (name, map fo_term_for_combtyp tys)
blanchet@38506
   328
blanchet@38506
   329
fun fo_literal_for_type_literal (TyLitVar (class, name)) =
blanchet@38506
   330
    (true, ATerm (class, [ATerm (name, [])]))
blanchet@38506
   331
  | fo_literal_for_type_literal (TyLitFree (class, name)) =
blanchet@38506
   332
    (true, ATerm (class, [ATerm (name, [])]))
blanchet@38506
   333
blanchet@38506
   334
fun formula_for_fo_literal (pos, t) = AAtom t |> not pos ? mk_anot
blanchet@38506
   335
blanchet@41384
   336
fun fo_term_for_combterm thy type_sys =
blanchet@38506
   337
  let
blanchet@38506
   338
    fun aux top_level u =
blanchet@38506
   339
      let
blanchet@38506
   340
        val (head, args) = strip_combterm_comb u
blanchet@38506
   341
        val (x, ty_args) =
blanchet@38506
   342
          case head of
blanchet@38506
   343
            CombConst (name as (s, s'), _, ty_args) =>
blanchet@41384
   344
            (case strip_prefix_and_unascii const_prefix s of
blanchet@41384
   345
               NONE =>
blanchet@41384
   346
               if s = "equal" then
blanchet@41384
   347
                 if top_level andalso length args = 2 then (name, [])
blanchet@41384
   348
                 else (("c_fequal", @{const_name Metis.fequal}), ty_args)
blanchet@41384
   349
               else
blanchet@41384
   350
                 (name, ty_args)
blanchet@41384
   351
             | SOME s'' =>
blanchet@41384
   352
               let
blanchet@41384
   353
                 val s'' = invert_const s''
blanchet@41384
   354
                 val ty_args =
blanchet@41384
   355
                   if needs_type_args thy type_sys s'' then ty_args else []
blanchet@41384
   356
                in
blanchet@41384
   357
                  if top_level then
blanchet@41384
   358
                    case s of
blanchet@41384
   359
                      "c_False" => (("$false", s'), [])
blanchet@41384
   360
                    | "c_True" => (("$true", s'), [])
blanchet@41384
   361
                    | _ => (name, ty_args)
blanchet@41384
   362
                  else
blanchet@41384
   363
                    (name, ty_args)
blanchet@41384
   364
                end)
blanchet@38506
   365
          | CombVar (name, _) => (name, [])
blanchet@38506
   366
          | CombApp _ => raise Fail "impossible \"CombApp\""
blanchet@38506
   367
        val t = ATerm (x, map fo_term_for_combtyp ty_args @
blanchet@38506
   368
                          map (aux false) args)
blanchet@38506
   369
    in
blanchet@41382
   370
      t |> (if type_sys = Tags true then
blanchet@41382
   371
              wrap_type (fo_term_for_combtyp (combtyp_of u))
blanchet@41382
   372
            else
blanchet@41382
   373
              I)
blanchet@38506
   374
    end
blanchet@38506
   375
  in aux true end
blanchet@38506
   376
blanchet@41384
   377
fun formula_for_combformula thy type_sys =
blanchet@38506
   378
  let
blanchet@38506
   379
    fun aux (AQuant (q, xs, phi)) = AQuant (q, xs, aux phi)
blanchet@38506
   380
      | aux (AConn (c, phis)) = AConn (c, map aux phis)
blanchet@41384
   381
      | aux (AAtom tm) = AAtom (fo_term_for_combterm thy type_sys tm)
blanchet@38506
   382
  in aux end
blanchet@38506
   383
blanchet@41384
   384
fun formula_for_fact thy type_sys
blanchet@40445
   385
                     ({combformula, ctypes_sorts, ...} : translated_formula) =
blanchet@38506
   386
  mk_ahorn (map (formula_for_fo_literal o fo_literal_for_type_literal)
blanchet@41385
   387
                (atp_type_literals_for_types type_sys ctypes_sorts))
blanchet@41384
   388
           (formula_for_combformula thy type_sys combformula)
blanchet@38506
   389
blanchet@41384
   390
fun problem_line_for_fact thy prefix type_sys (formula as {name, kind, ...}) =
blanchet@41384
   391
  Fof (prefix ^ ascii_of name, kind, formula_for_fact thy type_sys formula)
blanchet@38506
   392
blanchet@38506
   393
fun problem_line_for_class_rel_clause (ClassRelClause {name, subclass,
blanchet@38506
   394
                                                       superclass, ...}) =
blanchet@38506
   395
  let val ty_arg = ATerm (("T", "T"), []) in
blanchet@38506
   396
    Fof (class_rel_clause_prefix ^ ascii_of name, Axiom,
blanchet@38506
   397
         AConn (AImplies, [AAtom (ATerm (subclass, [ty_arg])),
blanchet@38506
   398
                           AAtom (ATerm (superclass, [ty_arg]))]))
blanchet@38506
   399
  end
blanchet@38506
   400
blanchet@38506
   401
fun fo_literal_for_arity_literal (TConsLit (c, t, args)) =
blanchet@38506
   402
    (true, ATerm (c, [ATerm (t, map (fn arg => ATerm (arg, [])) args)]))
blanchet@38506
   403
  | fo_literal_for_arity_literal (TVarLit (c, sort)) =
blanchet@38506
   404
    (false, ATerm (c, [ATerm (sort, [])]))
blanchet@38506
   405
blanchet@38506
   406
fun problem_line_for_arity_clause (ArityClause {name, conclLit, premLits,
blanchet@38506
   407
                                                ...}) =
blanchet@38506
   408
  Fof (arity_clause_prefix ^ ascii_of name, Axiom,
blanchet@38506
   409
       mk_ahorn (map (formula_for_fo_literal o apfst not
blanchet@38506
   410
                      o fo_literal_for_arity_literal) premLits)
blanchet@38506
   411
                (formula_for_fo_literal
blanchet@38506
   412
                     (fo_literal_for_arity_literal conclLit)))
blanchet@38506
   413
blanchet@41384
   414
fun problem_line_for_conjecture thy type_sys
blanchet@40358
   415
        ({name, kind, combformula, ...} : translated_formula) =
blanchet@38506
   416
  Fof (conjecture_prefix ^ name, kind,
blanchet@41384
   417
       formula_for_combformula thy type_sys combformula)
blanchet@38506
   418
blanchet@41385
   419
fun free_type_literals_for_conjecture type_sys
blanchet@40358
   420
        ({ctypes_sorts, ...} : translated_formula) =
blanchet@41385
   421
  ctypes_sorts |> atp_type_literals_for_types type_sys
blanchet@41385
   422
               |> map fo_literal_for_type_literal
blanchet@38506
   423
blanchet@40156
   424
fun problem_line_for_free_type j lit =
blanchet@40156
   425
  Fof (tfree_prefix ^ string_of_int j, Hypothesis, formula_for_fo_literal lit)
blanchet@41385
   426
fun problem_lines_for_free_types type_sys conjectures =
blanchet@38506
   427
  let
blanchet@41385
   428
    val litss = map (free_type_literals_for_conjecture type_sys) conjectures
blanchet@38506
   429
    val lits = fold (union (op =)) litss []
blanchet@40156
   430
  in map2 problem_line_for_free_type (0 upto length lits - 1) lits end
blanchet@38506
   431
blanchet@38506
   432
(** "hBOOL" and "hAPP" **)
blanchet@38506
   433
blanchet@38506
   434
type const_info = {min_arity: int, max_arity: int, sub_level: bool}
blanchet@38506
   435
blanchet@38506
   436
fun consider_term top_level (ATerm ((s, _), ts)) =
blanchet@39692
   437
  (if is_atp_variable s then
blanchet@38506
   438
     I
blanchet@38506
   439
   else
blanchet@38506
   440
     let val n = length ts in
blanchet@38506
   441
       Symtab.map_default
blanchet@38506
   442
           (s, {min_arity = n, max_arity = 0, sub_level = false})
blanchet@38506
   443
           (fn {min_arity, max_arity, sub_level} =>
blanchet@38506
   444
               {min_arity = Int.min (n, min_arity),
blanchet@38506
   445
                max_arity = Int.max (n, max_arity),
blanchet@38506
   446
                sub_level = sub_level orelse not top_level})
blanchet@38506
   447
     end)
blanchet@38506
   448
  #> fold (consider_term (top_level andalso s = type_wrapper_name)) ts
blanchet@38506
   449
fun consider_formula (AQuant (_, _, phi)) = consider_formula phi
blanchet@38506
   450
  | consider_formula (AConn (_, phis)) = fold consider_formula phis
blanchet@38506
   451
  | consider_formula (AAtom tm) = consider_term true tm
blanchet@38506
   452
blanchet@38506
   453
fun consider_problem_line (Fof (_, _, phi)) = consider_formula phi
blanchet@38506
   454
fun consider_problem problem = fold (fold consider_problem_line o snd) problem
blanchet@38506
   455
blanchet@38506
   456
fun const_table_for_problem explicit_apply problem =
blanchet@38506
   457
  if explicit_apply then NONE
blanchet@38506
   458
  else SOME (Symtab.empty |> consider_problem problem)
blanchet@38506
   459
blanchet@41382
   460
fun min_arity_of thy type_sys NONE s =
blanchet@38506
   461
    (if s = "equal" orelse s = type_wrapper_name orelse
blanchet@38506
   462
        String.isPrefix type_const_prefix s orelse
blanchet@38506
   463
        String.isPrefix class_prefix s then
blanchet@38506
   464
       16383 (* large number *)
blanchet@38987
   465
     else case strip_prefix_and_unascii const_prefix s of
blanchet@41384
   466
       SOME s' => num_atp_type_args thy type_sys (invert_const s')
blanchet@38506
   467
     | NONE => 0)
blanchet@38506
   468
  | min_arity_of _ _ (SOME the_const_tab) s =
blanchet@38506
   469
    case Symtab.lookup the_const_tab s of
blanchet@38506
   470
      SOME ({min_arity, ...} : const_info) => min_arity
blanchet@38506
   471
    | NONE => 0
blanchet@38506
   472
blanchet@38506
   473
fun full_type_of (ATerm ((s, _), [ty, _])) =
blanchet@38506
   474
    if s = type_wrapper_name then ty else raise Fail "expected type wrapper"
blanchet@38506
   475
  | full_type_of _ = raise Fail "expected type wrapper"
blanchet@38506
   476
blanchet@38506
   477
fun list_hAPP_rev _ t1 [] = t1
blanchet@38506
   478
  | list_hAPP_rev NONE t1 (t2 :: ts2) =
blanchet@38506
   479
    ATerm (`I "hAPP", [list_hAPP_rev NONE t1 ts2, t2])
blanchet@38506
   480
  | list_hAPP_rev (SOME ty) t1 (t2 :: ts2) =
blanchet@38506
   481
    let val ty' = ATerm (`make_fixed_type_const @{type_name fun},
blanchet@38506
   482
                         [full_type_of t2, ty]) in
blanchet@38506
   483
      ATerm (`I "hAPP", [wrap_type ty' (list_hAPP_rev (SOME ty') t1 ts2), t2])
blanchet@38506
   484
    end
blanchet@38506
   485
blanchet@41382
   486
fun repair_applications_in_term thy type_sys const_tab =
blanchet@38506
   487
  let
blanchet@38506
   488
    fun aux opt_ty (ATerm (name as (s, _), ts)) =
blanchet@38506
   489
      if s = type_wrapper_name then
blanchet@38506
   490
        case ts of
blanchet@38506
   491
          [t1, t2] => ATerm (name, [aux NONE t1, aux (SOME t1) t2])
blanchet@38506
   492
        | _ => raise Fail "malformed type wrapper"
blanchet@38506
   493
      else
blanchet@38506
   494
        let
blanchet@38506
   495
          val ts = map (aux NONE) ts
blanchet@41382
   496
          val (ts1, ts2) = chop (min_arity_of thy type_sys const_tab s) ts
blanchet@38506
   497
        in list_hAPP_rev opt_ty (ATerm (name, ts1)) (rev ts2) end
blanchet@38506
   498
  in aux NONE end
blanchet@38506
   499
blanchet@38506
   500
fun boolify t = ATerm (`I "hBOOL", [t])
blanchet@38506
   501
blanchet@38506
   502
(* True if the constant ever appears outside of the top-level position in
blanchet@38506
   503
   literals, or if it appears with different arities (e.g., because of different
blanchet@38506
   504
   type instantiations). If false, the constant always receives all of its
blanchet@38506
   505
   arguments and is used as a predicate. *)
blanchet@38506
   506
fun is_predicate NONE s =
blanchet@38812
   507
    s = "equal" orelse s = "$false" orelse s = "$true" orelse
blanchet@38812
   508
    String.isPrefix type_const_prefix s orelse String.isPrefix class_prefix s
blanchet@38506
   509
  | is_predicate (SOME the_const_tab) s =
blanchet@38506
   510
    case Symtab.lookup the_const_tab s of
blanchet@38506
   511
      SOME {min_arity, max_arity, sub_level} =>
blanchet@38506
   512
      not sub_level andalso min_arity = max_arity
blanchet@38506
   513
    | NONE => false
blanchet@38506
   514
blanchet@38506
   515
fun repair_predicates_in_term const_tab (t as ATerm ((s, _), ts)) =
blanchet@38506
   516
  if s = type_wrapper_name then
blanchet@38506
   517
    case ts of
blanchet@38506
   518
      [_, t' as ATerm ((s', _), _)] =>
blanchet@38506
   519
      if is_predicate const_tab s' then t' else boolify t
blanchet@38506
   520
    | _ => raise Fail "malformed type wrapper"
blanchet@38506
   521
  else
blanchet@38506
   522
    t |> not (is_predicate const_tab s) ? boolify
blanchet@38506
   523
blanchet@38506
   524
fun close_universally phi =
blanchet@38506
   525
  let
blanchet@38506
   526
    fun term_vars bounds (ATerm (name as (s, _), tms)) =
blanchet@39692
   527
        (is_atp_variable s andalso not (member (op =) bounds name))
blanchet@38506
   528
          ? insert (op =) name
blanchet@38506
   529
        #> fold (term_vars bounds) tms
blanchet@38917
   530
    fun formula_vars bounds (AQuant (_, xs, phi)) =
blanchet@38506
   531
        formula_vars (xs @ bounds) phi
blanchet@38506
   532
      | formula_vars bounds (AConn (_, phis)) = fold (formula_vars bounds) phis
blanchet@38506
   533
      | formula_vars bounds (AAtom tm) = term_vars bounds tm
blanchet@38506
   534
  in
blanchet@38506
   535
    case formula_vars [] phi [] of [] => phi | xs => AQuant (AForall, xs, phi)
blanchet@38506
   536
  end
blanchet@38506
   537
blanchet@41382
   538
fun repair_formula thy explicit_forall type_sys const_tab =
blanchet@38506
   539
  let
blanchet@38506
   540
    fun aux (AQuant (q, xs, phi)) = AQuant (q, xs, aux phi)
blanchet@38506
   541
      | aux (AConn (c, phis)) = AConn (c, map aux phis)
blanchet@38506
   542
      | aux (AAtom tm) =
blanchet@41382
   543
        AAtom (tm |> repair_applications_in_term thy type_sys const_tab
blanchet@38506
   544
                  |> repair_predicates_in_term const_tab)
blanchet@38506
   545
  in aux #> explicit_forall ? close_universally end
blanchet@38506
   546
blanchet@41382
   547
fun repair_problem_line thy explicit_forall type_sys const_tab
blanchet@38506
   548
                        (Fof (ident, kind, phi)) =
blanchet@41382
   549
  Fof (ident, kind, repair_formula thy explicit_forall type_sys const_tab phi)
blanchet@38506
   550
fun repair_problem_with_const_table thy =
blanchet@38506
   551
  map o apsnd o map ooo repair_problem_line thy
blanchet@38506
   552
blanchet@41382
   553
fun repair_problem thy explicit_forall type_sys explicit_apply problem =
blanchet@41382
   554
  repair_problem_with_const_table thy explicit_forall type_sys
blanchet@38506
   555
      (const_table_for_problem explicit_apply problem) problem
blanchet@38506
   556
blanchet@41382
   557
fun prepare_atp_problem ctxt readable_names explicit_forall type_sys
blanchet@40445
   558
                        explicit_apply hyp_ts concl_t facts =
blanchet@38506
   559
  let
blanchet@38506
   560
    val thy = ProofContext.theory_of ctxt
blanchet@40445
   561
    val (fact_names, (conjectures, facts, helper_facts, class_rel_clauses,
blanchet@40445
   562
                      arity_clauses)) =
blanchet@41382
   563
      translate_formulas ctxt type_sys hyp_ts concl_t facts
blanchet@41384
   564
    val fact_lines = map (problem_line_for_fact thy fact_prefix type_sys) facts
blanchet@38506
   565
    val helper_lines =
blanchet@41384
   566
      map (problem_line_for_fact thy helper_prefix type_sys) helper_facts
blanchet@38506
   567
    val conjecture_lines =
blanchet@41384
   568
      map (problem_line_for_conjecture thy type_sys) conjectures
blanchet@41385
   569
    val tfree_lines = problem_lines_for_free_types type_sys conjectures
blanchet@38506
   570
    val class_rel_lines =
blanchet@38506
   571
      map problem_line_for_class_rel_clause class_rel_clauses
blanchet@38506
   572
    val arity_lines = map problem_line_for_arity_clause arity_clauses
blanchet@38506
   573
    (* Reordering these might or might not confuse the proof reconstruction
blanchet@38506
   574
       code or the SPASS Flotter hack. *)
blanchet@38506
   575
    val problem =
blanchet@40445
   576
      [("Relevant facts", fact_lines),
blanchet@38506
   577
       ("Class relationships", class_rel_lines),
blanchet@38506
   578
       ("Arity declarations", arity_lines),
blanchet@38506
   579
       ("Helper facts", helper_lines),
blanchet@38506
   580
       ("Conjectures", conjecture_lines),
blanchet@38506
   581
       ("Type variables", tfree_lines)]
blanchet@41382
   582
      |> repair_problem thy explicit_forall type_sys explicit_apply
blanchet@39692
   583
    val (problem, pool) = nice_atp_problem readable_names problem
blanchet@38506
   584
    val conjecture_offset =
blanchet@40445
   585
      length fact_lines + length class_rel_lines + length arity_lines
blanchet@38506
   586
      + length helper_lines
blanchet@38506
   587
  in
blanchet@38506
   588
    (problem,
blanchet@38506
   589
     case pool of SOME the_pool => snd the_pool | NONE => Symtab.empty,
blanchet@40445
   590
     conjecture_offset, fact_names)
blanchet@38506
   591
  end
blanchet@38506
   592
blanchet@38506
   593
end;