src/HOL/Tools/ATP/atp_problem_generate.ML
author blanchet
Sat, 04 Feb 2012 12:08:18 +0100
changeset 47237 d4754183ccce
parent 47234 0e490b9e8422
child 47238 78ff6a886b50
permissions -rw-r--r--
made option available to users (mostly for experiments)
blanchet@47148
     1
(*  Title:      HOL/Tools/ATP/atp_problem_generate.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@44734
     6
Translation of HOL to FOL for Metis and Sledgehammer.
blanchet@38506
     7
*)
blanchet@38506
     8
blanchet@47148
     9
signature ATP_PROBLEM_GENERATE =
blanchet@38506
    10
sig
nik@44535
    11
  type ('a, 'b) ho_term = ('a, 'b) ATP_Problem.ho_term
blanchet@43977
    12
  type connective = ATP_Problem.connective
blanchet@43977
    13
  type ('a, 'b, 'c) formula = ('a, 'b, 'c) ATP_Problem.formula
blanchet@46172
    14
  type atp_format = ATP_Problem.atp_format
blanchet@43580
    15
  type formula_kind = ATP_Problem.formula_kind
blanchet@38506
    16
  type 'a problem = 'a ATP_Problem.problem
blanchet@43926
    17
blanchet@47168
    18
  datatype scope = Global | Local | Assum | Chained
blanchet@47221
    19
  datatype status = General | Induct | Intro | Elim | Simp | Spec_Eq
blanchet@47168
    20
  type stature = scope * status
blanchet@43484
    21
blanchet@45349
    22
  datatype polymorphism = Polymorphic | Raw_Monomorphic | Mangled_Monomorphic
blanchet@47129
    23
  datatype strictness = Strict | Non_Strict
blanchet@45673
    24
  datatype granularity = All_Vars | Positively_Naked_Vars | Ghost_Type_Arg_Vars
blanchet@43484
    25
  datatype type_level =
blanchet@45256
    26
    All_Types |
blanchet@47129
    27
    Noninf_Nonmono_Types of strictness * granularity |
blanchet@45673
    28
    Fin_Nonmono_Types of granularity |
blanchet@45256
    29
    Const_Arg_Types |
blanchet@44233
    30
    No_Types
blanchet@45650
    31
  type type_enc
blanchet@43484
    32
blanchet@45351
    33
  val type_tag_idempotence : bool Config.T
blanchet@45351
    34
  val type_tag_arguments : bool Config.T
blanchet@46384
    35
  val no_lamsN : string
blanchet@46384
    36
  val hide_lamsN : string
blanchet@47193
    37
  val liftingN : string
blanchet@47193
    38
  val combsN : string
blanchet@47193
    39
  val combs_and_liftingN : string
blanchet@47193
    40
  val combs_or_liftingN : string
blanchet@46384
    41
  val lam_liftingN : string
blanchet@46384
    42
  val keep_lamsN : string
blanchet@44367
    43
  val schematic_var_prefix : string
blanchet@44367
    44
  val fixed_var_prefix : string
blanchet@44367
    45
  val tvar_prefix : string
blanchet@44367
    46
  val tfree_prefix : string
blanchet@44367
    47
  val const_prefix : string
blanchet@44367
    48
  val type_const_prefix : string
blanchet@44367
    49
  val class_prefix : string
blanchet@46425
    50
  val lam_lifted_prefix : string
blanchet@46425
    51
  val lam_lifted_mono_prefix : string
blanchet@46425
    52
  val lam_lifted_poly_prefix : string
blanchet@43926
    53
  val skolem_const_prefix : string
blanchet@43926
    54
  val old_skolem_const_prefix : string
blanchet@43926
    55
  val new_skolem_const_prefix : string
blanchet@46425
    56
  val combinator_prefix : string
blanchet@43966
    57
  val type_decl_prefix : string
blanchet@43966
    58
  val sym_decl_prefix : string
blanchet@44860
    59
  val guards_sym_formula_prefix : string
blanchet@45255
    60
  val tags_sym_formula_prefix : string
blanchet@40445
    61
  val fact_prefix : string
blanchet@38506
    62
  val conjecture_prefix : string
blanchet@43750
    63
  val helper_prefix : string
blanchet@43966
    64
  val class_rel_clause_prefix : string
blanchet@43966
    65
  val arity_clause_prefix : string
blanchet@43966
    66
  val tfree_clause_prefix : string
blanchet@46425
    67
  val lam_fact_prefix : string
blanchet@43750
    68
  val typed_helper_suffix : string
blanchet@43966
    69
  val untyped_helper_suffix : string
blanchet@44000
    70
  val type_tag_idempotence_helper_name : string
blanchet@43807
    71
  val predicator_name : string
blanchet@43807
    72
  val app_op_name : string
blanchet@45255
    73
  val type_guard_name : string
blanchet@43945
    74
  val type_tag_name : string
blanchet@43803
    75
  val simple_type_prefix : string
blanchet@44015
    76
  val prefixed_predicator_name : string
blanchet@43971
    77
  val prefixed_app_op_name : string
blanchet@43971
    78
  val prefixed_type_tag_name : string
blanchet@44367
    79
  val ascii_of : string -> string
blanchet@44367
    80
  val unascii_of : string -> string
blanchet@46382
    81
  val unprefix_and_unascii : string -> string -> string option
blanchet@44000
    82
  val proxy_table : (string * (string * (thm * (string * string)))) list
blanchet@44000
    83
  val proxify_const : string -> (string * string) option
blanchet@44367
    84
  val invert_const : string -> string
blanchet@44367
    85
  val unproxify_const : string -> string
blanchet@43934
    86
  val new_skolem_var_name_from_const : string -> string
blanchet@44089
    87
  val atp_irrelevant_consts : string list
blanchet@44089
    88
  val atp_schematic_consts_of : term -> typ list Symtab.table
blanchet@44692
    89
  val is_type_enc_higher_order : type_enc -> bool
blanchet@44493
    90
  val polymorphism_of_type_enc : type_enc -> polymorphism
blanchet@44493
    91
  val level_of_type_enc : type_enc -> type_level
blanchet@45256
    92
  val is_type_enc_quasi_sound : type_enc -> bool
blanchet@44493
    93
  val is_type_enc_fairly_sound : type_enc -> bool
blanchet@47129
    94
  val type_enc_from_string : strictness -> string -> type_enc
blanchet@46172
    95
  val adjust_type_enc : atp_format -> type_enc -> type_enc
blanchet@43977
    96
  val mk_aconns :
blanchet@43977
    97
    connective -> ('a, 'b, 'c) formula list -> ('a, 'b, 'c) formula
nik@44535
    98
  val unmangled_const : string -> string * (string, 'b) ho_term list
blanchet@47220
    99
  val unmangled_const_name : string -> string list
blanchet@44035
   100
  val helper_table : ((string * bool) * thm list) list
blanchet@46385
   101
  val trans_lams_from_string :
blanchet@46385
   102
    Proof.context -> type_enc -> string -> term list -> term list * term list
blanchet@44372
   103
  val factsN : string
blanchet@40240
   104
  val prepare_atp_problem :
blanchet@46172
   105
    Proof.context -> atp_format -> formula_kind -> formula_kind -> type_enc
blanchet@47237
   106
    -> bool -> string -> bool -> bool -> bool -> term list -> term
blanchet@47168
   107
    -> ((string * stature) * term) list
blanchet@47168
   108
    -> string problem * string Symtab.table * (string * stature) list vector
blanchet@46422
   109
       * (string * term) list * int Symtab.table
blanchet@41561
   110
  val atp_problem_weights : string problem -> (string * real) list
blanchet@38506
   111
end;
blanchet@38506
   112
blanchet@47148
   113
structure ATP_Problem_Generate : ATP_PROBLEM_GENERATE =
blanchet@38506
   114
struct
blanchet@38506
   115
blanchet@43926
   116
open ATP_Util
blanchet@38506
   117
open ATP_Problem
blanchet@43926
   118
blanchet@43926
   119
type name = string * string
blanchet@43926
   120
blanchet@45351
   121
val type_tag_idempotence =
blanchet@45411
   122
  Attrib.setup_config_bool @{binding atp_type_tag_idempotence} (K false)
blanchet@45351
   123
val type_tag_arguments =
blanchet@45411
   124
  Attrib.setup_config_bool @{binding atp_type_tag_arguments} (K false)
blanchet@45351
   125
blanchet@46387
   126
val no_lamsN = "no_lams" (* used internally; undocumented *)
blanchet@46384
   127
val hide_lamsN = "hide_lams"
blanchet@47193
   128
val liftingN = "lifting"
blanchet@47193
   129
val combsN = "combs"
blanchet@47193
   130
val combs_and_liftingN = "combs_and_lifting"
blanchet@47193
   131
val combs_or_liftingN = "combs_or_lifting"
blanchet@46384
   132
val keep_lamsN = "keep_lams"
blanchet@47193
   133
val lam_liftingN = "lam_lifting" (* legacy *)
blanchet@44959
   134
blanchet@46650
   135
(* It's still unclear whether all TFF1 implementations will support type
blanchet@46650
   136
   signatures such as "!>[A : $tType] : $o", with ghost type variables. *)
blanchet@46650
   137
val avoid_first_order_ghost_type_vars = false
blanchet@45480
   138
blanchet@43926
   139
val bound_var_prefix = "B_"
blanchet@45262
   140
val all_bound_var_prefix = "BA_"
blanchet@45262
   141
val exist_bound_var_prefix = "BE_"
blanchet@43926
   142
val schematic_var_prefix = "V_"
blanchet@43926
   143
val fixed_var_prefix = "v_"
blanchet@43926
   144
val tvar_prefix = "T_"
blanchet@43926
   145
val tfree_prefix = "t_"
blanchet@43926
   146
val const_prefix = "c_"
blanchet@43926
   147
val type_const_prefix = "tc_"
blanchet@45346
   148
val simple_type_prefix = "s_"
blanchet@43926
   149
val class_prefix = "cl_"
blanchet@43926
   150
blanchet@46380
   151
(* Freshness almost guaranteed! *)
blanchet@47220
   152
val atp_prefix = "ATP" ^ Long_Name.separator
blanchet@46380
   153
val atp_weak_prefix = "ATP:"
blanchet@46380
   154
blanchet@46425
   155
val lam_lifted_prefix = atp_weak_prefix ^ "Lam"
blanchet@46425
   156
val lam_lifted_mono_prefix = lam_lifted_prefix ^ "m"
blanchet@46425
   157
val lam_lifted_poly_prefix = lam_lifted_prefix ^ "p"
blanchet@44778
   158
blanchet@47220
   159
val skolem_const_prefix = atp_prefix ^ "Sko"
blanchet@43926
   160
val old_skolem_const_prefix = skolem_const_prefix ^ "o"
blanchet@43926
   161
val new_skolem_const_prefix = skolem_const_prefix ^ "n"
blanchet@43926
   162
blanchet@46425
   163
val combinator_prefix = "COMB"
blanchet@46425
   164
blanchet@43839
   165
val type_decl_prefix = "ty_"
blanchet@43839
   166
val sym_decl_prefix = "sy_"
blanchet@44860
   167
val guards_sym_formula_prefix = "gsy_"
blanchet@45255
   168
val tags_sym_formula_prefix = "tsy_"
blanchet@47237
   169
val uncurried_alias_eq_prefix = "unc_"
blanchet@40445
   170
val fact_prefix = "fact_"
blanchet@38506
   171
val conjecture_prefix = "conj_"
blanchet@38506
   172
val helper_prefix = "help_"
blanchet@44000
   173
val class_rel_clause_prefix = "clar_"
blanchet@38506
   174
val arity_clause_prefix = "arity_"
blanchet@43926
   175
val tfree_clause_prefix = "tfree_"
blanchet@38506
   176
blanchet@46425
   177
val lam_fact_prefix = "ATP.lambda_"
blanchet@43750
   178
val typed_helper_suffix = "_T"
blanchet@43750
   179
val untyped_helper_suffix = "_U"
blanchet@44000
   180
val type_tag_idempotence_helper_name = helper_prefix ^ "ti_idem"
blanchet@43750
   181
blanchet@45346
   182
val predicator_name = "pp"
blanchet@45346
   183
val app_op_name = "aa"
blanchet@45346
   184
val type_guard_name = "gg"
blanchet@45346
   185
val type_tag_name = "tt"
blanchet@43402
   186
blanchet@44015
   187
val prefixed_predicator_name = const_prefix ^ predicator_name
blanchet@43971
   188
val prefixed_app_op_name = const_prefix ^ app_op_name
blanchet@43971
   189
val prefixed_type_tag_name = const_prefix ^ type_tag_name
blanchet@43971
   190
blanchet@43926
   191
(*Escaping of special characters.
blanchet@43926
   192
  Alphanumeric characters are left unchanged.
blanchet@43926
   193
  The character _ goes to __
blanchet@43926
   194
  Characters in the range ASCII space to / go to _A to _P, respectively.
blanchet@43926
   195
  Other characters go to _nnn where nnn is the decimal ASCII code.*)
blanchet@43934
   196
val upper_a_minus_space = Char.ord #"A" - Char.ord #" "
blanchet@43926
   197
blanchet@43926
   198
fun stringN_of_int 0 _ = ""
blanchet@43926
   199
  | stringN_of_int k n =
blanchet@43926
   200
    stringN_of_int (k - 1) (n div 10) ^ string_of_int (n mod 10)
blanchet@43926
   201
blanchet@43926
   202
fun ascii_of_char c =
blanchet@43926
   203
  if Char.isAlphaNum c then
blanchet@43926
   204
    String.str c
blanchet@43926
   205
  else if c = #"_" then
blanchet@43926
   206
    "__"
blanchet@43926
   207
  else if #" " <= c andalso c <= #"/" then
blanchet@43926
   208
    "_" ^ String.str (Char.chr (Char.ord c + upper_a_minus_space))
blanchet@43926
   209
  else
blanchet@43926
   210
    (* fixed width, in case more digits follow *)
blanchet@43926
   211
    "_" ^ stringN_of_int 3 (Char.ord c)
blanchet@43926
   212
blanchet@43926
   213
val ascii_of = String.translate ascii_of_char
blanchet@43926
   214
blanchet@43926
   215
(** Remove ASCII armoring from names in proof files **)
blanchet@43926
   216
blanchet@43926
   217
(* We don't raise error exceptions because this code can run inside a worker
blanchet@43926
   218
   thread. Also, the errors are impossible. *)
blanchet@43926
   219
val unascii_of =
blanchet@43926
   220
  let
blanchet@43926
   221
    fun un rcs [] = String.implode(rev rcs)
blanchet@43926
   222
      | un rcs [#"_"] = un (#"_" :: rcs) [] (* ERROR *)
blanchet@43926
   223
        (* Three types of _ escapes: __, _A to _P, _nnn *)
blanchet@44367
   224
      | un rcs (#"_" :: #"_" :: cs) = un (#"_" :: rcs) cs
blanchet@43926
   225
      | un rcs (#"_" :: c :: cs) =
blanchet@43926
   226
        if #"A" <= c andalso c<= #"P" then
blanchet@43926
   227
          (* translation of #" " to #"/" *)
blanchet@43926
   228
          un (Char.chr (Char.ord c - upper_a_minus_space) :: rcs) cs
blanchet@43926
   229
        else
blanchet@44367
   230
          let val digits = List.take (c :: cs, 3) handle General.Subscript => [] in
blanchet@43926
   231
            case Int.fromString (String.implode digits) of
blanchet@43926
   232
              SOME n => un (Char.chr n :: rcs) (List.drop (cs, 2))
blanchet@44367
   233
            | NONE => un (c :: #"_" :: rcs) cs (* ERROR *)
blanchet@43926
   234
          end
blanchet@43926
   235
      | un rcs (c :: cs) = un (c :: rcs) cs
blanchet@43926
   236
  in un [] o String.explode end
blanchet@43926
   237
blanchet@43926
   238
(* If string s has the prefix s1, return the result of deleting it,
blanchet@43926
   239
   un-ASCII'd. *)
blanchet@46382
   240
fun unprefix_and_unascii s1 s =
blanchet@43926
   241
  if String.isPrefix s1 s then
blanchet@43926
   242
    SOME (unascii_of (String.extract (s, size s1, NONE)))
blanchet@43926
   243
  else
blanchet@43926
   244
    NONE
blanchet@43926
   245
blanchet@44000
   246
val proxy_table =
blanchet@44000
   247
  [("c_False", (@{const_name False}, (@{thm fFalse_def},
blanchet@44000
   248
       ("fFalse", @{const_name ATP.fFalse})))),
blanchet@44000
   249
   ("c_True", (@{const_name True}, (@{thm fTrue_def},
blanchet@44000
   250
       ("fTrue", @{const_name ATP.fTrue})))),
blanchet@44000
   251
   ("c_Not", (@{const_name Not}, (@{thm fNot_def},
blanchet@44000
   252
       ("fNot", @{const_name ATP.fNot})))),
blanchet@44000
   253
   ("c_conj", (@{const_name conj}, (@{thm fconj_def},
blanchet@44000
   254
       ("fconj", @{const_name ATP.fconj})))),
blanchet@44000
   255
   ("c_disj", (@{const_name disj}, (@{thm fdisj_def},
blanchet@44000
   256
       ("fdisj", @{const_name ATP.fdisj})))),
blanchet@44000
   257
   ("c_implies", (@{const_name implies}, (@{thm fimplies_def},
blanchet@44000
   258
       ("fimplies", @{const_name ATP.fimplies})))),
blanchet@44000
   259
   ("equal", (@{const_name HOL.eq}, (@{thm fequal_def},
nik@44537
   260
       ("fequal", @{const_name ATP.fequal})))),
nik@44537
   261
   ("c_All", (@{const_name All}, (@{thm fAll_def},
nik@44537
   262
       ("fAll", @{const_name ATP.fAll})))),
nik@44537
   263
   ("c_Ex", (@{const_name Ex}, (@{thm fEx_def},
nik@44537
   264
       ("fEx", @{const_name ATP.fEx}))))]
blanchet@43926
   265
blanchet@44000
   266
val proxify_const = AList.lookup (op =) proxy_table #> Option.map (snd o snd)
blanchet@43926
   267
blanchet@43926
   268
(* Readable names for the more common symbolic functions. Do not mess with the
blanchet@43926
   269
   table unless you know what you are doing. *)
blanchet@43926
   270
val const_trans_table =
blanchet@43926
   271
  [(@{type_name Product_Type.prod}, "prod"),
blanchet@43926
   272
   (@{type_name Sum_Type.sum}, "sum"),
blanchet@43926
   273
   (@{const_name False}, "False"),
blanchet@43926
   274
   (@{const_name True}, "True"),
blanchet@43926
   275
   (@{const_name Not}, "Not"),
blanchet@43926
   276
   (@{const_name conj}, "conj"),
blanchet@43926
   277
   (@{const_name disj}, "disj"),
blanchet@43926
   278
   (@{const_name implies}, "implies"),
blanchet@43926
   279
   (@{const_name HOL.eq}, "equal"),
nik@44537
   280
   (@{const_name All}, "All"),
nik@44537
   281
   (@{const_name Ex}, "Ex"),
blanchet@43926
   282
   (@{const_name If}, "If"),
blanchet@43926
   283
   (@{const_name Set.member}, "member"),
blanchet@46425
   284
   (@{const_name Meson.COMBI}, combinator_prefix ^ "I"),
blanchet@46425
   285
   (@{const_name Meson.COMBK}, combinator_prefix ^ "K"),
blanchet@46425
   286
   (@{const_name Meson.COMBB}, combinator_prefix ^ "B"),
blanchet@46425
   287
   (@{const_name Meson.COMBC}, combinator_prefix ^ "C"),
blanchet@46425
   288
   (@{const_name Meson.COMBS}, combinator_prefix ^ "S")]
blanchet@43926
   289
  |> Symtab.make
blanchet@44000
   290
  |> fold (Symtab.update o swap o snd o snd o snd) proxy_table
blanchet@43926
   291
blanchet@43926
   292
(* Invert the table of translations between Isabelle and ATPs. *)
blanchet@43926
   293
val const_trans_table_inv =
blanchet@43926
   294
  const_trans_table |> Symtab.dest |> map swap |> Symtab.make
blanchet@43926
   295
val const_trans_table_unprox =
blanchet@43926
   296
  Symtab.empty
blanchet@44000
   297
  |> fold (fn (_, (isa, (_, (_, atp)))) => Symtab.update (atp, isa)) proxy_table
blanchet@43926
   298
blanchet@43926
   299
val invert_const = perhaps (Symtab.lookup const_trans_table_inv)
blanchet@43926
   300
val unproxify_const = perhaps (Symtab.lookup const_trans_table_unprox)
blanchet@43926
   301
blanchet@43926
   302
fun lookup_const c =
blanchet@43926
   303
  case Symtab.lookup const_trans_table c of
blanchet@43926
   304
    SOME c' => c'
blanchet@43926
   305
  | NONE => ascii_of c
blanchet@43926
   306
blanchet@44489
   307
fun ascii_of_indexname (v, 0) = ascii_of v
blanchet@44489
   308
  | ascii_of_indexname (v, i) = ascii_of v ^ "_" ^ string_of_int i
blanchet@43926
   309
blanchet@43926
   310
fun make_bound_var x = bound_var_prefix ^ ascii_of x
blanchet@45262
   311
fun make_all_bound_var x = all_bound_var_prefix ^ ascii_of x
blanchet@45262
   312
fun make_exist_bound_var x = exist_bound_var_prefix ^ ascii_of x
blanchet@43926
   313
fun make_schematic_var v = schematic_var_prefix ^ ascii_of_indexname v
blanchet@43926
   314
fun make_fixed_var x = fixed_var_prefix ^ ascii_of x
blanchet@43926
   315
blanchet@44489
   316
fun make_schematic_type_var (x, i) =
blanchet@45459
   317
  tvar_prefix ^ (ascii_of_indexname (unprefix "'" x, i))
blanchet@44489
   318
fun make_fixed_type_var x = tfree_prefix ^ (ascii_of (unprefix "'" x))
blanchet@43926
   319
blanchet@46172
   320
(* "HOL.eq" and choice are mapped to the ATP's equivalents *)
nik@45451
   321
local
nik@45451
   322
  val choice_const = (fst o dest_Const o HOLogic.choice_const) Term.dummyT
nik@45451
   323
  fun default c = const_prefix ^ lookup_const c
nik@45451
   324
in
nik@45451
   325
  fun make_fixed_const _ @{const_name HOL.eq} = tptp_old_equal
blanchet@45618
   326
    | make_fixed_const (SOME (THF (_, _, THF_With_Choice))) c =
blanchet@45618
   327
      if c = choice_const then tptp_choice else default c
nik@45451
   328
    | make_fixed_const _ c = default c
nik@45451
   329
end
blanchet@43926
   330
blanchet@43926
   331
fun make_fixed_type_const c = type_const_prefix ^ lookup_const c
blanchet@43926
   332
blanchet@43926
   333
fun make_type_class clas = class_prefix ^ ascii_of clas
blanchet@43926
   334
blanchet@43934
   335
fun new_skolem_var_name_from_const s =
blanchet@43934
   336
  let val ss = s |> space_explode Long_Name.separator in
blanchet@43934
   337
    nth ss (length ss - 2)
blanchet@43934
   338
  end
blanchet@43934
   339
blanchet@44089
   340
(* These are either simplified away by "Meson.presimplify" (most of the time) or
blanchet@44089
   341
   handled specially via "fFalse", "fTrue", ..., "fequal". *)
blanchet@44089
   342
val atp_irrelevant_consts =
blanchet@44089
   343
  [@{const_name False}, @{const_name True}, @{const_name Not},
blanchet@44089
   344
   @{const_name conj}, @{const_name disj}, @{const_name implies},
blanchet@44089
   345
   @{const_name HOL.eq}, @{const_name If}, @{const_name Let}]
blanchet@44089
   346
blanchet@44089
   347
val atp_monomorph_bad_consts =
blanchet@44089
   348
  atp_irrelevant_consts @
blanchet@44089
   349
  (* These are ignored anyway by the relevance filter (unless they appear in
blanchet@44089
   350
     higher-order places) but not by the monomorphizer. *)
blanchet@44089
   351
  [@{const_name all}, @{const_name "==>"}, @{const_name "=="},
blanchet@44089
   352
   @{const_name Trueprop}, @{const_name All}, @{const_name Ex},
blanchet@44089
   353
   @{const_name Ex1}, @{const_name Ball}, @{const_name Bex}]
blanchet@44089
   354
blanchet@44099
   355
fun add_schematic_const (x as (_, T)) =
blanchet@44099
   356
  Monomorph.typ_has_tvars T ? Symtab.insert_list (op =) x
blanchet@44099
   357
val add_schematic_consts_of =
blanchet@44099
   358
  Term.fold_aterms (fn Const (x as (s, _)) =>
blanchet@44099
   359
                       not (member (op =) atp_monomorph_bad_consts s)
blanchet@44099
   360
                       ? add_schematic_const x
blanchet@44099
   361
                      | _ => I)
blanchet@44099
   362
fun atp_schematic_consts_of t = add_schematic_consts_of t Symtab.empty
blanchet@44089
   363
blanchet@43926
   364
(** Definitions and functions for FOL clauses and formulas for TPTP **)
blanchet@43926
   365
blanchet@43926
   366
(** Isabelle arities **)
blanchet@43926
   367
blanchet@45483
   368
type arity_atom = name * name * name list
blanchet@43926
   369
blanchet@44104
   370
val type_class = the_single @{sort type}
blanchet@44104
   371
blanchet@43927
   372
type arity_clause =
blanchet@44367
   373
  {name : string,
blanchet@45483
   374
   prem_atoms : arity_atom list,
blanchet@45483
   375
   concl_atom : arity_atom}
blanchet@45483
   376
blanchet@45483
   377
fun add_prem_atom tvar =
blanchet@45483
   378
  fold (fn s => s <> type_class ? cons (`make_type_class s, `I tvar, []))
blanchet@43926
   379
blanchet@43926
   380
(* Arity of type constructor "tcon :: (arg1, ..., argN) res" *)
blanchet@43926
   381
fun make_axiom_arity_clause (tcons, name, (cls, args)) =
blanchet@43926
   382
  let
blanchet@45459
   383
    val tvars = map (prefix tvar_prefix o string_of_int) (1 upto length args)
blanchet@43926
   384
    val tvars_srts = ListPair.zip (tvars, args)
blanchet@43926
   385
  in
blanchet@43927
   386
    {name = name,
blanchet@45483
   387
     prem_atoms = [] |> fold (uncurry add_prem_atom) tvars_srts,
blanchet@45483
   388
     concl_atom = (`make_type_class cls, `make_fixed_type_const tcons,
blanchet@45483
   389
                   tvars ~~ tvars)}
blanchet@43926
   390
  end
blanchet@43926
   391
blanchet@43926
   392
fun arity_clause _ _ (_, []) = []
blanchet@44366
   393
  | arity_clause seen n (tcons, ("HOL.type", _) :: ars) =  (* ignore *)
blanchet@44366
   394
    arity_clause seen n (tcons, ars)
blanchet@44366
   395
  | arity_clause seen n (tcons, (ar as (class, _)) :: ars) =
blanchet@44366
   396
    if member (op =) seen class then
blanchet@44366
   397
      (* multiple arities for the same (tycon, class) pair *)
blanchet@44366
   398
      make_axiom_arity_clause (tcons,
blanchet@44366
   399
          lookup_const tcons ^ "___" ^ ascii_of class ^ "_" ^ string_of_int n,
blanchet@44366
   400
          ar) ::
blanchet@44366
   401
      arity_clause seen (n + 1) (tcons, ars)
blanchet@44366
   402
    else
blanchet@44366
   403
      make_axiom_arity_clause (tcons, lookup_const tcons ^ "___" ^
blanchet@44366
   404
                               ascii_of class, ar) ::
blanchet@44366
   405
      arity_clause (class :: seen) n (tcons, ars)
blanchet@43926
   406
blanchet@43926
   407
fun multi_arity_clause [] = []
blanchet@43926
   408
  | multi_arity_clause ((tcons, ars) :: tc_arlists) =
blanchet@45643
   409
    arity_clause [] 1 (tcons, ars) @ multi_arity_clause tc_arlists
blanchet@43926
   410
blanchet@44489
   411
(* Generate all pairs (tycon, class, sorts) such that tycon belongs to class in
blanchet@44489
   412
   theory thy provided its arguments have the corresponding sorts. *)
blanchet@43926
   413
fun type_class_pairs thy tycons classes =
blanchet@43934
   414
  let
blanchet@43934
   415
    val alg = Sign.classes_of thy
blanchet@43934
   416
    fun domain_sorts tycon = Sorts.mg_domain alg tycon o single
blanchet@43934
   417
    fun add_class tycon class =
blanchet@43934
   418
      cons (class, domain_sorts tycon class)
blanchet@43934
   419
      handle Sorts.CLASS_ERROR _ => I
blanchet@43934
   420
    fun try_classes tycon = (tycon, fold (add_class tycon) classes [])
blanchet@43934
   421
  in map try_classes tycons end
blanchet@43926
   422
blanchet@43926
   423
(*Proving one (tycon, class) membership may require proving others, so iterate.*)
blanchet@43926
   424
fun iter_type_class_pairs _ _ [] = ([], [])
blanchet@43926
   425
  | iter_type_class_pairs thy tycons classes =
blanchet@44104
   426
      let
blanchet@44104
   427
        fun maybe_insert_class s =
blanchet@44104
   428
          (s <> type_class andalso not (member (op =) classes s))
blanchet@44104
   429
          ? insert (op =) s
blanchet@44104
   430
        val cpairs = type_class_pairs thy tycons classes
blanchet@44104
   431
        val newclasses =
blanchet@44104
   432
          [] |> fold (fold (fold (fold maybe_insert_class) o snd) o snd) cpairs
blanchet@44104
   433
        val (classes', cpairs') = iter_type_class_pairs thy tycons newclasses
blanchet@44107
   434
      in (classes' @ classes, union (op =) cpairs' cpairs) end
blanchet@43926
   435
blanchet@43926
   436
fun make_arity_clauses thy tycons =
blanchet@43926
   437
  iter_type_class_pairs thy tycons ##> multi_arity_clause
blanchet@43926
   438
blanchet@43926
   439
blanchet@43926
   440
(** Isabelle class relations **)
blanchet@43926
   441
blanchet@43927
   442
type class_rel_clause =
blanchet@44367
   443
  {name : string,
blanchet@44367
   444
   subclass : name,
blanchet@44367
   445
   superclass : name}
blanchet@43926
   446
blanchet@44489
   447
(* Generate all pairs (sub, super) such that sub is a proper subclass of super
blanchet@44489
   448
   in theory "thy". *)
blanchet@43926
   449
fun class_pairs _ [] _ = []
blanchet@43926
   450
  | class_pairs thy subs supers =
blanchet@43926
   451
      let
blanchet@43926
   452
        val class_less = Sorts.class_less (Sign.classes_of thy)
blanchet@43926
   453
        fun add_super sub super = class_less (sub, super) ? cons (sub, super)
blanchet@43926
   454
        fun add_supers sub = fold (add_super sub) supers
blanchet@43926
   455
      in fold add_supers subs [] end
blanchet@43926
   456
blanchet@44489
   457
fun make_class_rel_clause (sub, super) =
blanchet@44489
   458
  {name = sub ^ "_" ^ super, subclass = `make_type_class sub,
blanchet@43927
   459
   superclass = `make_type_class super}
blanchet@43926
   460
blanchet@43926
   461
fun make_class_rel_clauses thy subs supers =
blanchet@43934
   462
  map make_class_rel_clause (class_pairs thy subs supers)
blanchet@43926
   463
blanchet@44730
   464
(* intermediate terms *)
blanchet@44730
   465
datatype iterm =
blanchet@44730
   466
  IConst of name * typ * typ list |
blanchet@44730
   467
  IVar of name * typ |
blanchet@44730
   468
  IApp of iterm * iterm |
blanchet@44730
   469
  IAbs of (name * typ) * iterm
blanchet@43926
   470
blanchet@44730
   471
fun ityp_of (IConst (_, T, _)) = T
blanchet@44730
   472
  | ityp_of (IVar (_, T)) = T
blanchet@44730
   473
  | ityp_of (IApp (t1, _)) = snd (dest_funT (ityp_of t1))
blanchet@44730
   474
  | ityp_of (IAbs ((_, T), tm)) = T --> ityp_of tm
blanchet@43926
   475
blanchet@43926
   476
(*gets the head of a combinator application, along with the list of arguments*)
blanchet@44730
   477
fun strip_iterm_comb u =
blanchet@44367
   478
  let
blanchet@44730
   479
    fun stripc (IApp (t, u), ts) = stripc (t, u :: ts)
blanchet@44367
   480
      | stripc x = x
blanchet@44367
   481
  in stripc (u, []) end
blanchet@43926
   482
blanchet@46187
   483
fun atomic_types_of T = fold_atyps (insert (op =)) T []
blanchet@43926
   484
blanchet@46380
   485
val tvar_a_str = "'a"
blanchet@46380
   486
val tvar_a = TVar ((tvar_a_str, 0), HOLogic.typeS)
blanchet@46380
   487
val tvar_a_name = (make_schematic_type_var (tvar_a_str, 0), tvar_a_str)
blanchet@46380
   488
val itself_name = `make_fixed_type_const @{type_name itself}
blanchet@46380
   489
val TYPE_name = `(make_fixed_const NONE) @{const_name TYPE}
blanchet@46380
   490
val tvar_a_atype = AType (tvar_a_name, [])
blanchet@46380
   491
val a_itself_atype = AType (itself_name, [tvar_a_atype])
blanchet@46380
   492
blanchet@43926
   493
fun new_skolem_const_name s num_T_args =
blanchet@43926
   494
  [new_skolem_const_prefix, s, string_of_int num_T_args]
blanchet@43926
   495
  |> space_implode Long_Name.separator
blanchet@43926
   496
blanchet@45458
   497
fun robust_const_type thy s =
blanchet@46380
   498
  if s = app_op_name then
blanchet@46380
   499
    Logic.varifyT_global @{typ "('a => 'b) => 'a => 'b"}
blanchet@46425
   500
  else if String.isPrefix lam_lifted_prefix s then
blanchet@46380
   501
    Logic.varifyT_global @{typ "'a => 'b"}
blanchet@46380
   502
  else
blanchet@46380
   503
    (* Old Skolems throw a "TYPE" exception here, which will be caught. *)
blanchet@46380
   504
    s |> Sign.the_const_type thy
blanchet@45458
   505
blanchet@45458
   506
(* This function only makes sense if "T" is as general as possible. *)
blanchet@45458
   507
fun robust_const_typargs thy (s, T) =
blanchet@46380
   508
  if s = app_op_name then
blanchet@46380
   509
    let val (T1, T2) = T |> domain_type |> dest_funT in [T1, T2] end
blanchet@46380
   510
  else if String.isPrefix old_skolem_const_prefix s then
blanchet@46380
   511
    [] |> Term.add_tvarsT T |> rev |> map TVar
blanchet@46425
   512
  else if String.isPrefix lam_lifted_prefix s then
blanchet@46425
   513
    if String.isPrefix lam_lifted_poly_prefix s then
blanchet@46382
   514
      let val (T1, T2) = T |> dest_funT in [T1, T2] end
blanchet@46382
   515
    else
blanchet@46382
   516
      []
blanchet@46380
   517
  else
blanchet@46380
   518
    (s, T) |> Sign.const_typargs thy
blanchet@45458
   519
blanchet@44730
   520
(* Converts an Isabelle/HOL term (with combinators) into an intermediate term.
blanchet@44730
   521
   Also accumulates sort infomation. *)
nik@45350
   522
fun iterm_from_term thy format bs (P $ Q) =
blanchet@43926
   523
    let
nik@45350
   524
      val (P', P_atomics_Ts) = iterm_from_term thy format bs P
nik@45350
   525
      val (Q', Q_atomics_Ts) = iterm_from_term thy format bs Q
blanchet@44730
   526
    in (IApp (P', Q'), union (op =) P_atomics_Ts Q_atomics_Ts) end
nik@45350
   527
  | iterm_from_term thy format _ (Const (c, T)) =
nik@45350
   528
    (IConst (`(make_fixed_const (SOME format)) c, T,
blanchet@45458
   529
             robust_const_typargs thy (c, T)),
blanchet@46187
   530
     atomic_types_of T)
nik@45350
   531
  | iterm_from_term _ _ _ (Free (s, T)) =
blanchet@46380
   532
    (IConst (`make_fixed_var s, T, []), atomic_types_of T)
nik@45350
   533
  | iterm_from_term _ format _ (Var (v as (s, _), T)) =
blanchet@43926
   534
    (if String.isPrefix Meson_Clausify.new_skolem_var_prefix s then
blanchet@43926
   535
       let
blanchet@43926
   536
         val Ts = T |> strip_type |> swap |> op ::
blanchet@43926
   537
         val s' = new_skolem_const_name s (length Ts)
nik@45350
   538
       in IConst (`(make_fixed_const (SOME format)) s', T, Ts) end
blanchet@43926
   539
     else
blanchet@46187
   540
       IVar ((make_schematic_var v, s), T), atomic_types_of T)
nik@45350
   541
  | iterm_from_term _ _ bs (Bound j) =
blanchet@46187
   542
    nth bs j |> (fn (_, (name, T)) => (IConst (name, T, []), atomic_types_of T))
nik@45350
   543
  | iterm_from_term thy format bs (Abs (s, T, t)) =
nik@44537
   544
    let
nik@44537
   545
      fun vary s = s |> AList.defined (op =) bs s ? vary o Symbol.bump_string
nik@44537
   546
      val s = vary s
blanchet@45262
   547
      val name = `make_bound_var s
nik@45350
   548
      val (tm, atomic_Ts) = iterm_from_term thy format ((s, (name, T)) :: bs) t
blanchet@46187
   549
    in (IAbs ((name, T), tm), union (op =) atomic_Ts (atomic_types_of T)) end
blanchet@43926
   550
blanchet@47168
   551
datatype scope = Global | Local | Assum | Chained
blanchet@47221
   552
datatype status = General | Induct | Intro | Elim | Simp | Spec_Eq
blanchet@47168
   553
type stature = scope * status
blanchet@43926
   554
blanchet@44491
   555
datatype order = First_Order | Higher_Order
blanchet@45349
   556
datatype polymorphism = Polymorphic | Raw_Monomorphic | Mangled_Monomorphic
blanchet@47129
   557
datatype strictness = Strict | Non_Strict
blanchet@45673
   558
datatype granularity = All_Vars | Positively_Naked_Vars | Ghost_Type_Arg_Vars
blanchet@43484
   559
datatype type_level =
blanchet@45256
   560
  All_Types |
blanchet@47129
   561
  Noninf_Nonmono_Types of strictness * granularity |
blanchet@45673
   562
  Fin_Nonmono_Types of granularity |
blanchet@45256
   563
  Const_Arg_Types |
blanchet@44233
   564
  No_Types
blanchet@43484
   565
blanchet@44493
   566
datatype type_enc =
blanchet@45455
   567
  Simple_Types of order * polymorphism * type_level |
blanchet@45639
   568
  Guards of polymorphism * type_level |
blanchet@45639
   569
  Tags of polymorphism * type_level
blanchet@45639
   570
blanchet@45639
   571
fun is_type_enc_higher_order (Simple_Types (Higher_Order, _, _)) = true
blanchet@45639
   572
  | is_type_enc_higher_order _ = false
blanchet@45639
   573
blanchet@45639
   574
fun polymorphism_of_type_enc (Simple_Types (_, poly, _)) = poly
blanchet@45639
   575
  | polymorphism_of_type_enc (Guards (poly, _)) = poly
blanchet@45639
   576
  | polymorphism_of_type_enc (Tags (poly, _)) = poly
blanchet@45639
   577
blanchet@45639
   578
fun level_of_type_enc (Simple_Types (_, _, level)) = level
blanchet@45639
   579
  | level_of_type_enc (Guards (_, level)) = level
blanchet@45639
   580
  | level_of_type_enc (Tags (_, level)) = level
blanchet@45639
   581
blanchet@45673
   582
fun granularity_of_type_level (Noninf_Nonmono_Types (_, grain)) = grain
blanchet@45673
   583
  | granularity_of_type_level (Fin_Nonmono_Types grain) = grain
blanchet@45673
   584
  | granularity_of_type_level _ = All_Vars
blanchet@45639
   585
blanchet@45639
   586
fun is_type_level_quasi_sound All_Types = true
blanchet@45639
   587
  | is_type_level_quasi_sound (Noninf_Nonmono_Types _) = true
blanchet@45639
   588
  | is_type_level_quasi_sound _ = false
blanchet@45639
   589
val is_type_enc_quasi_sound = is_type_level_quasi_sound o level_of_type_enc
blanchet@45639
   590
blanchet@45639
   591
fun is_type_level_fairly_sound (Fin_Nonmono_Types _) = true
blanchet@45639
   592
  | is_type_level_fairly_sound level = is_type_level_quasi_sound level
blanchet@45639
   593
val is_type_enc_fairly_sound = is_type_level_fairly_sound o level_of_type_enc
blanchet@45639
   594
blanchet@45639
   595
fun is_type_level_monotonicity_based (Noninf_Nonmono_Types _) = true
blanchet@45639
   596
  | is_type_level_monotonicity_based (Fin_Nonmono_Types _) = true
blanchet@45639
   597
  | is_type_level_monotonicity_based _ = false
blanchet@43484
   598
blanchet@45653
   599
(* "_query", "_bang", and "_at" are for the ASCII-challenged Metis and
blanchet@45653
   600
   Mirabelle. *)
blanchet@45653
   601
val queries = ["?", "_query"]
blanchet@45653
   602
val bangs = ["!", "_bang"]
blanchet@45653
   603
val ats = ["@", "_at"]
blanchet@45653
   604
blanchet@43559
   605
fun try_unsuffixes ss s =
blanchet@43559
   606
  fold (fn s' => fn NONE => try (unsuffix s') s | some => some) ss NONE
blanchet@43559
   607
blanchet@45653
   608
fun try_nonmono constr suffixes fallback s =
blanchet@45653
   609
  case try_unsuffixes suffixes s of
blanchet@45653
   610
    SOME s =>
blanchet@45653
   611
    (case try_unsuffixes suffixes s of
blanchet@45673
   612
       SOME s => (constr Positively_Naked_Vars, s)
blanchet@45653
   613
     | NONE =>
blanchet@45653
   614
       case try_unsuffixes ats s of
blanchet@45673
   615
         SOME s => (constr Ghost_Type_Arg_Vars, s)
blanchet@45673
   616
       | NONE => (constr All_Vars, s))
blanchet@45653
   617
  | NONE => fallback s
blanchet@45639
   618
blanchet@47129
   619
fun type_enc_from_string strictness s =
blanchet@43587
   620
  (case try (unprefix "poly_") s of
blanchet@43587
   621
     SOME s => (SOME Polymorphic, s)
blanchet@43484
   622
   | NONE =>
blanchet@45349
   623
     case try (unprefix "raw_mono_") s of
blanchet@45349
   624
       SOME s => (SOME Raw_Monomorphic, s)
blanchet@43587
   625
     | NONE =>
blanchet@45349
   626
       case try (unprefix "mono_") s of
blanchet@43587
   627
         SOME s => (SOME Mangled_Monomorphic, s)
blanchet@43587
   628
       | NONE => (NONE, s))
blanchet@45653
   629
  ||> (pair All_Types
blanchet@45653
   630
       |> try_nonmono Fin_Nonmono_Types bangs
blanchet@47129
   631
       |> try_nonmono (curry Noninf_Nonmono_Types strictness) queries)
blanchet@45639
   632
  |> (fn (poly, (level, core)) =>
blanchet@45639
   633
         case (core, (poly, level)) of
blanchet@45639
   634
           ("simple", (SOME poly, _)) =>
blanchet@45606
   635
           (case (poly, level) of
blanchet@45606
   636
              (Polymorphic, All_Types) =>
blanchet@45606
   637
              Simple_Types (First_Order, Polymorphic, All_Types)
blanchet@45606
   638
            | (Mangled_Monomorphic, _) =>
blanchet@45673
   639
              if granularity_of_type_level level = All_Vars then
blanchet@45639
   640
                Simple_Types (First_Order, Mangled_Monomorphic, level)
blanchet@45639
   641
              else
blanchet@45639
   642
                raise Same.SAME
blanchet@45606
   643
            | _ => raise Same.SAME)
blanchet@45639
   644
         | ("simple_higher", (SOME poly, _)) =>
blanchet@45455
   645
           (case (poly, level) of
blanchet@45618
   646
              (Polymorphic, All_Types) =>
blanchet@45618
   647
              Simple_Types (Higher_Order, Polymorphic, All_Types)
blanchet@45618
   648
            | (_, Noninf_Nonmono_Types _) => raise Same.SAME
blanchet@45606
   649
            | (Mangled_Monomorphic, _) =>
blanchet@45673
   650
              if granularity_of_type_level level = All_Vars then
blanchet@45639
   651
                Simple_Types (Higher_Order, Mangled_Monomorphic, level)
blanchet@45639
   652
              else
blanchet@45639
   653
                raise Same.SAME
blanchet@45606
   654
            | _ => raise Same.SAME)
blanchet@45672
   655
         | ("guards", (SOME poly, _)) =>
blanchet@46820
   656
           if poly = Mangled_Monomorphic andalso
blanchet@46820
   657
              granularity_of_type_level level = Ghost_Type_Arg_Vars then
blanchet@46820
   658
             raise Same.SAME
blanchet@46820
   659
           else
blanchet@46820
   660
             Guards (poly, level)
blanchet@45672
   661
         | ("tags", (SOME poly, _)) =>
blanchet@46820
   662
           if granularity_of_type_level level = Ghost_Type_Arg_Vars then
blanchet@46820
   663
             raise Same.SAME
blanchet@46820
   664
           else
blanchet@46820
   665
             Tags (poly, level)
blanchet@45639
   666
         | ("args", (SOME poly, All_Types (* naja *))) =>
blanchet@45639
   667
           Guards (poly, Const_Arg_Types)
blanchet@45639
   668
         | ("erased", (NONE, All_Types (* naja *))) =>
blanchet@45639
   669
           Guards (Polymorphic, No_Types)
blanchet@43618
   670
         | _ => raise Same.SAME)
blanchet@45653
   671
  handle Same.SAME => error ("Unknown type encoding: " ^ quote s ^ ".")
blanchet@43484
   672
blanchet@45618
   673
fun adjust_type_enc (THF (TPTP_Monomorphic, _, _))
blanchet@45618
   674
                    (Simple_Types (order, _, level)) =
blanchet@45455
   675
    Simple_Types (order, Mangled_Monomorphic, level)
blanchet@45618
   676
  | adjust_type_enc (THF _) type_enc = type_enc
blanchet@45618
   677
  | adjust_type_enc (TFF (TPTP_Monomorphic, _)) (Simple_Types (_, _, level)) =
blanchet@45455
   678
    Simple_Types (First_Order, Mangled_Monomorphic, level)
blanchet@46174
   679
  | adjust_type_enc (DFG DFG_Sorted) (Simple_Types (_, _, level)) =
blanchet@46172
   680
    Simple_Types (First_Order, Mangled_Monomorphic, level)
blanchet@45618
   681
  | adjust_type_enc (TFF _) (Simple_Types (_, poly, level)) =
blanchet@45455
   682
    Simple_Types (First_Order, poly, level)
blanchet@45455
   683
  | adjust_type_enc format (Simple_Types (_, poly, level)) =
blanchet@45639
   684
    adjust_type_enc format (Guards (poly, level))
blanchet@45275
   685
  | adjust_type_enc CNF_UEQ (type_enc as Guards stuff) =
blanchet@45275
   686
    (if is_type_enc_fairly_sound type_enc then Tags else Guards) stuff
blanchet@45275
   687
  | adjust_type_enc _ type_enc = type_enc
blanchet@43942
   688
blanchet@46380
   689
fun constify_lifted (t $ u) = constify_lifted t $ constify_lifted u
blanchet@46380
   690
  | constify_lifted (Abs (s, T, t)) = Abs (s, T, constify_lifted t)
blanchet@46380
   691
  | constify_lifted (Free (x as (s, _))) =
blanchet@46425
   692
    (if String.isPrefix lam_lifted_prefix s then Const else Free) x
blanchet@46380
   693
  | constify_lifted t = t
blanchet@46380
   694
blanchet@47203
   695
(* Requires bound variables not to clash with any schematic variables (as should
blanchet@47203
   696
   be the case right after lambda-lifting). *)
blanchet@47213
   697
fun open_form unprefix (t as Const (@{const_name All}, _) $ Abs (s, T, t')) =
blanchet@47213
   698
    (case try unprefix s of
blanchet@47213
   699
       SOME s =>
blanchet@47213
   700
       let
blanchet@47213
   701
         val names = Name.make_context (map fst (Term.add_var_names t' []))
blanchet@47213
   702
         val (s, _) = Name.variant s names
blanchet@47213
   703
       in open_form unprefix (subst_bound (Var ((s, 0), T), t')) end
blanchet@47213
   704
     | NONE => t)
blanchet@47213
   705
  | open_form _ t = t
blanchet@47203
   706
blanchet@46425
   707
fun lift_lams_part_1 ctxt type_enc =
blanchet@46439
   708
  map close_form #> rpair ctxt
blanchet@44959
   709
  #-> Lambda_Lifting.lift_lambdas
blanchet@46435
   710
          (SOME ((if polymorphism_of_type_enc type_enc = Polymorphic then
blanchet@46435
   711
                    lam_lifted_poly_prefix
blanchet@46435
   712
                  else
blanchet@46435
   713
                    lam_lifted_mono_prefix) ^ "_a"))
blanchet@44959
   714
          Lambda_Lifting.is_quantifier
blanchet@46425
   715
  #> fst
blanchet@47213
   716
fun lift_lams_part_2 (facts, lifted) =
blanchet@47213
   717
  (map (open_form (unprefix close_form_prefix) o constify_lifted) facts,
blanchet@47213
   718
   map (open_form I o constify_lifted) lifted)
blanchet@46425
   719
val lift_lams = lift_lams_part_2 ooo lift_lams_part_1
blanchet@44959
   720
blanchet@44959
   721
fun intentionalize_def (Const (@{const_name All}, _) $ Abs (_, _, t)) =
blanchet@44959
   722
    intentionalize_def t
blanchet@44959
   723
  | intentionalize_def (Const (@{const_name HOL.eq}, _) $ t $ u) =
blanchet@44959
   724
    let
blanchet@44959
   725
      fun lam T t = Abs (Name.uu, T, t)
blanchet@44959
   726
      val (head, args) = strip_comb t ||> rev
blanchet@44959
   727
      val head_T = fastype_of head
blanchet@44959
   728
      val n = length args
blanchet@44959
   729
      val arg_Ts = head_T |> binder_types |> take n |> rev
blanchet@44959
   730
      val u = u |> subst_atomic (args ~~ map Bound (0 upto n - 1))
blanchet@44959
   731
    in HOLogic.eq_const head_T $ head $ fold lam arg_Ts u end
blanchet@44959
   732
  | intentionalize_def t = t
blanchet@44959
   733
blanchet@40358
   734
type translated_formula =
blanchet@44367
   735
  {name : string,
blanchet@47168
   736
   stature : stature,
blanchet@44367
   737
   kind : formula_kind,
blanchet@44730
   738
   iformula : (name, typ, iterm) formula,
blanchet@44367
   739
   atomic_types : typ list}
blanchet@38506
   740
blanchet@47168
   741
fun update_iformula f ({name, stature, kind, iformula, atomic_types}
blanchet@44730
   742
                       : translated_formula) =
blanchet@47168
   743
  {name = name, stature = stature, kind = kind, iformula = f iformula,
blanchet@43433
   744
   atomic_types = atomic_types} : translated_formula
blanchet@43413
   745
blanchet@44730
   746
fun fact_lift f ({iformula, ...} : translated_formula) = f iformula
blanchet@43429
   747
blanchet@43905
   748
fun insert_type ctxt get_T x xs =
blanchet@43905
   749
  let val T = get_T x in
blanchet@45258
   750
    if exists (type_instance ctxt T o get_T) xs then xs
blanchet@45258
   751
    else x :: filter_out (type_generalization ctxt T o get_T) xs
blanchet@43905
   752
  end
blanchet@43547
   753
blanchet@43618
   754
(* The Booleans indicate whether all type arguments should be kept. *)
blanchet@43618
   755
datatype type_arg_policy =
blanchet@46808
   756
  Explicit_Type_Args of bool (* infer_from_term_args *) |
blanchet@45642
   757
  Mangled_Type_Args |
blanchet@43618
   758
  No_Type_Args
blanchet@41384
   759
blanchet@46816
   760
fun type_arg_policy monom_constrs type_enc s =
blanchet@46186
   761
  let val poly = polymorphism_of_type_enc type_enc in
blanchet@45645
   762
    if s = type_tag_name then
blanchet@46186
   763
      if poly = Mangled_Monomorphic then Mangled_Type_Args
blanchet@46186
   764
      else Explicit_Type_Args false
blanchet@45645
   765
    else case type_enc of
blanchet@46186
   766
      Simple_Types (_, Polymorphic, _) => Explicit_Type_Args false
blanchet@46186
   767
    | Tags (_, All_Types) => No_Type_Args
blanchet@45645
   768
    | _ =>
blanchet@45645
   769
      let val level = level_of_type_enc type_enc in
blanchet@45645
   770
        if level = No_Types orelse s = @{const_name HOL.eq} orelse
blanchet@45645
   771
           (s = app_op_name andalso level = Const_Arg_Types) then
blanchet@45645
   772
          No_Type_Args
blanchet@46186
   773
        else if poly = Mangled_Monomorphic then
blanchet@45645
   774
          Mangled_Type_Args
blanchet@46816
   775
        else if member (op =) monom_constrs s andalso
blanchet@46816
   776
                granularity_of_type_level level = Positively_Naked_Vars then
blanchet@46816
   777
          No_Type_Args
blanchet@45645
   778
        else
blanchet@45673
   779
          Explicit_Type_Args
blanchet@45673
   780
              (level = All_Types orelse
blanchet@45673
   781
               granularity_of_type_level level = Ghost_Type_Arg_Vars)
blanchet@45645
   782
      end
blanchet@45645
   783
  end
blanchet@43088
   784
blanchet@45483
   785
(* Make atoms for sorted type variables. *)
blanchet@44104
   786
fun generic_add_sorts_on_type (_, []) = I
blanchet@44104
   787
  | generic_add_sorts_on_type ((x, i), s :: ss) =
blanchet@44104
   788
    generic_add_sorts_on_type ((x, i), ss)
blanchet@44104
   789
    #> (if s = the_single @{sort HOL.type} then
blanchet@43934
   790
          I
blanchet@43934
   791
        else if i = ~1 then
blanchet@45481
   792
          insert (op =) (`make_type_class s, `make_fixed_type_var x)
blanchet@43934
   793
        else
blanchet@45481
   794
          insert (op =) (`make_type_class s,
blanchet@45481
   795
                         (make_schematic_type_var (x, i), x)))
blanchet@44104
   796
fun add_sorts_on_tfree (TFree (s, S)) = generic_add_sorts_on_type ((s, ~1), S)
blanchet@44104
   797
  | add_sorts_on_tfree _ = I
blanchet@44104
   798
fun add_sorts_on_tvar (TVar z) = generic_add_sorts_on_type z
blanchet@44104
   799
  | add_sorts_on_tvar _ = I
blanchet@43926
   800
blanchet@45483
   801
fun type_class_formula type_enc class arg =
blanchet@45483
   802
  AAtom (ATerm (class, arg ::
blanchet@45483
   803
      (case type_enc of
blanchet@45618
   804
         Simple_Types (First_Order, Polymorphic, _) =>
blanchet@46172
   805
         if avoid_first_order_ghost_type_vars then [ATerm (TYPE_name, [arg])]
blanchet@45618
   806
         else []
blanchet@45483
   807
       | _ => [])))
blanchet@45483
   808
fun formulas_for_types type_enc add_sorts_on_typ Ts =
blanchet@44493
   809
  [] |> level_of_type_enc type_enc <> No_Types ? fold add_sorts_on_typ Ts
blanchet@45483
   810
     |> map (fn (class, name) =>
blanchet@45483
   811
                type_class_formula type_enc class (ATerm (name, [])))
blanchet@41385
   812
blanchet@43405
   813
fun mk_aconns c phis =
blanchet@43405
   814
  let val (phis', phi') = split_last phis in
blanchet@43405
   815
    fold_rev (mk_aconn c) phis' phi'
blanchet@43405
   816
  end
blanchet@38506
   817
fun mk_ahorn [] phi = phi
blanchet@43405
   818
  | mk_ahorn phis psi = AConn (AImplies, [mk_aconns AAnd phis, psi])
blanchet@43393
   819
fun mk_aquant _ [] phi = phi
blanchet@43393
   820
  | mk_aquant q xs (phi as AQuant (q', xs', phi')) =
blanchet@43393
   821
    if q = q' then AQuant (q, xs @ xs', phi') else AQuant (q, xs, phi)
blanchet@43393
   822
  | mk_aquant q xs phi = AQuant (q, xs, phi)
blanchet@38506
   823
blanchet@46186
   824
fun close_universally add_term_vars phi =
blanchet@41393
   825
  let
blanchet@46186
   826
    fun add_formula_vars bounds (AQuant (_, xs, phi)) =
blanchet@46186
   827
        add_formula_vars (map fst xs @ bounds) phi
blanchet@46186
   828
      | add_formula_vars bounds (AConn (_, phis)) =
blanchet@46186
   829
        fold (add_formula_vars bounds) phis
blanchet@46186
   830
      | add_formula_vars bounds (AAtom tm) = add_term_vars bounds tm
blanchet@46186
   831
  in mk_aquant AForall (add_formula_vars [] phi []) phi end
blanchet@43393
   832
blanchet@46248
   833
fun add_term_vars bounds (ATerm (name as (s, _), tms)) =
blanchet@46248
   834
    (if is_tptp_variable s andalso
blanchet@46248
   835
        not (String.isPrefix tvar_prefix s) andalso
blanchet@46248
   836
        not (member (op =) bounds name) then
blanchet@46248
   837
       insert (op =) (name, NONE)
blanchet@46248
   838
     else
blanchet@46248
   839
       I)
blanchet@46248
   840
    #> fold (add_term_vars bounds) tms
blanchet@46248
   841
  | add_term_vars bounds (AAbs ((name, _), tm)) =
blanchet@46248
   842
    add_term_vars (name :: bounds) tm
blanchet@46272
   843
fun close_formula_universally phi = close_universally add_term_vars phi
blanchet@46186
   844
blanchet@46186
   845
fun add_iterm_vars bounds (IApp (tm1, tm2)) =
blanchet@46186
   846
    fold (add_iterm_vars bounds) [tm1, tm2]
blanchet@46186
   847
  | add_iterm_vars _ (IConst _) = I
blanchet@46186
   848
  | add_iterm_vars bounds (IVar (name, T)) =
blanchet@46186
   849
    not (member (op =) bounds name) ? insert (op =) (name, SOME T)
blanchet@46186
   850
  | add_iterm_vars bounds (IAbs (_, tm)) = add_iterm_vars bounds tm
blanchet@46186
   851
fun close_iformula_universally phi = close_universally add_iterm_vars phi
blanchet@41393
   852
blanchet@47166
   853
val fused_infinite_type_name = "ATP.fused_inf" (* shouldn't clash *)
blanchet@45458
   854
val fused_infinite_type = Type (fused_infinite_type_name, [])
blanchet@45458
   855
blanchet@45458
   856
fun tvar_name (x as (s, _)) = (make_schematic_type_var x, s)
blanchet@43835
   857
nik@44535
   858
fun ho_term_from_typ format type_enc =
blanchet@43835
   859
  let
blanchet@43835
   860
    fun term (Type (s, Ts)) =
blanchet@44493
   861
      ATerm (case (is_type_enc_higher_order type_enc, s) of
blanchet@43835
   862
               (true, @{type_name bool}) => `I tptp_bool_type
blanchet@43835
   863
             | (true, @{type_name fun}) => `I tptp_fun_type
blanchet@45458
   864
             | _ => if s = fused_infinite_type_name andalso
blanchet@45106
   865
                       is_format_typed format then
blanchet@44019
   866
                      `I tptp_individual_type
blanchet@44019
   867
                    else
blanchet@44019
   868
                      `make_fixed_type_const s,
blanchet@43835
   869
             map term Ts)
blanchet@43835
   870
    | term (TFree (s, _)) = ATerm (`make_fixed_type_var s, [])
blanchet@45458
   871
    | term (TVar (x, _)) = ATerm (tvar_name x, [])
blanchet@43835
   872
  in term end
blanchet@43433
   873
nik@44535
   874
fun ho_term_for_type_arg format type_enc T =
nik@44535
   875
  if T = dummyT then NONE else SOME (ho_term_from_typ format type_enc T)
blanchet@44264
   876
blanchet@43433
   877
(* This shouldn't clash with anything else. *)
blanchet@47237
   878
val uncurried_alias_sep = "\000"
blanchet@47220
   879
val mangled_type_sep = "\001"
blanchet@47220
   880
blanchet@47237
   881
val ascii_of_uncurried_alias_sep = ascii_of uncurried_alias_sep
blanchet@43413
   882
blanchet@43433
   883
fun generic_mangled_type_name f (ATerm (name, [])) = f name
blanchet@43433
   884
  | generic_mangled_type_name f (ATerm (name, tys)) =
blanchet@43626
   885
    f name ^ "(" ^ space_implode "," (map (generic_mangled_type_name f) tys)
blanchet@43626
   886
    ^ ")"
blanchet@44558
   887
  | generic_mangled_type_name _ _ = raise Fail "unexpected type abstraction"
blanchet@43413
   888
blanchet@45255
   889
fun mangled_type format type_enc =
blanchet@45255
   890
  generic_mangled_type_name fst o ho_term_from_typ format type_enc
blanchet@45255
   891
blanchet@43926
   892
fun make_simple_type s =
blanchet@43926
   893
  if s = tptp_bool_type orelse s = tptp_fun_type orelse
blanchet@43926
   894
     s = tptp_individual_type then
blanchet@43926
   895
    s
blanchet@43926
   896
  else
blanchet@43926
   897
    simple_type_prefix ^ ascii_of s
blanchet@43926
   898
nik@44535
   899
fun ho_type_from_ho_term type_enc pred_sym ary =
blanchet@43804
   900
  let
blanchet@45457
   901
    fun to_mangled_atype ty =
blanchet@43804
   902
      AType ((make_simple_type (generic_mangled_type_name fst ty),
blanchet@45457
   903
              generic_mangled_type_name snd ty), [])
blanchet@45457
   904
    fun to_poly_atype (ATerm (name, tys)) = AType (name, map to_poly_atype tys)
blanchet@45457
   905
      | to_poly_atype _ = raise Fail "unexpected type abstraction"
blanchet@45457
   906
    val to_atype =
blanchet@45457
   907
      if polymorphism_of_type_enc type_enc = Polymorphic then to_poly_atype
blanchet@45457
   908
      else to_mangled_atype
blanchet@43804
   909
    fun to_afun f1 f2 tys = AFun (f1 (hd tys), f2 (nth tys 1))
blanchet@43839
   910
    fun to_fo 0 ty = if pred_sym then bool_atype else to_atype ty
blanchet@43835
   911
      | to_fo ary (ATerm (_, tys)) = to_afun to_atype (to_fo (ary - 1)) tys
blanchet@44558
   912
      | to_fo _ _ = raise Fail "unexpected type abstraction"
blanchet@43835
   913
    fun to_ho (ty as ATerm ((s, _), tys)) =
nik@44535
   914
        if s = tptp_fun_type then to_afun to_ho to_ho tys else to_atype ty
nik@44535
   915
      | to_ho _ = raise Fail "unexpected type abstraction"
blanchet@44493
   916
  in if is_type_enc_higher_order type_enc then to_ho else to_fo ary end
blanchet@43804
   917
nik@44536
   918
fun ho_type_from_typ format type_enc pred_sym ary =
nik@44535
   919
  ho_type_from_ho_term type_enc pred_sym ary
nik@44535
   920
  o ho_term_from_typ format type_enc
blanchet@43804
   921
blanchet@47237
   922
fun aliased_uncurried ary (s, s') =
blanchet@47237
   923
  (s ^ ascii_of_uncurried_alias_sep ^ string_of_int ary, s' ^ string_of_int ary)
blanchet@47237
   924
fun unaliased_uncurried (s, s') =
blanchet@47237
   925
  case space_explode uncurried_alias_sep s of
blanchet@47220
   926
    [_] => (s, s')
blanchet@47220
   927
  | [s1, s2] => (s1, unsuffix s2 s')
blanchet@47220
   928
  | _ => raise Fail "ill-formed explicit application alias"
blanchet@47220
   929
blanchet@47220
   930
fun raw_mangled_const_name type_name ty_args (s, s') =
blanchet@43804
   931
  let
blanchet@43804
   932
    fun type_suffix f g =
blanchet@47220
   933
      fold_rev (curry (op ^) o g o prefix mangled_type_sep o type_name f)
blanchet@47220
   934
               ty_args ""
blanchet@43804
   935
  in (s ^ type_suffix fst ascii_of, s' ^ type_suffix snd I) end
blanchet@47220
   936
fun mangled_const_name format type_enc =
blanchet@47220
   937
  map_filter (ho_term_for_type_arg format type_enc)
blanchet@47220
   938
  #> raw_mangled_const_name generic_mangled_type_name
blanchet@43413
   939
blanchet@43413
   940
val parse_mangled_ident =
blanchet@43413
   941
  Scan.many1 (not o member (op =) ["(", ")", ","]) >> implode
blanchet@43413
   942
blanchet@43413
   943
fun parse_mangled_type x =
blanchet@43413
   944
  (parse_mangled_ident
blanchet@43413
   945
   -- Scan.optional ($$ "(" |-- Scan.optional parse_mangled_types [] --| $$ ")")
blanchet@43413
   946
                    [] >> ATerm) x
blanchet@43413
   947
and parse_mangled_types x =
blanchet@43413
   948
  (parse_mangled_type ::: Scan.repeat ($$ "," |-- parse_mangled_type)) x
blanchet@43413
   949
blanchet@43413
   950
fun unmangled_type s =
blanchet@43413
   951
  s |> suffix ")" |> raw_explode
blanchet@43413
   952
    |> Scan.finite Symbol.stopper
blanchet@43413
   953
           (Scan.error (!! (fn _ => raise Fail ("unrecognized mangled type " ^
blanchet@43413
   954
                                                quote s)) parse_mangled_type))
blanchet@43413
   955
    |> fst
blanchet@43413
   956
blanchet@47220
   957
fun unmangled_const_name s =
blanchet@47237
   958
  (s, s) |> unaliased_uncurried |> fst |> space_explode mangled_type_sep
blanchet@43413
   959
fun unmangled_const s =
blanchet@47220
   960
  let val ss = unmangled_const_name s in
blanchet@43413
   961
    (hd ss, map unmangled_type (tl ss))
blanchet@43413
   962
  end
blanchet@43413
   963
blanchet@45644
   964
fun introduce_proxies_in_iterm type_enc =
blanchet@43439
   965
  let
blanchet@44858
   966
    fun tweak_ho_quant ho_quant T [IAbs _] = IConst (`I ho_quant, T, [])
blanchet@44858
   967
      | tweak_ho_quant ho_quant (T as Type (_, [p_T as Type (_, [x_T, _]), _]))
blanchet@44858
   968
                       _ =
blanchet@44858
   969
        (* Eta-expand "!!" and "??", to work around LEO-II 1.2.8 parser
blanchet@44858
   970
           limitation. This works in conjuction with special code in
blanchet@44858
   971
           "ATP_Problem" that uses the syntactic sugar "!" and "?" whenever
blanchet@44858
   972
           possible. *)
blanchet@44858
   973
        IAbs ((`I "P", p_T),
blanchet@44858
   974
              IApp (IConst (`I ho_quant, T, []),
blanchet@44858
   975
                    IAbs ((`I "X", x_T),
blanchet@44858
   976
                          IApp (IConst (`I "P", p_T, []),
blanchet@44858
   977
                                IConst (`I "X", x_T, [])))))
blanchet@44858
   978
      | tweak_ho_quant _ _ _ = raise Fail "unexpected type for quantifier"
blanchet@44858
   979
    fun intro top_level args (IApp (tm1, tm2)) =
blanchet@44858
   980
        IApp (intro top_level (tm2 :: args) tm1, intro false [] tm2)
blanchet@44858
   981
      | intro top_level args (IConst (name as (s, _), T, T_args)) =
blanchet@43441
   982
        (case proxify_const s of
blanchet@44000
   983
           SOME proxy_base =>
blanchet@44493
   984
           if top_level orelse is_type_enc_higher_order type_enc then
blanchet@43841
   985
             case (top_level, s) of
blanchet@44858
   986
               (_, "c_False") => IConst (`I tptp_false, T, [])
blanchet@44858
   987
             | (_, "c_True") => IConst (`I tptp_true, T, [])
blanchet@44858
   988
             | (false, "c_Not") => IConst (`I tptp_not, T, [])
blanchet@44858
   989
             | (false, "c_conj") => IConst (`I tptp_and, T, [])
blanchet@44858
   990
             | (false, "c_disj") => IConst (`I tptp_or, T, [])
blanchet@44858
   991
             | (false, "c_implies") => IConst (`I tptp_implies, T, [])
blanchet@44858
   992
             | (false, "c_All") => tweak_ho_quant tptp_ho_forall T args
blanchet@44858
   993
             | (false, "c_Ex") => tweak_ho_quant tptp_ho_exists T args
blanchet@43841
   994
             | (false, s) =>
blanchet@44968
   995
               if is_tptp_equal s andalso length args = 2 then
blanchet@44968
   996
                 IConst (`I tptp_equal, T, [])
blanchet@44968
   997
               else
blanchet@45453
   998
                 (* Use a proxy even for partially applied THF0 equality,
blanchet@45453
   999
                    because the LEO-II and Satallax parsers complain about not
blanchet@45453
  1000
                    being able to infer the type of "=". *)
blanchet@44968
  1001
                 IConst (proxy_base |>> prefix const_prefix, T, T_args)
blanchet@44858
  1002
             | _ => IConst (name, T, [])
blanchet@43440
  1003
           else
blanchet@44858
  1004
             IConst (proxy_base |>> prefix const_prefix, T, T_args)
blanchet@46038
  1005
          | NONE => if s = tptp_choice then tweak_ho_quant tptp_choice T args
blanchet@46038
  1006
                    else IConst (name, T, T_args))
blanchet@44858
  1007
      | intro _ _ (IAbs (bound, tm)) = IAbs (bound, intro false [] tm)
blanchet@44858
  1008
      | intro _ _ tm = tm
blanchet@44858
  1009
  in intro true [] end
blanchet@43439
  1010
blanchet@47220
  1011
fun mangle_type_args_in_const format type_enc (name as (s, _)) T_args =
blanchet@47220
  1012
  case unprefix_and_unascii const_prefix s of
blanchet@47220
  1013
    NONE => (name, T_args)
blanchet@47220
  1014
  | SOME s'' =>
blanchet@47220
  1015
    case type_arg_policy [] type_enc (invert_const s'') of
blanchet@47220
  1016
      Mangled_Type_Args => (mangled_const_name format type_enc T_args name, [])
blanchet@47220
  1017
    | _ => (name, T_args)
blanchet@45645
  1018
fun mangle_type_args_in_iterm format type_enc =
blanchet@45645
  1019
  if polymorphism_of_type_enc type_enc = Mangled_Monomorphic then
blanchet@45645
  1020
    let
blanchet@45645
  1021
      fun mangle (IApp (tm1, tm2)) = IApp (mangle tm1, mangle tm2)
blanchet@45645
  1022
        | mangle (tm as IConst (_, _, [])) = tm
blanchet@47220
  1023
        | mangle (IConst (name, T, T_args)) =
blanchet@47220
  1024
          mangle_type_args_in_const format type_enc name T_args
blanchet@47220
  1025
          |> (fn (name, T_args) => IConst (name, T, T_args))
blanchet@45645
  1026
        | mangle (IAbs (bound, tm)) = IAbs (bound, mangle tm)
blanchet@45645
  1027
        | mangle tm = tm
blanchet@45645
  1028
    in mangle end
blanchet@45645
  1029
  else
blanchet@45645
  1030
    I
blanchet@45645
  1031
blanchet@45644
  1032
fun chop_fun 0 T = ([], T)
blanchet@45644
  1033
  | chop_fun n (Type (@{type_name fun}, [dom_T, ran_T])) =
blanchet@45644
  1034
    chop_fun (n - 1) ran_T |>> cons dom_T
blanchet@45644
  1035
  | chop_fun _ T = ([], T)
blanchet@45644
  1036
blanchet@45645
  1037
fun filter_const_type_args _ _ _ [] = []
blanchet@45645
  1038
  | filter_const_type_args thy s ary T_args =
blanchet@45644
  1039
    let
blanchet@45644
  1040
      val U = robust_const_type thy s
blanchet@45644
  1041
      val arg_U_vars = fold Term.add_tvarsT (U |> chop_fun ary |> fst) []
blanchet@45644
  1042
      val U_args = (s, U) |> robust_const_typargs thy
blanchet@45644
  1043
    in
blanchet@45644
  1044
      U_args ~~ T_args
blanchet@45644
  1045
      |> map (fn (U, T) =>
blanchet@45644
  1046
                 if member (op =) arg_U_vars (dest_TVar U) then dummyT else T)
blanchet@45644
  1047
    end
blanchet@45644
  1048
    handle TYPE _ => T_args
blanchet@45644
  1049
blanchet@47220
  1050
fun filter_type_args_in_const _ _ _ _ _ [] = []
blanchet@47220
  1051
  | filter_type_args_in_const thy monom_constrs type_enc ary s T_args =
blanchet@47220
  1052
    case unprefix_and_unascii const_prefix s of
blanchet@47220
  1053
      NONE =>
blanchet@47220
  1054
      if level_of_type_enc type_enc = No_Types orelse s = tptp_choice then []
blanchet@47220
  1055
      else T_args
blanchet@47220
  1056
    | SOME s'' =>
blanchet@47220
  1057
      let
blanchet@47220
  1058
        val s'' = invert_const s''
blanchet@47220
  1059
        fun filter_T_args false = T_args
blanchet@47220
  1060
          | filter_T_args true = filter_const_type_args thy s'' ary T_args
blanchet@47220
  1061
      in
blanchet@47220
  1062
        case type_arg_policy monom_constrs type_enc s'' of
blanchet@47220
  1063
          Explicit_Type_Args infer_from_term_args =>
blanchet@47220
  1064
          filter_T_args infer_from_term_args
blanchet@47220
  1065
        | No_Type_Args => []
blanchet@47220
  1066
        | Mangled_Type_Args => raise Fail "unexpected (un)mangled symbol"
blanchet@47220
  1067
      end
blanchet@46816
  1068
fun filter_type_args_in_iterm thy monom_constrs type_enc =
blanchet@38506
  1069
  let
blanchet@45645
  1070
    fun filt ary (IApp (tm1, tm2)) = IApp (filt (ary + 1) tm1, filt 0 tm2)
blanchet@45645
  1071
      | filt ary (IConst (name as (s, _), T, T_args)) =
blanchet@47220
  1072
        filter_type_args_in_const thy monom_constrs type_enc ary s T_args
blanchet@47220
  1073
        |> (fn T_args => IConst (name, T, T_args))
blanchet@45645
  1074
      | filt _ (IAbs (bound, tm)) = IAbs (bound, filt 0 tm)
blanchet@45645
  1075
      | filt _ tm = tm
blanchet@45645
  1076
  in filt 0 end
blanchet@45644
  1077
blanchet@45644
  1078
fun iformula_from_prop ctxt format type_enc eq_as_iff =
blanchet@45644
  1079
  let
blanchet@45644
  1080
    val thy = Proof_Context.theory_of ctxt
blanchet@46187
  1081
    fun do_term bs t atomic_Ts =
nik@45350
  1082
      iterm_from_term thy format bs (Envir.eta_contract t)
blanchet@45644
  1083
      |>> (introduce_proxies_in_iterm type_enc
blanchet@47220
  1084
           #> mangle_type_args_in_iterm format type_enc #> AAtom)
blanchet@46187
  1085
      ||> union (op =) atomic_Ts
blanchet@45262
  1086
    fun do_quant bs q pos s T t' =
blanchet@45262
  1087
      let
blanchet@45262
  1088
        val s = singleton (Name.variant_list (map fst bs)) s
blanchet@45262
  1089
        val universal = Option.map (q = AExists ? not) pos
blanchet@45262
  1090
        val name =
blanchet@45262
  1091
          s |> `(case universal of
blanchet@45262
  1092
                   SOME true => make_all_bound_var
blanchet@45262
  1093
                 | SOME false => make_exist_bound_var
blanchet@45262
  1094
                 | NONE => make_bound_var)
blanchet@45262
  1095
      in
blanchet@45262
  1096
        do_formula ((s, (name, T)) :: bs) pos t'
blanchet@45262
  1097
        #>> mk_aquant q [(name, SOME T)]
blanchet@46187
  1098
        ##> union (op =) (atomic_types_of T)
blanchet@38743
  1099
      end
blanchet@45262
  1100
    and do_conn bs c pos1 t1 pos2 t2 =
blanchet@45262
  1101
      do_formula bs pos1 t1 ##>> do_formula bs pos2 t2 #>> uncurry (mk_aconn c)
blanchet@45262
  1102
    and do_formula bs pos t =
blanchet@38506
  1103
      case t of
blanchet@45262
  1104
        @{const Trueprop} $ t1 => do_formula bs pos t1
blanchet@45262
  1105
      | @{const Not} $ t1 => do_formula bs (Option.map not pos) t1 #>> mk_anot
blanchet@38506
  1106
      | Const (@{const_name All}, _) $ Abs (s, T, t') =>
blanchet@45262
  1107
        do_quant bs AForall pos s T t'
blanchet@46038
  1108
      | (t0 as Const (@{const_name All}, _)) $ t1 =>
blanchet@46038
  1109
        do_formula bs pos (t0 $ eta_expand (map (snd o snd) bs) t1 1)
blanchet@38506
  1110
      | Const (@{const_name Ex}, _) $ Abs (s, T, t') =>
blanchet@45262
  1111
        do_quant bs AExists pos s T t'
blanchet@46038
  1112
      | (t0 as Const (@{const_name Ex}, _)) $ t1 =>
blanchet@46038
  1113
        do_formula bs pos (t0 $ eta_expand (map (snd o snd) bs) t1 1)
blanchet@45262
  1114
      | @{const HOL.conj} $ t1 $ t2 => do_conn bs AAnd pos t1 pos t2
blanchet@45262
  1115
      | @{const HOL.disj} $ t1 $ t2 => do_conn bs AOr pos t1 pos t2
blanchet@45262
  1116
      | @{const HOL.implies} $ t1 $ t2 =>
blanchet@45262
  1117
        do_conn bs AImplies (Option.map not pos) t1 pos t2
haftmann@39093
  1118
      | Const (@{const_name HOL.eq}, Type (_, [@{typ bool}, _])) $ t1 $ t2 =>
blanchet@45262
  1119
        if eq_as_iff then do_conn bs AIff NONE t1 NONE t2 else do_term bs t
blanchet@41388
  1120
      | _ => do_term bs t
blanchet@38506
  1121
  in do_formula [] end
blanchet@38506
  1122
blanchet@46964
  1123
fun presimplify_term ctxt t =
blanchet@46964
  1124
  t |> exists_Const (member (op =) Meson.presimplified_consts o fst) t
blanchet@46964
  1125
       ? (Skip_Proof.make_thm (Proof_Context.theory_of ctxt)
blanchet@46964
  1126
          #> Meson.presimplify
blanchet@46964
  1127
          #> prop_of)
blanchet@38506
  1128
blanchet@44734
  1129
fun concealed_bound_name j = atp_weak_prefix ^ string_of_int j
blanchet@38506
  1130
fun conceal_bounds Ts t =
blanchet@38506
  1131
  subst_bounds (map (Free o apfst concealed_bound_name)
blanchet@38506
  1132
                    (0 upto length Ts - 1 ~~ Ts), t)
blanchet@38506
  1133
fun reveal_bounds Ts =
blanchet@38506
  1134
  subst_atomic (map (fn (j, T) => (Free (concealed_bound_name j, T), Bound j))
blanchet@38506
  1135
                    (0 upto length Ts - 1 ~~ Ts))
blanchet@38506
  1136
blanchet@44106
  1137
fun is_fun_equality (@{const_name HOL.eq},
blanchet@44106
  1138
                     Type (_, [Type (@{type_name fun}, _), _])) = true
blanchet@44106
  1139
  | is_fun_equality _ = false
blanchet@44106
  1140
blanchet@43612
  1141
fun extensionalize_term ctxt t =
blanchet@44106
  1142
  if exists_Const is_fun_equality t then
blanchet@44106
  1143
    let val thy = Proof_Context.theory_of ctxt in
blanchet@44106
  1144
      t |> cterm_of thy |> Meson.extensionalize_conv ctxt
blanchet@44106
  1145
        |> prop_of |> Logic.dest_equals |> snd
blanchet@44106
  1146
    end
blanchet@44106
  1147
  else
blanchet@44106
  1148
    t
blanchet@38831
  1149
blanchet@44733
  1150
fun simple_translate_lambdas do_lambdas ctxt t =
blanchet@44734
  1151
  let val thy = Proof_Context.theory_of ctxt in
blanchet@44734
  1152
    if Meson.is_fol_term thy t then
blanchet@44734
  1153
      t
blanchet@44734
  1154
    else
blanchet@44734
  1155
      let
blanchet@45676
  1156
        fun trans Ts t =
blanchet@44734
  1157
          case t of
blanchet@45676
  1158
            @{const Not} $ t1 => @{const Not} $ trans Ts t1
blanchet@44734
  1159
          | (t0 as Const (@{const_name All}, _)) $ Abs (s, T, t') =>
blanchet@45676
  1160
            t0 $ Abs (s, T, trans (T :: Ts) t')
blanchet@44734
  1161
          | (t0 as Const (@{const_name All}, _)) $ t1 =>
blanchet@45676
  1162
            trans Ts (t0 $ eta_expand Ts t1 1)
blanchet@44734
  1163
          | (t0 as Const (@{const_name Ex}, _)) $ Abs (s, T, t') =>
blanchet@45676
  1164
            t0 $ Abs (s, T, trans (T :: Ts) t')
blanchet@44734
  1165
          | (t0 as Const (@{const_name Ex}, _)) $ t1 =>
blanchet@45676
  1166
            trans Ts (t0 $ eta_expand Ts t1 1)
blanchet@45676
  1167
          | (t0 as @{const HOL.conj}) $ t1 $ t2 =>
blanchet@45676
  1168
            t0 $ trans Ts t1 $ trans Ts t2
blanchet@45676
  1169
          | (t0 as @{const HOL.disj}) $ t1 $ t2 =>
blanchet@45676
  1170
            t0 $ trans Ts t1 $ trans Ts t2
blanchet@45676
  1171
          | (t0 as @{const HOL.implies}) $ t1 $ t2 =>
blanchet@45676
  1172
            t0 $ trans Ts t1 $ trans Ts t2
blanchet@44734
  1173
          | (t0 as Const (@{const_name HOL.eq}, Type (_, [@{typ bool}, _])))
blanchet@44734
  1174
              $ t1 $ t2 =>
blanchet@45676
  1175
            t0 $ trans Ts t1 $ trans Ts t2
blanchet@44734
  1176
          | _ =>
blanchet@44734
  1177
            if not (exists_subterm (fn Abs _ => true | _ => false) t) then t
blanchet@44734
  1178
            else t |> Envir.eta_contract |> do_lambdas ctxt Ts
blanchet@44734
  1179
        val (t, ctxt') = Variable.import_terms true [t] ctxt |>> the_single
blanchet@45676
  1180
      in t |> trans [] |> singleton (Variable.export_terms ctxt' ctxt) end
blanchet@44734
  1181
  end
blanchet@44727
  1182
blanchet@44868
  1183
fun do_cheaply_conceal_lambdas Ts (t1 $ t2) =
blanchet@44868
  1184
    do_cheaply_conceal_lambdas Ts t1
blanchet@44868
  1185
    $ do_cheaply_conceal_lambdas Ts t2
blanchet@44868
  1186
  | do_cheaply_conceal_lambdas Ts (Abs (_, T, t)) =
blanchet@46425
  1187
    Const (lam_lifted_poly_prefix ^ serial_string (),
blanchet@46380
  1188
           T --> fastype_of1 (T :: Ts, t))
blanchet@44868
  1189
  | do_cheaply_conceal_lambdas _ t = t
blanchet@44691
  1190
blanchet@44733
  1191
fun do_introduce_combinators ctxt Ts t =
blanchet@44727
  1192
  let val thy = Proof_Context.theory_of ctxt in
blanchet@44776
  1193
    t |> conceal_bounds Ts
blanchet@44776
  1194
      |> cterm_of thy
blanchet@44776
  1195
      |> Meson_Clausify.introduce_combinators_in_cterm
blanchet@44776
  1196
      |> prop_of |> Logic.dest_equals |> snd
blanchet@44776
  1197
      |> reveal_bounds Ts
blanchet@44727
  1198
  end
blanchet@44733
  1199
  (* A type variable of sort "{}" will make abstraction fail. *)
blanchet@44868
  1200
  handle THM _ => t |> do_cheaply_conceal_lambdas Ts
blanchet@44733
  1201
val introduce_combinators = simple_translate_lambdas do_introduce_combinators
blanchet@44727
  1202
blanchet@46385
  1203
fun preprocess_abstractions_in_terms trans_lams facts =
blanchet@44733
  1204
  let
blanchet@44734
  1205
    val (facts, lambda_ts) =
blanchet@46385
  1206
      facts |> map (snd o snd) |> trans_lams
blanchet@44734
  1207
            |>> map2 (fn (name, (kind, _)) => fn t => (name, (kind, t))) facts
blanchet@46425
  1208
    val lam_facts =
blanchet@44734
  1209
      map2 (fn t => fn j =>
blanchet@47221
  1210
               ((lam_fact_prefix ^ Int.toString j, (Global, Spec_Eq)),
blanchet@47221
  1211
                (Axiom, t)))
blanchet@44734
  1212
           lambda_ts (1 upto length lambda_ts)
blanchet@46425
  1213
  in (facts, lam_facts) end
blanchet@38506
  1214
blanchet@38506
  1215
(* Metis's use of "resolve_tac" freezes the schematic variables. We simulate the
blanchet@43224
  1216
   same in Sledgehammer to prevent the discovery of unreplayable proofs. *)
blanchet@38506
  1217
fun freeze_term t =
blanchet@38506
  1218
  let
blanchet@45676
  1219
    fun freeze (t $ u) = freeze t $ freeze u
blanchet@45676
  1220
      | freeze (Abs (s, T, t)) = Abs (s, T, freeze t)
blanchet@45676
  1221
      | freeze (Var ((s, i), T)) =
blanchet@44734
  1222
        Free (atp_weak_prefix ^ s ^ "_" ^ string_of_int i, T)
blanchet@45676
  1223
      | freeze t = t
blanchet@45676
  1224
  in t |> exists_subterm is_Var t ? freeze end
blanchet@38506
  1225
blanchet@46964
  1226
fun presimp_prop ctxt role t =
blanchet@46070
  1227
  (let
blanchet@46070
  1228
     val thy = Proof_Context.theory_of ctxt
blanchet@46070
  1229
     val t = t |> Envir.beta_eta_contract
blanchet@46070
  1230
               |> transform_elim_prop
blanchet@46070
  1231
               |> Object_Logic.atomize_term thy
blanchet@46070
  1232
     val need_trueprop = (fastype_of t = @{typ bool})
blanchet@46070
  1233
   in
blanchet@46070
  1234
     t |> need_trueprop ? HOLogic.mk_Trueprop
blanchet@46070
  1235
       |> extensionalize_term ctxt
blanchet@46964
  1236
       |> presimplify_term ctxt
blanchet@46070
  1237
       |> HOLogic.dest_Trueprop
blanchet@46070
  1238
   end
blanchet@46070
  1239
   handle TERM _ => if role = Conjecture then @{term False} else @{term True})
blanchet@46070
  1240
  |> pair role
blanchet@43937
  1241
blanchet@47168
  1242
fun make_formula ctxt format type_enc eq_as_iff name stature kind t =
blanchet@43937
  1243
  let
blanchet@46187
  1244
    val (iformula, atomic_Ts) =
blanchet@45644
  1245
      iformula_from_prop ctxt format type_enc eq_as_iff
blanchet@45644
  1246
                         (SOME (kind <> Conjecture)) t []
blanchet@46187
  1247
      |>> close_iformula_universally
blanchet@38506
  1248
  in
blanchet@47168
  1249
    {name = name, stature = stature, kind = kind, iformula = iformula,
blanchet@46187
  1250
     atomic_types = atomic_Ts}
blanchet@38506
  1251
  end
blanchet@38506
  1252
blanchet@47168
  1253
fun make_fact ctxt format type_enc eq_as_iff ((name, stature), t) =
blanchet@45644
  1254
  case t |> make_formula ctxt format type_enc (eq_as_iff andalso format <> CNF)
blanchet@47168
  1255
                         name stature Axiom of
blanchet@45644
  1256
    formula as {iformula = AAtom (IConst ((s, _), _, _)), ...} =>
blanchet@45644
  1257
    if s = tptp_true then NONE else SOME formula
blanchet@45644
  1258
  | formula => SOME formula
blanchet@43432
  1259
blanchet@47213
  1260
fun s_not_trueprop (@{const Trueprop} $ t) = @{const Trueprop} $ s_not t
blanchet@47213
  1261
  | s_not_trueprop t =
blanchet@47213
  1262
    if fastype_of t = @{typ bool} then s_not t
blanchet@47205
  1263
    else @{prop False} (* "t" is too meta *)
blanchet@45317
  1264
blanchet@45644
  1265
fun make_conjecture ctxt format type_enc =
blanchet@47168
  1266
  map (fn ((name, stature), (kind, t)) =>
blanchet@47213
  1267
          t |> kind = Conjecture ? s_not_trueprop
blanchet@47168
  1268
            |> make_formula ctxt format type_enc (format <> CNF) name stature
blanchet@47168
  1269
                            kind)
blanchet@38506
  1270
blanchet@43552
  1271
(** Finite and infinite type inference **)
blanchet@43552
  1272
blanchet@45676
  1273
fun tvar_footprint thy s ary =
blanchet@46382
  1274
  (case unprefix_and_unascii const_prefix s of
blanchet@45676
  1275
     SOME s =>
blanchet@45676
  1276
     s |> invert_const |> robust_const_type thy |> chop_fun ary |> fst
blanchet@45676
  1277
       |> map (fn T => Term.add_tvarsT T [] |> map fst)
blanchet@45676
  1278
   | NONE => [])
blanchet@45676
  1279
  handle TYPE _ => []
blanchet@45676
  1280
blanchet@45676
  1281
fun ghost_type_args thy s ary =
blanchet@46819
  1282
  if is_tptp_equal s then
blanchet@46819
  1283
    0 upto ary - 1
blanchet@46819
  1284
  else
blanchet@46819
  1285
    let
blanchet@46819
  1286
      val footprint = tvar_footprint thy s ary
blanchet@46819
  1287
      val eq = (s = @{const_name HOL.eq})
blanchet@46819
  1288
      fun ghosts _ [] = []
blanchet@46819
  1289
        | ghosts seen ((i, tvars) :: args) =
blanchet@46819
  1290
          ghosts (union (op =) seen tvars) args
blanchet@46819
  1291
          |> (eq orelse exists (fn tvar => not (member (op =) seen tvar)) tvars)
blanchet@46819
  1292
             ? cons i
blanchet@46819
  1293
    in
blanchet@46819
  1294
      if forall null footprint then
blanchet@46819
  1295
        []
blanchet@46819
  1296
      else
blanchet@46819
  1297
        0 upto length footprint - 1 ~~ footprint
blanchet@46819
  1298
        |> sort (rev_order o list_ord Term_Ord.indexname_ord o pairself snd)
blanchet@46819
  1299
        |> ghosts []
blanchet@46819
  1300
    end
blanchet@45676
  1301
blanchet@45258
  1302
type monotonicity_info =
blanchet@45258
  1303
  {maybe_finite_Ts : typ list,
blanchet@45258
  1304
   surely_finite_Ts : typ list,
blanchet@45258
  1305
   maybe_infinite_Ts : typ list,
blanchet@45258
  1306
   surely_infinite_Ts : typ list,
blanchet@45258
  1307
   maybe_nonmono_Ts : typ list}
blanchet@45258
  1308
blanchet@45256
  1309
(* These types witness that the type classes they belong to allow infinite
blanchet@45256
  1310
   models and hence that any types with these type classes is monotonic. *)
blanchet@45256
  1311
val known_infinite_types =
blanchet@45492
  1312
  [@{typ nat}, HOLogic.intT, HOLogic.realT, @{typ "nat => bool"}]
blanchet@45256
  1313
blanchet@47129
  1314
fun is_type_kind_of_surely_infinite ctxt strictness cached_Ts T =
blanchet@47129
  1315
  strictness <> Strict andalso is_type_surely_infinite ctxt true cached_Ts T
blanchet@43755
  1316
blanchet@43552
  1317
(* Finite types such as "unit", "bool", "bool * bool", and "bool => bool" are
blanchet@43552
  1318
   dangerous because their "exhaust" properties can easily lead to unsound ATP
blanchet@43552
  1319
   proofs. On the other hand, all HOL infinite types can be given the same
blanchet@43552
  1320
   models in first-order logic (via Löwenheim-Skolem). *)
blanchet@43552
  1321
blanchet@45258
  1322
fun should_encode_type _ (_ : monotonicity_info) All_Types _ = true
blanchet@45258
  1323
  | should_encode_type ctxt {maybe_finite_Ts, surely_infinite_Ts,
blanchet@45258
  1324
                             maybe_nonmono_Ts, ...}
blanchet@47129
  1325
                       (Noninf_Nonmono_Types (strictness, grain)) T =
blanchet@45673
  1326
    grain = Ghost_Type_Arg_Vars orelse
blanchet@45673
  1327
    (exists (type_intersect ctxt T) maybe_nonmono_Ts andalso
blanchet@45673
  1328
     not (exists (type_instance ctxt T) surely_infinite_Ts orelse
blanchet@45730
  1329
          (not (member (type_equiv ctxt) maybe_finite_Ts T) andalso
blanchet@47129
  1330
           is_type_kind_of_surely_infinite ctxt strictness surely_infinite_Ts
blanchet@45673
  1331
                                           T)))
blanchet@45258
  1332
  | should_encode_type ctxt {surely_finite_Ts, maybe_infinite_Ts,
blanchet@45258
  1333
                             maybe_nonmono_Ts, ...}
blanchet@45673
  1334
                       (Fin_Nonmono_Types grain) T =
blanchet@45673
  1335
    grain = Ghost_Type_Arg_Vars orelse
blanchet@45673
  1336
    (exists (type_intersect ctxt T) maybe_nonmono_Ts andalso
blanchet@45673
  1337
     (exists (type_generalization ctxt T) surely_finite_Ts orelse
blanchet@45730
  1338
      (not (member (type_equiv ctxt) maybe_infinite_Ts T) andalso
blanchet@45673
  1339
       is_type_surely_finite ctxt T)))
blanchet@43552
  1340
  | should_encode_type _ _ _ _ = false
blanchet@43552
  1341
blanchet@45639
  1342
fun should_guard_type ctxt mono (Guards (_, level)) should_guard_var T =
blanchet@45673
  1343
    should_guard_var () andalso should_encode_type ctxt mono level T
blanchet@45258
  1344
  | should_guard_type _ _ _ _ _ = false
blanchet@43552
  1345
blanchet@45262
  1346
fun is_maybe_universal_var (IConst ((s, _), _, _)) =
blanchet@45262
  1347
    String.isPrefix bound_var_prefix s orelse
blanchet@45262
  1348
    String.isPrefix all_bound_var_prefix s
blanchet@45262
  1349
  | is_maybe_universal_var (IVar _) = true
blanchet@45262
  1350
  | is_maybe_universal_var _ = false
blanchet@43707
  1351
blanchet@46818
  1352
datatype site =
blanchet@44232
  1353
  Top_Level of bool option |
blanchet@44232
  1354
  Eq_Arg of bool option |
blanchet@44232
  1355
  Elsewhere
blanchet@43700
  1356
blanchet@46820
  1357
fun should_tag_with_type _ _ _ (Top_Level _) _ _ = false
blanchet@46820
  1358
  | should_tag_with_type ctxt mono (Tags (_, level)) site u T =
blanchet@46820
  1359
    if granularity_of_type_level level = All_Vars then
blanchet@46820
  1360
      should_encode_type ctxt mono level T
blanchet@46820
  1361
    else
blanchet@46820
  1362
      (case (site, is_maybe_universal_var u) of
blanchet@46820
  1363
         (Eq_Arg _, true) => should_encode_type ctxt mono level T
blanchet@45676
  1364
       | _ => false)
blanchet@46820
  1365
  | should_tag_with_type _ _ _ _ _ _ = false
blanchet@43552
  1366
blanchet@45458
  1367
fun fused_type ctxt mono level =
blanchet@43835
  1368
  let
blanchet@45258
  1369
    val should_encode = should_encode_type ctxt mono level
blanchet@45458
  1370
    fun fuse 0 T = if should_encode T then T else fused_infinite_type
blanchet@45458
  1371
      | fuse ary (Type (@{type_name fun}, [T1, T2])) =
blanchet@45458
  1372
        fuse 0 T1 --> fuse (ary - 1) T2
blanchet@45458
  1373
      | fuse _ _ = raise Fail "expected function type"
blanchet@45458
  1374
  in fuse end
blanchet@43552
  1375
blanchet@45307
  1376
(** predicators and application operators **)
blanchet@41561
  1377
blanchet@43445
  1378
type sym_info =
blanchet@45700
  1379
  {pred_sym : bool, min_ary : int, max_ary : int, types : typ list,
blanchet@45700
  1380
   in_conj : bool}
blanchet@43434
  1381
blanchet@45700
  1382
fun default_sym_tab_entries type_enc =
blanchet@45700
  1383
  (make_fixed_const NONE @{const_name undefined},
blanchet@45700
  1384
       {pred_sym = false, min_ary = 0, max_ary = 0, types = [],
blanchet@45700
  1385
        in_conj = false}) ::
blanchet@45700
  1386
  ([tptp_false, tptp_true]
blanchet@45700
  1387
   |> map (rpair {pred_sym = true, min_ary = 0, max_ary = 0, types = [],
blanchet@45700
  1388
                  in_conj = false})) @
blanchet@45700
  1389
  ([tptp_equal, tptp_old_equal]
blanchet@45700
  1390
   |> map (rpair {pred_sym = true, min_ary = 2, max_ary = 2, types = [],
blanchet@45700
  1391
                  in_conj = false}))
blanchet@45700
  1392
  |> not (is_type_enc_higher_order type_enc)
blanchet@45700
  1393
     ? cons (prefixed_predicator_name,
blanchet@45700
  1394
             {pred_sym = true, min_ary = 1, max_ary = 1, types = [],
blanchet@45700
  1395
              in_conj = false})
blanchet@45700
  1396
blanchet@47220
  1397
datatype app_op_level = Incomplete_Apply | Sufficient_Apply | Full_Apply
blanchet@47217
  1398
blanchet@47220
  1399
fun sym_table_for_facts ctxt type_enc app_op_level conjs facts =
blanchet@43429
  1400
  let
blanchet@45643
  1401
    fun consider_var_ary const_T var_T max_ary =
blanchet@43905
  1402
      let
blanchet@43905
  1403
        fun iter ary T =
blanchet@45258
  1404
          if ary = max_ary orelse type_instance ctxt var_T T orelse
blanchet@45258
  1405
             type_instance ctxt T var_T then
blanchet@44051
  1406
            ary
blanchet@44051
  1407
          else
blanchet@44051
  1408
            iter (ary + 1) (range_type T)
blanchet@43905
  1409
      in iter 0 const_T end
blanchet@45262
  1410
    fun add_universal_var T (accum as ((bool_vars, fun_var_Ts), sym_tab)) =
blanchet@47220
  1411
      if app_op_level = Sufficient_Apply andalso
blanchet@44042
  1412
         (can dest_funT T orelse T = @{typ bool}) then
blanchet@44042
  1413
        let
blanchet@44042
  1414
          val bool_vars' = bool_vars orelse body_type T = @{typ bool}
blanchet@45700
  1415
          fun repair_min_ary {pred_sym, min_ary, max_ary, types, in_conj} =
blanchet@44042
  1416
            {pred_sym = pred_sym andalso not bool_vars',
blanchet@45643
  1417
             min_ary = fold (fn T' => consider_var_ary T' T) types min_ary,
blanchet@45700
  1418
             max_ary = max_ary, types = types, in_conj = in_conj}
blanchet@44042
  1419
          val fun_var_Ts' =
blanchet@44042
  1420
            fun_var_Ts |> can dest_funT T ? insert_type ctxt I T
blanchet@44042
  1421
        in
blanchet@44042
  1422
          if bool_vars' = bool_vars andalso
blanchet@44042
  1423
             pointer_eq (fun_var_Ts', fun_var_Ts) then
blanchet@44042
  1424
            accum
blanchet@44008
  1425
          else
blanchet@45643
  1426
            ((bool_vars', fun_var_Ts'), Symtab.map (K repair_min_ary) sym_tab)
blanchet@44042
  1427
        end
blanchet@44042
  1428
      else
blanchet@44042
  1429
        accum
blanchet@47220
  1430
      fun add_iterm_syms conj_fact top_level tm
blanchet@47220
  1431
                         (accum as ((bool_vars, fun_var_Ts), sym_tab)) =
blanchet@47220
  1432
        let val (head, args) = strip_iterm_comb tm in
blanchet@47220
  1433
          (case head of
blanchet@47220
  1434
             IConst ((s, _), T, _) =>
blanchet@47220
  1435
             if String.isPrefix bound_var_prefix s orelse
blanchet@47220
  1436
                String.isPrefix all_bound_var_prefix s then
blanchet@47220
  1437
               add_universal_var T accum
blanchet@47220
  1438
             else if String.isPrefix exist_bound_var_prefix s then
blanchet@47220
  1439
               accum
blanchet@47220
  1440
             else
blanchet@47220
  1441
               let val ary = length args in
blanchet@47220
  1442
                 ((bool_vars, fun_var_Ts),
blanchet@47220
  1443
                  case Symtab.lookup sym_tab s of
blanchet@47220
  1444
                    SOME {pred_sym, min_ary, max_ary, types, in_conj} =>
blanchet@47220
  1445
                    let
blanchet@47220
  1446
                      val pred_sym =
blanchet@47220
  1447
                        pred_sym andalso top_level andalso not bool_vars
blanchet@47220
  1448
                      val types' = types |> insert_type ctxt I T
blanchet@47220
  1449
                      val in_conj = in_conj orelse conj_fact
blanchet@47220
  1450
                      val min_ary =
blanchet@47220
  1451
                        if app_op_level = Sufficient_Apply andalso
blanchet@47220
  1452
                           not (pointer_eq (types', types)) then
blanchet@47220
  1453
                          fold (consider_var_ary T) fun_var_Ts min_ary
blanchet@47220
  1454
                        else
blanchet@47220
  1455
                          min_ary
blanchet@47220
  1456
                    in
blanchet@47220
  1457
                      Symtab.update (s, {pred_sym = pred_sym,
blanchet@47220
  1458
                                         min_ary = Int.min (ary, min_ary),
blanchet@47220
  1459
                                         max_ary = Int.max (ary, max_ary),
blanchet@47220
  1460
                                         types = types', in_conj = in_conj})
blanchet@47220
  1461
                                    sym_tab
blanchet@47220
  1462
                    end
blanchet@47220
  1463
                  | NONE =>
blanchet@47220
  1464
                    let
blanchet@47220
  1465
                      val pred_sym = top_level andalso not bool_vars
blanchet@47220
  1466
                      val min_ary =
blanchet@47220
  1467
                        case app_op_level of
blanchet@47220
  1468
                          Incomplete_Apply => ary
blanchet@47220
  1469
                        | Sufficient_Apply =>
blanchet@47220
  1470
                          fold (consider_var_ary T) fun_var_Ts ary
blanchet@47220
  1471
                        | Full_Apply => 0
blanchet@47220
  1472
                    in
blanchet@47220
  1473
                      Symtab.update_new (s,
blanchet@47220
  1474
                          {pred_sym = pred_sym, min_ary = min_ary,
blanchet@47220
  1475
                           max_ary = ary, types = [T], in_conj = conj_fact})
blanchet@47220
  1476
                          sym_tab
blanchet@47220
  1477
                    end)
blanchet@47220
  1478
               end
blanchet@47220
  1479
           | IVar (_, T) => add_universal_var T accum
blanchet@47220
  1480
           | IAbs ((_, T), tm) =>
blanchet@47220
  1481
             accum |> add_universal_var T |> add_iterm_syms conj_fact false tm
blanchet@47220
  1482
           | _ => accum)
blanchet@47220
  1483
          |> fold (add_iterm_syms conj_fact false) args
blanchet@47220
  1484
        end
blanchet@45700
  1485
    fun add_fact_syms conj_fact =
blanchet@47220
  1486
      K (add_iterm_syms conj_fact true) |> formula_fold NONE |> fact_lift
blanchet@45700
  1487
  in
blanchet@45700
  1488
    ((false, []), Symtab.empty)
blanchet@45700
  1489
    |> fold (add_fact_syms true) conjs
blanchet@45700
  1490
    |> fold (add_fact_syms false) facts
blanchet@45700
  1491
    |> snd
blanchet@45700
  1492
    |> fold Symtab.update (default_sym_tab_entries type_enc)
blanchet@45700
  1493
  end
blanchet@38506
  1494
blanchet@45643
  1495
fun min_ary_of sym_tab s =
blanchet@43429
  1496
  case Symtab.lookup sym_tab s of
blanchet@43445
  1497
    SOME ({min_ary, ...} : sym_info) => min_ary
blanchet@43429
  1498
  | NONE =>
blanchet@46382
  1499
    case unprefix_and_unascii const_prefix s of
blanchet@43418
  1500
      SOME s =>
blanchet@47220
  1501
      let val s = s |> unmangled_const_name |> hd |> invert_const in
blanchet@43807
  1502
        if s = predicator_name then 1
blanchet@43807
  1503
        else if s = app_op_name then 2
blanchet@45255
  1504
        else if s = type_guard_name then 1
blanchet@43428
  1505
        else 0
blanchet@43418
  1506
      end
blanchet@38506
  1507
    | NONE => 0
blanchet@38506
  1508
blanchet@38506
  1509
(* True if the constant ever appears outside of the top-level position in
blanchet@38506
  1510
   literals, or if it appears with different arities (e.g., because of different
blanchet@38506
  1511
   type instantiations). If false, the constant always receives all of its
blanchet@38506
  1512
   arguments and is used as a predicate. *)
blanchet@43429
  1513
fun is_pred_sym sym_tab s =
blanchet@43429
  1514
  case Symtab.lookup sym_tab s of
blanchet@43445
  1515
    SOME ({pred_sym, min_ary, max_ary, ...} : sym_info) =>
blanchet@43445
  1516
    pred_sym andalso min_ary = max_ary
blanchet@43429
  1517
  | NONE => false
blanchet@38506
  1518
blanchet@45644
  1519
val app_op = `(make_fixed_const NONE) app_op_name
blanchet@43439
  1520
val predicator_combconst =
nik@45350
  1521
  IConst (`(make_fixed_const NONE) predicator_name, @{typ "bool => bool"}, [])
blanchet@45644
  1522
blanchet@45644
  1523
fun list_app head args = fold (curry (IApp o swap)) args head
blanchet@44730
  1524
fun predicator tm = IApp (predicator_combconst, tm)
blanchet@38506
  1525
blanchet@47220
  1526
fun do_app_op format type_enc head arg =
blanchet@43415
  1527
  let
blanchet@47220
  1528
    val head_T = ityp_of head
blanchet@47220
  1529
    val (arg_T, res_T) = dest_funT head_T
blanchet@47220
  1530
    val app =
blanchet@47220
  1531
      IConst (app_op, head_T --> head_T, [arg_T, res_T])
blanchet@47220
  1532
      |> mangle_type_args_in_iterm format type_enc
blanchet@47220
  1533
  in list_app app [head, arg] end
blanchet@47220
  1534
blanchet@47228
  1535
fun firstorderize_fact thy monom_constrs format type_enc sym_tab
blanchet@47237
  1536
                       uncurried_aliases =
blanchet@47220
  1537
  let
blanchet@47220
  1538
    fun do_app arg head = do_app_op format type_enc head arg
blanchet@45644
  1539
    fun list_app_ops head args = fold do_app args head
blanchet@45644
  1540
    fun introduce_app_ops tm =
blanchet@47220
  1541
      let val (head, args) = tm |> strip_iterm_comb ||> map introduce_app_ops in
blanchet@47220
  1542
        case head of
blanchet@47220
  1543
          IConst (name as (s, _), T, T_args) =>
blanchet@47237
  1544
          if uncurried_aliases andalso String.isPrefix const_prefix s then
blanchet@47220
  1545
            let
blanchet@47220
  1546
              val ary = length args
blanchet@47237
  1547
              val name = name |> ary > min_ary_of sym_tab s
blanchet@47237
  1548
                                 ? aliased_uncurried ary
blanchet@47220
  1549
            in list_app (IConst (name, T, T_args)) args end
blanchet@47220
  1550
          else
blanchet@47220
  1551
            args |> chop (min_ary_of sym_tab s)
blanchet@47220
  1552
                 |>> list_app head |-> list_app_ops
blanchet@47220
  1553
        | _ => list_app_ops head args
blanchet@47220
  1554
      end
blanchet@45644
  1555
    fun introduce_predicators tm =
blanchet@45644
  1556
      case strip_iterm_comb tm of
blanchet@45644
  1557
        (IConst ((s, _), _, _), _) =>
blanchet@45644
  1558
        if is_pred_sym sym_tab s then tm else predicator tm
blanchet@45644
  1559
      | _ => predicator tm
blanchet@45644
  1560
    val do_iterm =
blanchet@45644
  1561
      not (is_type_enc_higher_order type_enc)
blanchet@45644
  1562
      ? (introduce_app_ops #> introduce_predicators)
blanchet@46816
  1563
      #> filter_type_args_in_iterm thy monom_constrs type_enc
blanchet@45644
  1564
  in update_iformula (formula_map do_iterm) end
blanchet@43444
  1565
blanchet@43444
  1566
(** Helper facts **)
blanchet@43444
  1567
blanchet@45307
  1568
val not_ffalse = @{lemma "~ fFalse" by (unfold fFalse_def) fast}
blanchet@45307
  1569
val ftrue = @{lemma "fTrue" by (unfold fTrue_def) fast}
blanchet@45307
  1570
blanchet@44035
  1571
(* The Boolean indicates that a fairly sound type encoding is needed. *)
blanchet@43926
  1572
val helper_table =
blanchet@44035
  1573
  [(("COMBI", false), @{thms Meson.COMBI_def}),
blanchet@44035
  1574
   (("COMBK", false), @{thms Meson.COMBK_def}),
blanchet@44035
  1575
   (("COMBB", false), @{thms Meson.COMBB_def}),
blanchet@44035
  1576
   (("COMBC", false), @{thms Meson.COMBC_def}),
blanchet@44035
  1577
   (("COMBS", false), @{thms Meson.COMBS_def}),
blanchet@45307
  1578
   ((predicator_name, false), [not_ffalse, ftrue]),
blanchet@45307
  1579
   (("fFalse", false), [not_ffalse]),
blanchet@44035
  1580
   (("fFalse", true), @{thms True_or_False}),
blanchet@45307
  1581
   (("fTrue", false), [ftrue]),
blanchet@44035
  1582
   (("fTrue", true), @{thms True_or_False}),
blanchet@44035
  1583
   (("fNot", false),
blanchet@44035
  1584
    @{thms fNot_def [THEN Meson.iff_to_disjD, THEN conjunct1]
blanchet@44035
  1585
           fNot_def [THEN Meson.iff_to_disjD, THEN conjunct2]}),
blanchet@44035
  1586
   (("fconj", false),
blanchet@44035
  1587
    @{lemma "~ P | ~ Q | fconj P Q" "~ fconj P Q | P" "~ fconj P Q | Q"
blanchet@44035
  1588
        by (unfold fconj_def) fast+}),
blanchet@44035
  1589
   (("fdisj", false),
blanchet@44035
  1590
    @{lemma "~ P | fdisj P Q" "~ Q | fdisj P Q" "~ fdisj P Q | P | Q"
blanchet@44035
  1591
        by (unfold fdisj_def) fast+}),
blanchet@44035
  1592
   (("fimplies", false),
blanchet@44051
  1593
    @{lemma "P | fimplies P Q" "~ Q | fimplies P Q" "~ fimplies P Q | ~ P | Q"
blanchet@44035
  1594
        by (unfold fimplies_def) fast+}),
nik@44537
  1595
   (("fequal", true),
nik@44537
  1596
    (* This is a lie: Higher-order equality doesn't need a sound type encoding.
nik@44537
  1597
       However, this is done so for backward compatibility: Including the
nik@44537
  1598
       equality helpers by default in Metis breaks a few existing proofs. *)
nik@44537
  1599
    @{thms fequal_def [THEN Meson.iff_to_disjD, THEN conjunct1]
nik@44537
  1600
           fequal_def [THEN Meson.iff_to_disjD, THEN conjunct2]}),
blanchet@44874
  1601
   (* Partial characterization of "fAll" and "fEx". A complete characterization
blanchet@44874
  1602
      would require the axiom of choice for replay with Metis. *)
blanchet@44874
  1603
   (("fAll", false), [@{lemma "~ fAll P | P x" by (auto simp: fAll_def)}]),
blanchet@44874
  1604
   (("fEx", false), [@{lemma "~ P x | fEx P" by (auto simp: fEx_def)}]),
blanchet@44035
  1605
   (("If", true), @{thms if_True if_False True_or_False})]
blanchet@44035
  1606
  |> map (apsnd (map zero_var_indexes))
blanchet@43926
  1607
blanchet@46225
  1608
fun atype_of_type_vars (Simple_Types (_, Polymorphic, _)) = SOME atype_of_types
blanchet@46225
  1609
  | atype_of_type_vars _ = NONE
blanchet@46225
  1610
blanchet@46791
  1611
fun bound_tvars type_enc sorts Ts =
blanchet@46791
  1612
  (sorts ? mk_ahorn (formulas_for_types type_enc add_sorts_on_tvar Ts))
blanchet@46187
  1613
  #> mk_aquant AForall
blanchet@46187
  1614
        (map_filter (fn TVar (x as (s, _), _) =>
blanchet@46187
  1615
                        SOME ((make_schematic_type_var x, s),
blanchet@46225
  1616
                              atype_of_type_vars type_enc)
blanchet@46187
  1617
                      | _ => NONE) Ts)
blanchet@45263
  1618
blanchet@47220
  1619
fun eq_formula type_enc atomic_Ts bounds pred_sym tm1 tm2 =
blanchet@45263
  1620
  (if pred_sym then AConn (AIff, [AAtom tm1, AAtom tm2])
blanchet@45263
  1621
   else AAtom (ATerm (`I tptp_equal, [tm1, tm2])))
blanchet@47220
  1622
  |> mk_aquant AForall bounds
blanchet@46248
  1623
  |> close_formula_universally
blanchet@46791
  1624
  |> bound_tvars type_enc true atomic_Ts
blanchet@45263
  1625
blanchet@47234
  1626
val helper_rank = default_rank
blanchet@47234
  1627
val min_rank = 9 * helper_rank div 10
blanchet@47234
  1628
val max_rank = 4 * min_rank
blanchet@47234
  1629
blanchet@47234
  1630
fun rank_of_fact_num n j = min_rank + (max_rank - min_rank) * j div n
blanchet@47234
  1631
nik@45350
  1632
val type_tag = `(make_fixed_const NONE) type_tag_name
blanchet@43971
  1633
blanchet@46172
  1634
fun type_tag_idempotence_fact format type_enc =
blanchet@43444
  1635
  let
blanchet@43444
  1636
    fun var s = ATerm (`I s, [])
blanchet@45267
  1637
    fun tag tm = ATerm (type_tag, [var "A", tm])
blanchet@45267
  1638
    val tagged_var = tag (var "X")
blanchet@43444
  1639
  in
blanchet@44000
  1640
    Formula (type_tag_idempotence_helper_name, Axiom,
blanchet@47220
  1641
             eq_formula type_enc [] [] false (tag tagged_var) tagged_var,
blanchet@47234
  1642
             NONE, isabelle_info format spec_eqN helper_rank)
blanchet@43444
  1643
  end
blanchet@43444
  1644
blanchet@44493
  1645
fun should_specialize_helper type_enc t =
blanchet@45348
  1646
  polymorphism_of_type_enc type_enc <> Polymorphic andalso
blanchet@44495
  1647
  level_of_type_enc type_enc <> No_Types andalso
blanchet@44495
  1648
  not (null (Term.hidden_polymorphism t))
blanchet@44000
  1649
blanchet@44729
  1650
fun helper_facts_for_sym ctxt format type_enc (s, {types, ...} : sym_info) =
blanchet@46382
  1651
  case unprefix_and_unascii const_prefix s of
blanchet@43444
  1652
    SOME mangled_s =>
blanchet@43444
  1653
    let
blanchet@43444
  1654
      val thy = Proof_Context.theory_of ctxt
blanchet@47220
  1655
      val unmangled_s = mangled_s |> unmangled_const_name |> hd
blanchet@44495
  1656
      fun dub needs_fairly_sound j k =
blanchet@47167
  1657
        unmangled_s ^ "_" ^ string_of_int j ^ "_" ^ string_of_int k ^
blanchet@47167
  1658
        (if mangled_s = unmangled_s then "" else "_" ^ ascii_of mangled_s) ^
blanchet@47167
  1659
        (if needs_fairly_sound then typed_helper_suffix
blanchet@47167
  1660
         else untyped_helper_suffix)
blanchet@44000
  1661
      fun dub_and_inst needs_fairly_sound (th, j) =
blanchet@44495
  1662
        let val t = prop_of th in
blanchet@44495
  1663
          if should_specialize_helper type_enc t then
blanchet@44495
  1664
            map (fn T => specialize_type thy (invert_const unmangled_s, T) t)
blanchet@44495
  1665
                types
blanchet@44495
  1666
          else
blanchet@44495
  1667
            [t]
blanchet@44495
  1668
        end
blanchet@47167
  1669
        |> tag_list 1
blanchet@47221
  1670
        |> map (fn (k, t) =>
blanchet@47221
  1671
                   ((dub needs_fairly_sound j k, (Global, Spec_Eq)), t))
blanchet@44731
  1672
      val make_facts = map_filter (make_fact ctxt format type_enc false)
blanchet@44493
  1673
      val fairly_sound = is_type_enc_fairly_sound type_enc
blanchet@43444
  1674
    in
blanchet@43926
  1675
      helper_table
blanchet@44035
  1676
      |> maps (fn ((helper_s, needs_fairly_sound), ths) =>
blanchet@44000
  1677
                  if helper_s <> unmangled_s orelse
blanchet@43765
  1678
                     (needs_fairly_sound andalso not fairly_sound) then
blanchet@43444
  1679
                    []
blanchet@43444
  1680
                  else
blanchet@43444
  1681
                    ths ~~ (1 upto length ths)
blanchet@44495
  1682
                    |> maps (dub_and_inst needs_fairly_sound)
blanchet@44000
  1683
                    |> make_facts)
blanchet@43444
  1684
    end
blanchet@43444
  1685
  | NONE => []
blanchet@44729
  1686
fun helper_facts_for_sym_table ctxt format type_enc sym_tab =
blanchet@44729
  1687
  Symtab.fold_rev (append o helper_facts_for_sym ctxt format type_enc) sym_tab
blanchet@44729
  1688
                  []
blanchet@43444
  1689
blanchet@43926
  1690
(***************************************************************)
blanchet@43926
  1691
(* Type Classes Present in the Axiom or Conjecture Clauses     *)
blanchet@43926
  1692
(***************************************************************)
blanchet@43926
  1693
blanchet@43926
  1694
fun set_insert (x, s) = Symtab.update (x, ()) s
blanchet@43926
  1695
blanchet@43926
  1696
fun add_classes (sorts, cset) = List.foldl set_insert cset (flat sorts)
blanchet@43926
  1697
blanchet@43926
  1698
(* Remove this trivial type class (FIXME: similar code elsewhere) *)
blanchet@43926
  1699
fun delete_type cset = Symtab.delete_safe (the_single @{sort HOL.type}) cset
blanchet@43926
  1700
blanchet@43934
  1701
fun classes_of_terms get_Ts =
blanchet@43962
  1702
  map (map snd o get_Ts)
blanchet@43934
  1703
  #> List.foldl add_classes Symtab.empty
blanchet@43934
  1704
  #> delete_type #> Symtab.keys
blanchet@43926
  1705
wenzelm@45004
  1706
val tfree_classes_of_terms = classes_of_terms Misc_Legacy.term_tfrees
wenzelm@45004
  1707
val tvar_classes_of_terms = classes_of_terms Misc_Legacy.term_tvars
blanchet@43926
  1708
blanchet@44489
  1709
fun fold_type_constrs f (Type (s, Ts)) x =
blanchet@44489
  1710
    fold (fold_type_constrs f) Ts (f (s, x))
blanchet@44030
  1711
  | fold_type_constrs _ _ x = x
blanchet@43926
  1712
blanchet@44778
  1713
(* Type constructors used to instantiate overloaded constants are the only ones
blanchet@44778
  1714
   needed. *)
blanchet@44030
  1715
fun add_type_constrs_in_term thy =
blanchet@43926
  1716
  let
blanchet@44029
  1717
    fun add (Const (@{const_name Meson.skolem}, _) $ _) = I
blanchet@44022
  1718
      | add (t $ u) = add t #> add u
blanchet@45602
  1719
      | add (Const x) =
blanchet@45602
  1720
        x |> robust_const_typargs thy |> fold (fold_type_constrs set_insert)
blanchet@44022
  1721
      | add (Abs (_, _, u)) = add u
blanchet@44022
  1722
      | add _ = I
blanchet@44022
  1723
  in add end
blanchet@43926
  1724
blanchet@44030
  1725
fun type_constrs_of_terms thy ts =
blanchet@44030
  1726
  Symtab.keys (fold (add_type_constrs_in_term thy) ts Symtab.empty)
blanchet@43926
  1727
blanchet@46382
  1728
fun extract_lambda_def (Const (@{const_name HOL.eq}, _) $ t $ u) =
blanchet@46382
  1729
    let val (head, args) = strip_comb t in
blanchet@46382
  1730
      (head |> dest_Const |> fst,
blanchet@46382
  1731
       fold_rev (fn t as Var ((s, _), T) =>
blanchet@46382
  1732
                    (fn u => Abs (s, T, abstract_over (t, u)))
blanchet@46382
  1733
                  | _ => raise Fail "expected Var") args u)
blanchet@46382
  1734
    end
blanchet@46382
  1735
  | extract_lambda_def _ = raise Fail "malformed lifted lambda"
blanchet@46379
  1736
blanchet@46385
  1737
fun trans_lams_from_string ctxt type_enc lam_trans =
blanchet@46385
  1738
  if lam_trans = no_lamsN then
blanchet@46385
  1739
    rpair []
blanchet@46385
  1740
  else if lam_trans = hide_lamsN then
blanchet@46385
  1741
    lift_lams ctxt type_enc ##> K []
blanchet@47193
  1742
  else if lam_trans = liftingN orelse lam_trans = lam_liftingN then
blanchet@46385
  1743
    lift_lams ctxt type_enc
blanchet@47193
  1744
  else if lam_trans = combsN then
blanchet@46385
  1745
    map (introduce_combinators ctxt) #> rpair []
blanchet@47193
  1746
  else if lam_trans = combs_and_liftingN then
blanchet@47193
  1747
    lift_lams_part_1 ctxt type_enc
blanchet@47193
  1748
    ##> maps (fn t => [t, introduce_combinators ctxt (intentionalize_def t)])
blanchet@47193
  1749
    #> lift_lams_part_2
blanchet@47196
  1750
  else if lam_trans = combs_or_liftingN then
blanchet@46425
  1751
    lift_lams_part_1 ctxt type_enc
blanchet@47196
  1752
    ##> map (fn t => case head_of (strip_qnt_body @{const_name All} t) of
blanchet@47196
  1753
                       @{term "op =::bool => bool => bool"} => t
blanchet@47196
  1754
                     | _ => introduce_combinators ctxt (intentionalize_def t))
blanchet@46425
  1755
    #> lift_lams_part_2
blanchet@46385
  1756
  else if lam_trans = keep_lamsN then
blanchet@46385
  1757
    map (Envir.eta_contract) #> rpair []
blanchet@46385
  1758
  else
blanchet@46390
  1759
    error ("Unknown lambda translation scheme: " ^ quote lam_trans ^ ".")
blanchet@46385
  1760
blanchet@46385
  1761
fun translate_formulas ctxt format prem_kind type_enc lam_trans presimp hyp_ts
blanchet@46385
  1762
                       concl_t facts =
blanchet@43444
  1763
  let
blanchet@43444
  1764
    val thy = Proof_Context.theory_of ctxt
blanchet@46385
  1765
    val trans_lams = trans_lams_from_string ctxt type_enc lam_trans
blanchet@44732
  1766
    val fact_ts = facts |> map snd
blanchet@43444
  1767
    (* Remove existing facts from the conjecture, as this can dramatically
blanchet@43444
  1768
       boost an ATP's performance (for some reason). *)
blanchet@44033
  1769
    val hyp_ts =
blanchet@44033
  1770
      hyp_ts
blanchet@44033
  1771
      |> map (fn t => if member (op aconv) fact_ts t then @{prop True} else t)
blanchet@44735
  1772
    val facts = facts |> map (apsnd (pair Axiom))
blanchet@44735
  1773
    val conjs =
blanchet@47213
  1774
      map (pair prem_kind) hyp_ts @ [(Conjecture, s_not_trueprop concl_t)]
blanchet@46039
  1775
      |> map (apsnd freeze_term)
blanchet@47168
  1776
      |> map2 (pair o rpair (Local, General) o string_of_int)
blanchet@47168
  1777
              (0 upto length hyp_ts)
blanchet@46425
  1778
    val ((conjs, facts), lam_facts) =
blanchet@46382
  1779
      (conjs, facts)
blanchet@46964
  1780
      |> presimp ? pairself (map (apsnd (uncurry (presimp_prop ctxt))))
blanchet@46385
  1781
      |> (if lam_trans = no_lamsN then
blanchet@46382
  1782
            rpair []
blanchet@46382
  1783
          else
blanchet@46382
  1784
            op @
blanchet@46385
  1785
            #> preprocess_abstractions_in_terms trans_lams
blanchet@46382
  1786
            #>> chop (length conjs))
blanchet@45644
  1787
    val conjs = conjs |> make_conjecture ctxt format type_enc
blanchet@44734
  1788
    val (fact_names, facts) =
blanchet@44735
  1789
      facts
blanchet@44734
  1790
      |> map_filter (fn (name, (_, t)) =>
blanchet@44734
  1791
                        make_fact ctxt format type_enc true (name, t)
blanchet@44734
  1792
                        |> Option.map (pair name))
blanchet@44732
  1793
      |> ListPair.unzip
blanchet@47203
  1794
    val lifted = lam_facts |> map (extract_lambda_def o snd o snd)
blanchet@46425
  1795
    val lam_facts =
blanchet@46425
  1796
      lam_facts |> map_filter (make_fact ctxt format type_enc true o apsnd snd)
blanchet@44732
  1797
    val all_ts = concl_t :: hyp_ts @ fact_ts
blanchet@43444
  1798
    val subs = tfree_classes_of_terms all_ts
blanchet@43444
  1799
    val supers = tvar_classes_of_terms all_ts
blanchet@44030
  1800
    val tycons = type_constrs_of_terms thy all_ts
blanchet@44732
  1801
    val (supers, arity_clauses) =
blanchet@44493
  1802
      if level_of_type_enc type_enc = No_Types then ([], [])
blanchet@43444
  1803
      else make_arity_clauses thy tycons supers
blanchet@44732
  1804
    val class_rel_clauses = make_class_rel_clauses thy subs supers
blanchet@43444
  1805
  in
blanchet@46379
  1806
    (fact_names |> map single, union (op =) subs supers, conjs,
blanchet@46425
  1807
     facts @ lam_facts, class_rel_clauses, arity_clauses, lifted)
blanchet@43444
  1808
  end
blanchet@43444
  1809
nik@45350
  1810
val type_guard = `(make_fixed_const NONE) type_guard_name
blanchet@43971
  1811
blanchet@45645
  1812
fun type_guard_iterm format type_enc T tm =
blanchet@45255
  1813
  IApp (IConst (type_guard, T --> @{typ bool}, [T])
blanchet@45645
  1814
        |> mangle_type_args_in_iterm format type_enc, tm)
blanchet@43444
  1815
blanchet@44282
  1816
fun is_var_positively_naked_in_term _ (SOME false) _ accum = accum
blanchet@44282
  1817
  | is_var_positively_naked_in_term name _ (ATerm ((s, _), tms)) accum =
blanchet@43841
  1818
    accum orelse (is_tptp_equal s andalso member (op =) tms (ATerm (name, [])))
blanchet@44558
  1819
  | is_var_positively_naked_in_term _ _ _ _ = true
blanchet@45262
  1820
blanchet@46819
  1821
fun is_var_ghost_type_arg_in_term thy polym_constrs name pos tm accum =
blanchet@45673
  1822
  is_var_positively_naked_in_term name pos tm accum orelse
blanchet@45673
  1823
  let
blanchet@45673
  1824
    val var = ATerm (name, [])
blanchet@45673
  1825
    fun is_nasty_in_term (ATerm (_, [])) = false
blanchet@45673
  1826
      | is_nasty_in_term (ATerm ((s, _), tms)) =
blanchet@46819
  1827
        let
blanchet@46819
  1828
          val ary = length tms
blanchet@46819
  1829
          val polym_constr = member (op =) polym_constrs s
blanchet@46819
  1830
          val ghosts = ghost_type_args thy s ary
blanchet@46819
  1831
        in
blanchet@46819
  1832
          exists (fn (j, tm) =>
blanchet@46819
  1833
                     if polym_constr then
blanchet@46819
  1834
                       member (op =) ghosts j andalso
blanchet@46819
  1835
                       (tm = var orelse is_nasty_in_term tm)
blanchet@46819
  1836
                     else
blanchet@46819
  1837
                       tm = var andalso member (op =) ghosts j)
blanchet@46819
  1838
                 (0 upto ary - 1 ~~ tms)
blanchet@46819
  1839
          orelse (not polym_constr andalso exists is_nasty_in_term tms)
blanchet@46819
  1840
        end
blanchet@45673
  1841
      | is_nasty_in_term _ = true
blanchet@45673
  1842
  in is_nasty_in_term tm end
blanchet@45673
  1843
blanchet@46819
  1844
fun should_guard_var_in_formula thy polym_constrs level pos phi (SOME true)
blanchet@46819
  1845
                                name =
blanchet@45673
  1846
    (case granularity_of_type_level level of
blanchet@45673
  1847
       All_Vars => true
blanchet@45673
  1848
     | Positively_Naked_Vars =>
blanchet@45673
  1849
       formula_fold pos (is_var_positively_naked_in_term name) phi false
blanchet@45673
  1850
     | Ghost_Type_Arg_Vars =>
blanchet@46819
  1851
       formula_fold pos (is_var_ghost_type_arg_in_term thy polym_constrs name)
blanchet@46819
  1852
                    phi false)
blanchet@46819
  1853
  | should_guard_var_in_formula _ _ _ _ _ _ _ = true
blanchet@46819
  1854
blanchet@46819
  1855
fun always_guard_var_in_formula _ _ _ _ _ _ _ = true
blanchet@43705
  1856
blanchet@45264
  1857
fun should_generate_tag_bound_decl _ _ _ (SOME true) _ = false
blanchet@45639
  1858
  | should_generate_tag_bound_decl ctxt mono (Tags (_, level)) _ T =
blanchet@45673
  1859
    granularity_of_type_level level <> All_Vars andalso
blanchet@45650
  1860
    should_encode_type ctxt mono level T
blanchet@45264
  1861
  | should_generate_tag_bound_decl _ _ _ _ _ = false
blanchet@45263
  1862
nik@44536
  1863
fun mk_aterm format type_enc name T_args args =
nik@44536
  1864
  ATerm (name, map_filter (ho_term_for_type_arg format type_enc) T_args @ args)
blanchet@43835
  1865
blanchet@47220
  1866
fun do_bound_type ctxt format mono type_enc =
blanchet@47220
  1867
  case type_enc of
blanchet@47220
  1868
    Simple_Types (_, _, level) =>
blanchet@47220
  1869
    fused_type ctxt mono level 0
blanchet@47220
  1870
    #> ho_type_from_typ format type_enc false 0 #> SOME
blanchet@47220
  1871
  | _ => K NONE
blanchet@47220
  1872
blanchet@46820
  1873
fun tag_with_type ctxt format mono type_enc pos T tm =
blanchet@44730
  1874
  IConst (type_tag, T --> T, [T])
blanchet@45645
  1875
  |> mangle_type_args_in_iterm format type_enc
blanchet@46820
  1876
  |> ho_term_from_iterm ctxt format mono type_enc pos
blanchet@44558
  1877
  |> (fn ATerm (s, tms) => ATerm (s, tms @ [tm])
blanchet@44558
  1878
       | _ => raise Fail "unexpected lambda-abstraction")
blanchet@46820
  1879
and ho_term_from_iterm ctxt format mono type_enc =
blanchet@43444
  1880
  let
blanchet@46820
  1881
    fun term site u =
blanchet@43803
  1882
      let
blanchet@44730
  1883
        val (head, args) = strip_iterm_comb u
nik@44536
  1884
        val pos =
blanchet@46820
  1885
          case site of
nik@44536
  1886
            Top_Level pos => pos
nik@44536
  1887
          | Eq_Arg pos => pos
blanchet@45676
  1888
          | _ => NONE
nik@44536
  1889
        val t =
blanchet@43803
  1890
          case head of
blanchet@44730
  1891
            IConst (name as (s, _), _, T_args) =>
nik@44536
  1892
            let
blanchet@46820
  1893
              val arg_site = if is_tptp_equal s then Eq_Arg pos else Elsewhere
nik@44536
  1894
            in
blanchet@46820
  1895
              map (term arg_site) args |> mk_aterm format type_enc name T_args
nik@44536
  1896
            end
blanchet@44730
  1897
          | IVar (name, _) =>
blanchet@46820
  1898
            map (term Elsewhere) args |> mk_aterm format type_enc name []
blanchet@44730
  1899
          | IAbs ((name, T), tm) =>
blanchet@44730
  1900
            AAbs ((name, ho_type_from_typ format type_enc true 0 T),
blanchet@46820
  1901
                  term Elsewhere tm)
blanchet@44730
  1902
          | IApp _ => raise Fail "impossible \"IApp\""
blanchet@44730
  1903
        val T = ityp_of u
blanchet@43803
  1904
      in
blanchet@46820
  1905
        if should_tag_with_type ctxt mono type_enc site u T then
blanchet@46820
  1906
          tag_with_type ctxt format mono type_enc pos T t
blanchet@46818
  1907
        else
blanchet@46818
  1908
          t
blanchet@43803
  1909
      end
blanchet@46820
  1910
  in term o Top_Level end
blanchet@46818
  1911
and formula_from_iformula ctxt polym_constrs format mono type_enc
blanchet@46818
  1912
                          should_guard_var =
blanchet@43700
  1913
  let
blanchet@45673
  1914
    val thy = Proof_Context.theory_of ctxt
blanchet@45673
  1915
    val level = level_of_type_enc type_enc
blanchet@46820
  1916
    val do_term = ho_term_from_iterm ctxt format mono type_enc
blanchet@43747
  1917
    fun do_out_of_bound_type pos phi universal (name, T) =
blanchet@45258
  1918
      if should_guard_type ctxt mono type_enc
blanchet@46819
  1919
             (fn () => should_guard_var thy polym_constrs level pos phi
blanchet@46819
  1920
                                        universal name) T then
blanchet@44730
  1921
        IVar (name, T)
blanchet@45645
  1922
        |> type_guard_iterm format type_enc T
blanchet@44232
  1923
        |> do_term pos |> AAtom |> SOME
blanchet@45264
  1924
      else if should_generate_tag_bound_decl ctxt mono type_enc universal T then
blanchet@45264
  1925
        let
blanchet@45264
  1926
          val var = ATerm (name, [])
blanchet@46820
  1927
          val tagged_var = tag_with_type ctxt format mono type_enc pos T var
blanchet@45264
  1928
        in SOME (AAtom (ATerm (`I tptp_equal, [tagged_var, var]))) end
blanchet@43444
  1929
      else
blanchet@43444
  1930
        NONE
blanchet@43747
  1931
    fun do_formula pos (AQuant (q, xs, phi)) =
blanchet@43747
  1932
        let
blanchet@43747
  1933
          val phi = phi |> do_formula pos
blanchet@43747
  1934
          val universal = Option.map (q = AExists ? not) pos
blanchet@47220
  1935
          val do_bound_type = do_bound_type ctxt format mono type_enc
blanchet@43747
  1936
        in
blanchet@43705
  1937
          AQuant (q, xs |> map (apsnd (fn NONE => NONE
blanchet@43705
  1938
                                        | SOME T => do_bound_type T)),
blanchet@43705
  1939
                  (if q = AForall then mk_ahorn else fold_rev (mk_aconn AAnd))
blanchet@43705
  1940
                      (map_filter
blanchet@43705
  1941
                           (fn (_, NONE) => NONE
blanchet@43705
  1942
                             | (s, SOME T) =>
blanchet@43747
  1943
                               do_out_of_bound_type pos phi universal (s, T))
blanchet@43747
  1944
                           xs)
blanchet@43705
  1945
                      phi)
blanchet@43705
  1946
        end
blanchet@43747
  1947
      | do_formula pos (AConn conn) = aconn_map pos do_formula conn
blanchet@44232
  1948
      | do_formula pos (AAtom tm) = AAtom (do_term pos tm)
blanchet@44364
  1949
  in do_formula end
blanchet@43444
  1950
blanchet@43444
  1951
(* Each fact is given a unique fact number to avoid name clashes (e.g., because
blanchet@43444
  1952
   of monomorphization). The TPTP explicitly forbids name clashes, and some of
blanchet@43444
  1953
   the remote provers might care. *)
blanchet@46818
  1954
fun formula_line_for_fact ctxt polym_constrs format prefix encode freshen pos
blanchet@47234
  1955
        mono type_enc rank (j, {name, stature, kind, iformula, atomic_types}) =
blanchet@44735
  1956
  (prefix ^ (if freshen then string_of_int j ^ "_" else "") ^ encode name, kind,
blanchet@44730
  1957
   iformula
blanchet@46818
  1958
   |> formula_from_iformula ctxt polym_constrs format mono type_enc
blanchet@46818
  1959
          should_guard_var_in_formula (if pos then SOME true else NONE)
blanchet@46248
  1960
   |> close_formula_universally
blanchet@46791
  1961
   |> bound_tvars type_enc true atomic_types,
blanchet@44364
  1962
   NONE,
blanchet@47234
  1963
   let val rank = rank j in
blanchet@47234
  1964
     case snd stature of
blanchet@47234
  1965
       Intro => isabelle_info format introN rank
blanchet@47234
  1966
     | Elim => isabelle_info format elimN rank
blanchet@47234
  1967
     | Simp => isabelle_info format simpN rank
blanchet@47234
  1968
     | Spec_Eq => isabelle_info format spec_eqN rank
blanchet@47234
  1969
     | _ => isabelle_info format "" rank
blanchet@47234
  1970
   end)
blanchet@44364
  1971
  |> Formula
blanchet@43444
  1972
blanchet@46172
  1973
fun formula_line_for_class_rel_clause format type_enc
blanchet@45457
  1974
        ({name, subclass, superclass, ...} : class_rel_clause) =
blanchet@45480
  1975
  let val ty_arg = ATerm (tvar_a_name, []) in
blanchet@43448
  1976
    Formula (class_rel_clause_prefix ^ ascii_of name, Axiom,
blanchet@45480
  1977
             AConn (AImplies,
blanchet@45483
  1978
                    [type_class_formula type_enc subclass ty_arg,
blanchet@45483
  1979
                     type_class_formula type_enc superclass ty_arg])
blanchet@46700
  1980
             |> mk_aquant AForall
blanchet@46700
  1981
                          [(tvar_a_name, atype_of_type_vars type_enc)],
blanchet@47234
  1982
             NONE, isabelle_info format introN helper_rank)
blanchet@43444
  1983
  end
blanchet@43444
  1984
blanchet@45483
  1985
fun formula_from_arity_atom type_enc (class, t, args) =
blanchet@45483
  1986
  ATerm (t, map (fn arg => ATerm (arg, [])) args)
blanchet@45483
  1987
  |> type_class_formula type_enc class
blanchet@43444
  1988
blanchet@46172
  1989
fun formula_line_for_arity_clause format type_enc
blanchet@46225
  1990
        ({name, prem_atoms, concl_atom} : arity_clause) =
blanchet@44366
  1991
  Formula (arity_clause_prefix ^ name, Axiom,
blanchet@45483
  1992
           mk_ahorn (map (formula_from_arity_atom type_enc) prem_atoms)
blanchet@45483
  1993
                    (formula_from_arity_atom type_enc concl_atom)
blanchet@46225
  1994
           |> mk_aquant AForall
blanchet@46225
  1995
                  (map (rpair (atype_of_type_vars type_enc)) (#3 concl_atom)),
blanchet@47234
  1996
           NONE, isabelle_info format introN helper_rank)
blanchet@43444
  1997
blanchet@46818
  1998
fun formula_line_for_conjecture ctxt polym_constrs format mono type_enc
blanchet@44730
  1999
        ({name, kind, iformula, atomic_types, ...} : translated_formula) =
blanchet@43448
  2000
  Formula (conjecture_prefix ^ name, kind,
blanchet@46187
  2001
           iformula
blanchet@46818
  2002
           |> formula_from_iformula ctxt polym_constrs format mono type_enc
blanchet@46187
  2003
                  should_guard_var_in_formula (SOME false)
blanchet@46248
  2004
           |> close_formula_universally
blanchet@47234
  2005
           |> bound_tvars type_enc true atomic_types, NONE, [])
blanchet@43444
  2006
blanchet@45483
  2007
fun formula_line_for_free_type j phi =
blanchet@47234
  2008
  Formula (tfree_clause_prefix ^ string_of_int j, Hypothesis, phi, NONE, [])
blanchet@45484
  2009
fun formula_lines_for_free_types type_enc (facts : translated_formula list) =
blanchet@43444
  2010
  let
blanchet@45483
  2011
    val phis =
blanchet@45483
  2012
      fold (union (op =)) (map #atomic_types facts) []
blanchet@45483
  2013
      |> formulas_for_types type_enc add_sorts_on_tfree
blanchet@45483
  2014
  in map2 formula_line_for_free_type (0 upto length phis - 1) phis end
blanchet@43444
  2015
blanchet@43444
  2016
(** Symbol declarations **)
blanchet@43415
  2017
blanchet@45618
  2018
fun decl_line_for_class order s =
blanchet@45459
  2019
  let val name as (s, _) = `make_type_class s in
blanchet@45480
  2020
    Decl (sym_decl_prefix ^ s, name,
blanchet@46650
  2021
          if order = First_Order then
blanchet@46650
  2022
            ATyAbs ([tvar_a_name],
blanchet@46650
  2023
                    if avoid_first_order_ghost_type_vars then
blanchet@46650
  2024
                      AFun (a_itself_atype, bool_atype)
blanchet@46650
  2025
                    else
blanchet@46650
  2026
                      bool_atype)
blanchet@45480
  2027
          else
blanchet@45618
  2028
            AFun (atype_of_types, bool_atype))
blanchet@45459
  2029
  end
blanchet@45459
  2030
blanchet@45459
  2031
fun decl_lines_for_classes type_enc classes =
blanchet@45459
  2032
  case type_enc of
blanchet@45618
  2033
    Simple_Types (order, Polymorphic, _) =>
blanchet@45618
  2034
    map (decl_line_for_class order) classes
blanchet@45459
  2035
  | _ => []
blanchet@45459
  2036
blanchet@47220
  2037
fun sym_decl_table_for_facts ctxt format type_enc sym_tab
blanchet@47220
  2038
                             (conjs, facts, extra_tms) =
blanchet@43445
  2039
  let
blanchet@45700
  2040
    fun add_iterm_syms tm =
blanchet@44730
  2041
      let val (head, args) = strip_iterm_comb tm in
blanchet@43445
  2042
        (case head of
blanchet@44730
  2043
           IConst ((s, s'), T, T_args) =>
blanchet@45458
  2044
           let
blanchet@45700
  2045
             val (pred_sym, in_conj) =
blanchet@45700
  2046
               case Symtab.lookup sym_tab s of
blanchet@45724
  2047
                 SOME ({pred_sym, in_conj, ...} : sym_info) =>
blanchet@45724
  2048
                 (pred_sym, in_conj)
blanchet@45700
  2049
               | NONE => (false, false)
blanchet@45458
  2050
             val decl_sym =
blanchet@45458
  2051
               (case type_enc of
blanchet@45458
  2052
                  Guards _ => not pred_sym
blanchet@45458
  2053
                | _ => true) andalso
blanchet@45458
  2054
               is_tptp_user_symbol s
blanchet@45458
  2055
           in
blanchet@45458
  2056
             if decl_sym then
blanchet@43447
  2057
               Symtab.map_default (s, [])
blanchet@43755
  2058
                   (insert_type ctxt #3 (s', T_args, T, pred_sym, length args,
blanchet@43755
  2059
                                         in_conj))
blanchet@43445
  2060
             else
blanchet@43445
  2061
               I
blanchet@43445
  2062
           end
blanchet@45700
  2063
         | IAbs (_, tm) => add_iterm_syms tm
blanchet@43445
  2064
         | _ => I)
blanchet@45700
  2065
        #> fold add_iterm_syms args
blanchet@43445
  2066
      end
blanchet@45700
  2067
    val add_fact_syms = K add_iterm_syms |> formula_fold NONE |> fact_lift
blanchet@44837
  2068
    fun add_formula_var_types (AQuant (_, xs, phi)) =
blanchet@44837
  2069
        fold (fn (_, SOME T) => insert_type ctxt I T | _ => I) xs
blanchet@44837
  2070
        #> add_formula_var_types phi
blanchet@44837
  2071
      | add_formula_var_types (AConn (_, phis)) =
blanchet@44837
  2072
        fold add_formula_var_types phis
blanchet@44837
  2073
      | add_formula_var_types _ = I
blanchet@44837
  2074
    fun var_types () =
blanchet@44837
  2075
      if polymorphism_of_type_enc type_enc = Polymorphic then [tvar_a]
blanchet@44837
  2076
      else fold (fact_lift add_formula_var_types) (conjs @ facts) []
blanchet@44837
  2077
    fun add_undefined_const T =
blanchet@44855
  2078
      let
blanchet@44855
  2079
        val (s, s') =
blanchet@45480
  2080
          `(make_fixed_const NONE) @{const_name undefined}
blanchet@46816
  2081
          |> (case type_arg_policy [] type_enc @{const_name undefined} of
blanchet@45642
  2082
                Mangled_Type_Args => mangled_const_name format type_enc [T]
blanchet@44872
  2083
              | _ => I)
blanchet@44855
  2084
      in
blanchet@44855
  2085
        Symtab.map_default (s, [])
blanchet@44855
  2086
                           (insert_type ctxt #3 (s', [T], T, false, 0, false))
blanchet@44855
  2087
      end
blanchet@45480
  2088
    fun add_TYPE_const () =
blanchet@45480
  2089
      let val (s, s') = TYPE_name in
blanchet@45480
  2090
        Symtab.map_default (s, [])
blanchet@45480
  2091
            (insert_type ctxt #3
blanchet@45480
  2092
                         (s', [tvar_a], @{typ "'a itself"}, false, 0, false))
blanchet@45480
  2093
      end
blanchet@43568
  2094
  in
blanchet@43568
  2095
    Symtab.empty
blanchet@44493
  2096
    |> is_type_enc_fairly_sound type_enc
blanchet@45700
  2097
       ? (fold (fold add_fact_syms) [conjs, facts]
blanchet@47220
  2098
          #> fold add_iterm_syms extra_tms
blanchet@44856
  2099
          #> (case type_enc of
blanchet@46699
  2100
                Simple_Types (First_Order, Polymorphic, _) =>
blanchet@46699
  2101
                if avoid_first_order_ghost_type_vars then add_TYPE_const ()
blanchet@46699
  2102
                else I
blanchet@45654
  2103
              | Simple_Types _ => I
blanchet@44856
  2104
              | _ => fold add_undefined_const (var_types ())))
blanchet@43568
  2105
  end
blanchet@43445
  2106
blanchet@45258
  2107
(* We add "bool" in case the helper "True_or_False" is included later. *)
blanchet@45492
  2108
fun default_mono level =
blanchet@45258
  2109
  {maybe_finite_Ts = [@{typ bool}],
blanchet@45258
  2110
   surely_finite_Ts = [@{typ bool}],
blanchet@45258
  2111
   maybe_infinite_Ts = known_infinite_types,
blanchet@45492
  2112
   surely_infinite_Ts =
blanchet@45492
  2113
     case level of
blanchet@47129
  2114
       Noninf_Nonmono_Types (Strict, _) => []
blanchet@45492
  2115
     | _ => known_infinite_types,
blanchet@45258
  2116
   maybe_nonmono_Ts = [@{typ bool}]}
blanchet@45258
  2117
blanchet@43555
  2118
(* This inference is described in section 2.3 of Claessen et al.'s "Sorting it
blanchet@43555
  2119
   out with monotonicity" paper presented at CADE 2011. *)
blanchet@45258
  2120
fun add_iterm_mononotonicity_info _ _ (SOME false) _ mono = mono
blanchet@45258
  2121
  | add_iterm_mononotonicity_info ctxt level _
blanchet@45258
  2122
        (IApp (IApp (IConst ((s, _), Type (_, [T, _]), _), tm1), tm2))
blanchet@45258
  2123
        (mono as {maybe_finite_Ts, surely_finite_Ts, maybe_infinite_Ts,
blanchet@45258
  2124
                  surely_infinite_Ts, maybe_nonmono_Ts}) =
blanchet@45262
  2125
    if is_tptp_equal s andalso exists is_maybe_universal_var [tm1, tm2] then
blanchet@45258
  2126
      case level of
blanchet@47129
  2127
        Noninf_Nonmono_Types (strictness, _) =>
blanchet@45258
  2128
        if exists (type_instance ctxt T) surely_infinite_Ts orelse
blanchet@45730
  2129
           member (type_equiv ctxt) maybe_finite_Ts T then
blanchet@45258
  2130
          mono
blanchet@47129
  2131
        else if is_type_kind_of_surely_infinite ctxt strictness
blanchet@45355
  2132
                                                surely_infinite_Ts T then
blanchet@45258
  2133
          {maybe_finite_Ts = maybe_finite_Ts,
blanchet@45258
  2134
           surely_finite_Ts = surely_finite_Ts,
blanchet@45258
  2135
           maybe_infinite_Ts = maybe_infinite_Ts,
blanchet@45258
  2136
           surely_infinite_Ts = surely_infinite_Ts |> insert_type ctxt I T,
blanchet@45258
  2137
           maybe_nonmono_Ts = maybe_nonmono_Ts}
blanchet@45258
  2138
        else
blanchet@45730
  2139
          {maybe_finite_Ts = maybe_finite_Ts |> insert (type_equiv ctxt) T,
blanchet@45258
  2140
           surely_finite_Ts = surely_finite_Ts,
blanchet@45258
  2141
           maybe_infinite_Ts = maybe_infinite_Ts,
blanchet@45258
  2142
           surely_infinite_Ts = surely_infinite_Ts,
blanchet@45258
  2143
           maybe_nonmono_Ts = maybe_nonmono_Ts |> insert_type ctxt I T}
blanchet@45639
  2144
      | Fin_Nonmono_Types _ =>
blanchet@45258
  2145
        if exists (type_instance ctxt T) surely_finite_Ts orelse
blanchet@45730
  2146
           member (type_equiv ctxt) maybe_infinite_Ts T then
blanchet@45258
  2147
          mono
blanchet@45258
  2148
        else if is_type_surely_finite ctxt T then
blanchet@45258
  2149
          {maybe_finite_Ts = maybe_finite_Ts,
blanchet@45258
  2150
           surely_finite_Ts = surely_finite_Ts |> insert_type ctxt I T,
blanchet@45258
  2151
           maybe_infinite_Ts = maybe_infinite_Ts,
blanchet@45258
  2152
           surely_infinite_Ts = surely_infinite_Ts,
blanchet@45258
  2153
           maybe_nonmono_Ts = maybe_nonmono_Ts |> insert_type ctxt I T}
blanchet@45258
  2154
        else
blanchet@45258
  2155
          {maybe_finite_Ts = maybe_finite_Ts,
blanchet@45258
  2156
           surely_finite_Ts = surely_finite_Ts,
blanchet@45730
  2157
           maybe_infinite_Ts = maybe_infinite_Ts |> insert (type_equiv ctxt) T,
blanchet@45258
  2158
           surely_infinite_Ts = surely_infinite_Ts,
blanchet@45258
  2159
           maybe_nonmono_Ts = maybe_nonmono_Ts}
blanchet@45258
  2160
      | _ => mono
blanchet@45258
  2161
    else
blanchet@45258
  2162
      mono
blanchet@45258
  2163
  | add_iterm_mononotonicity_info _ _ _ _ mono = mono
blanchet@45258
  2164
fun add_fact_mononotonicity_info ctxt level
blanchet@45258
  2165
        ({kind, iformula, ...} : translated_formula) =
blanchet@43705
  2166
  formula_fold (SOME (kind <> Conjecture))
blanchet@45258
  2167
               (add_iterm_mononotonicity_info ctxt level) iformula
blanchet@45258
  2168
fun mononotonicity_info_for_facts ctxt type_enc facts =
blanchet@44493
  2169
  let val level = level_of_type_enc type_enc in
blanchet@45492
  2170
    default_mono level
blanchet@45258
  2171
    |> is_type_level_monotonicity_based level
blanchet@45258
  2172
       ? fold (add_fact_mononotonicity_info ctxt level) facts
blanchet@43700
  2173
  end
blanchet@43547
  2174
blanchet@45356
  2175
fun add_iformula_monotonic_types ctxt mono type_enc =
blanchet@45356
  2176
  let
blanchet@45356
  2177
    val level = level_of_type_enc type_enc
blanchet@45356
  2178
    val should_encode = should_encode_type ctxt mono level
blanchet@45359
  2179
    fun add_type T = not (should_encode T) ? insert_type ctxt I T
blanchet@45361
  2180
    fun add_args (IApp (tm1, tm2)) = add_args tm1 #> add_term tm2
blanchet@45361
  2181
      | add_args _ = I
blanchet@45361
  2182
    and add_term tm = add_type (ityp_of tm) #> add_args tm
blanchet@45356
  2183
  in formula_fold NONE (K add_term) end
blanchet@45356
  2184
fun add_fact_monotonic_types ctxt mono type_enc =
blanchet@45356
  2185
  add_iformula_monotonic_types ctxt mono type_enc |> fact_lift
blanchet@45356
  2186
fun monotonic_types_for_facts ctxt mono type_enc facts =
blanchet@45673
  2187
  let val level = level_of_type_enc type_enc in
blanchet@45673
  2188
    [] |> (polymorphism_of_type_enc type_enc = Polymorphic andalso
blanchet@45673
  2189
           is_type_level_monotonicity_based level andalso
blanchet@45673
  2190
           granularity_of_type_level level <> Ghost_Type_Arg_Vars)
blanchet@45673
  2191
          ? fold (add_fact_monotonic_types ctxt mono type_enc) facts
blanchet@45673
  2192
  end
blanchet@45356
  2193
blanchet@45258
  2194
fun formula_line_for_guards_mono_type ctxt format mono type_enc T =
blanchet@45255
  2195
  Formula (guards_sym_formula_prefix ^
blanchet@45255
  2196
           ascii_of (mangled_type format type_enc T),
blanchet@45255
  2197
           Axiom,
blanchet@45255
  2198
           IConst (`make_bound_var "X", T, [])
blanchet@45645
  2199
           |> type_guard_iterm format type_enc T
blanchet@45255
  2200
           |> AAtom
blanchet@46818
  2201
           |> formula_from_iformula ctxt [] format mono type_enc
blanchet@46819
  2202
                                    always_guard_var_in_formula (SOME true)
blanchet@46248
  2203
           |> close_formula_universally
blanchet@46791
  2204
           |> bound_tvars type_enc true (atomic_types_of T),
blanchet@47234
  2205
           NONE, isabelle_info format introN helper_rank)
blanchet@45255
  2206
blanchet@45258
  2207
fun formula_line_for_tags_mono_type ctxt format mono type_enc T =
blanchet@45255
  2208
  let val x_var = ATerm (`make_bound_var "X", []) in
blanchet@45255
  2209
    Formula (tags_sym_formula_prefix ^
blanchet@45255
  2210
             ascii_of (mangled_type format type_enc T),
blanchet@45255
  2211
             Axiom,
blanchet@47220
  2212
             eq_formula type_enc (atomic_types_of T) [] false
blanchet@46820
  2213
                  (tag_with_type ctxt format mono type_enc NONE T x_var) x_var,
blanchet@47234
  2214
             NONE, isabelle_info format spec_eqN helper_rank)
blanchet@45255
  2215
  end
blanchet@45255
  2216
blanchet@45258
  2217
fun problem_lines_for_mono_types ctxt format mono type_enc Ts =
blanchet@45255
  2218
  case type_enc of
blanchet@45255
  2219
    Simple_Types _ => []
blanchet@45255
  2220
  | Guards _ =>
blanchet@45258
  2221
    map (formula_line_for_guards_mono_type ctxt format mono type_enc) Ts
blanchet@45258
  2222
  | Tags _ => map (formula_line_for_tags_mono_type ctxt format mono type_enc) Ts
blanchet@45255
  2223
blanchet@45258
  2224
fun decl_line_for_sym ctxt format mono type_enc s
blanchet@43835
  2225
                      (s', T_args, T, pred_sym, ary, _) =
blanchet@43835
  2226
  let
blanchet@45458
  2227
    val thy = Proof_Context.theory_of ctxt
blanchet@45458
  2228
    val (T, T_args) =
blanchet@45458
  2229
      if null T_args then
blanchet@45458
  2230
        (T, [])
blanchet@46382
  2231
      else case unprefix_and_unascii const_prefix s of
blanchet@45458
  2232
        SOME s' =>
blanchet@45458
  2233
        let
blanchet@45458
  2234
          val s' = s' |> invert_const
blanchet@45458
  2235
          val T = s' |> robust_const_type thy
blanchet@45458
  2236
        in (T, robust_const_typargs thy (s', T)) end
blanchet@46380
  2237
      | NONE => raise Fail "unexpected type arguments"
blanchet@43835
  2238
  in
blanchet@43839
  2239
    Decl (sym_decl_prefix ^ s, (s, s'),
blanchet@45458
  2240
          T |> fused_type ctxt mono (level_of_type_enc type_enc) ary
blanchet@45458
  2241
            |> ho_type_from_typ format type_enc pred_sym ary
blanchet@45458
  2242
            |> not (null T_args)
blanchet@45458
  2243
               ? curry ATyAbs (map (tvar_name o fst o dest_TVar) T_args))
blanchet@43835
  2244
  end
blanchet@43450
  2245
blanchet@47220
  2246
fun honor_conj_sym_kind in_conj conj_sym_kind =
blanchet@47220
  2247
  if in_conj then (conj_sym_kind, conj_sym_kind = Conjecture ? mk_anot)
blanchet@47220
  2248
  else (Axiom, I)
blanchet@47220
  2249
blanchet@45258
  2250
fun formula_line_for_guards_sym_decl ctxt format conj_sym_kind mono type_enc n s
blanchet@45258
  2251
                                     j (s', T_args, T, _, ary, in_conj) =
blanchet@43450
  2252
  let
blanchet@45673
  2253
    val thy = Proof_Context.theory_of ctxt
blanchet@47220
  2254
    val (kind, maybe_negate) = honor_conj_sym_kind in_conj conj_sym_kind
blanchet@43618
  2255
    val (arg_Ts, res_T) = chop_fun ary T
blanchet@45676
  2256
    val bound_names = 1 upto ary |> map (`I o make_bound_var o string_of_int)
blanchet@43700
  2257
    val bounds =
blanchet@44730
  2258
      bound_names ~~ arg_Ts |> map (fn (name, T) => IConst (name, T, []))
blanchet@43450
  2259
    val bound_Ts =
blanchet@45673
  2260
      if exists (curry (op =) dummyT) T_args then
blanchet@45673
  2261
        case level_of_type_enc type_enc of
blanchet@45673
  2262
          All_Types => map SOME arg_Ts
blanchet@45673
  2263
        | level =>
blanchet@45673
  2264
          if granularity_of_type_level level = Ghost_Type_Arg_Vars then
blanchet@45673
  2265
            let val ghosts = ghost_type_args thy s ary in
blanchet@45673
  2266
              map2 (fn j => if member (op =) ghosts j then SOME else K NONE)
blanchet@45676
  2267
                   (0 upto ary - 1) arg_Ts
blanchet@45673
  2268
            end
blanchet@45673
  2269
          else
blanchet@45676
  2270
            replicate ary NONE
blanchet@45673
  2271
      else
blanchet@45676
  2272
        replicate ary NONE
blanchet@43450
  2273
  in
blanchet@44860
  2274
    Formula (guards_sym_formula_prefix ^ s ^
blanchet@43580
  2275
             (if n > 1 then "_" ^ string_of_int j else ""), kind,
blanchet@44730
  2276
             IConst ((s, s'), T, T_args)
blanchet@44730
  2277
             |> fold (curry (IApp o swap)) bounds
blanchet@45645
  2278
             |> type_guard_iterm format type_enc res_T
blanchet@43804
  2279
             |> AAtom |> mk_aquant AForall (bound_names ~~ bound_Ts)
blanchet@46818
  2280
             |> formula_from_iformula ctxt [] format mono type_enc
blanchet@46819
  2281
                                      always_guard_var_in_formula (SOME true)
blanchet@46248
  2282
             |> close_formula_universally
blanchet@46791
  2283
             |> bound_tvars type_enc (n > 1) (atomic_types_of T)
blanchet@43580
  2284
             |> maybe_negate,
blanchet@47234
  2285
             NONE, isabelle_info format introN helper_rank)
blanchet@43450
  2286
  end
blanchet@43450
  2287
blanchet@45673
  2288
fun formula_lines_for_tags_sym_decl ctxt format conj_sym_kind mono type_enc n s
blanchet@45673
  2289
        (j, (s', T_args, T, pred_sym, ary, in_conj)) =
blanchet@43700
  2290
  let
blanchet@45676
  2291
    val thy = Proof_Context.theory_of ctxt
blanchet@45676
  2292
    val level = level_of_type_enc type_enc
blanchet@45676
  2293
    val grain = granularity_of_type_level level
blanchet@43700
  2294
    val ident_base =
blanchet@45255
  2295
      tags_sym_formula_prefix ^ s ^
blanchet@43966
  2296
      (if n > 1 then "_" ^ string_of_int j else "")
blanchet@47220
  2297
    val (kind, maybe_negate) = honor_conj_sym_kind in_conj conj_sym_kind
blanchet@43700
  2298
    val (arg_Ts, res_T) = chop_fun ary T
blanchet@45676
  2299
    val bound_names = 1 upto ary |> map (`I o make_bound_var o string_of_int)
blanchet@43700
  2300
    val bounds = bound_names |> map (fn name => ATerm (name, []))
nik@44536
  2301
    val cst = mk_aterm format type_enc (s, s') T_args
blanchet@47220
  2302
    val eq = maybe_negate oo eq_formula type_enc (atomic_types_of T) [] pred_sym
blanchet@45676
  2303
    val should_encode = should_encode_type ctxt mono level
blanchet@46820
  2304
    val tag_with = tag_with_type ctxt format mono type_enc NONE
blanchet@43700
  2305
    val add_formula_for_res =
blanchet@43700
  2306
      if should_encode res_T then
blanchet@45676
  2307
        let
blanchet@45676
  2308
          val tagged_bounds =
blanchet@45676
  2309
            if grain = Ghost_Type_Arg_Vars then
blanchet@45676
  2310
              let val ghosts = ghost_type_args thy s ary in
blanchet@45676
  2311
                map2 (fn (j, arg_T) => member (op =) ghosts j ? tag_with arg_T)
blanchet@45676
  2312
                     (0 upto ary - 1 ~~ arg_Ts) bounds
blanchet@45676
  2313
              end
blanchet@45676
  2314
            else
blanchet@45676
  2315
              bounds
blanchet@45676
  2316
        in
blanchet@45676
  2317
          cons (Formula (ident_base ^ "_res", kind,
blanchet@45676
  2318
                         eq (tag_with res_T (cst bounds)) (cst tagged_bounds),
blanchet@47234
  2319
                         NONE, isabelle_info format spec_eqN helper_rank))
blanchet@45676
  2320
        end
blanchet@43700
  2321
      else
blanchet@43700
  2322
        I
blanchet@43700
  2323
    fun add_formula_for_arg k =
blanchet@43700
  2324
      let val arg_T = nth arg_Ts k in
blanchet@43700
  2325
        if should_encode arg_T then
blanchet@43700
  2326
          case chop k bounds of
blanchet@43700
  2327
            (bounds1, bound :: bounds2) =>
blanchet@43721
  2328
            cons (Formula (ident_base ^ "_arg" ^ string_of_int (k + 1), kind,
blanchet@45255
  2329
                           eq (cst (bounds1 @ tag_with arg_T bound :: bounds2))
blanchet@45255
  2330
                              (cst bounds),
blanchet@47234
  2331
                           NONE, isabelle_info format spec_eqN helper_rank))
blanchet@43700
  2332
          | _ => raise Fail "expected nonempty tail"
blanchet@43700
  2333
        else
blanchet@43700
  2334
          I
blanchet@43700
  2335
      end
blanchet@43700
  2336
  in
blanchet@43705
  2337
    [] |> not pred_sym ? add_formula_for_res
blanchet@45676
  2338
       |> (Config.get ctxt type_tag_arguments andalso
blanchet@45676
  2339
           grain = Positively_Naked_Vars)
blanchet@45351
  2340
          ? fold add_formula_for_arg (ary - 1 downto 0)
blanchet@43700
  2341
  end
blanchet@43700
  2342
blanchet@43707
  2343
fun result_type_of_decl (_, _, T, _, ary, _) = chop_fun ary T |> snd
blanchet@43707
  2344
blanchet@46651
  2345
fun rationalize_decls ctxt (decls as decl :: (decls' as _ :: _)) =
blanchet@46651
  2346
    let
blanchet@46651
  2347
      val T = result_type_of_decl decl
blanchet@46651
  2348
              |> map_type_tvar (fn (z, _) => TVar (z, HOLogic.typeS))
blanchet@46651
  2349
    in
blanchet@46651
  2350
      if forall (type_generalization ctxt T o result_type_of_decl) decls' then
blanchet@46651
  2351
        [decl]
blanchet@46651
  2352
      else
blanchet@46651
  2353
        decls
blanchet@46651
  2354
    end
blanchet@46651
  2355
  | rationalize_decls _ decls = decls
blanchet@46651
  2356
blanchet@45258
  2357
fun problem_lines_for_sym_decls ctxt format conj_sym_kind mono type_enc
blanchet@45255
  2358
                                (s, decls) =
blanchet@44493
  2359
  case type_enc of
blanchet@46701
  2360
    Simple_Types _ => [decl_line_for_sym ctxt format mono type_enc s (hd decls)]
blanchet@45639
  2361
  | Guards (_, level) =>
blanchet@43839
  2362
    let
blanchet@46651
  2363
      val decls = decls |> rationalize_decls ctxt
blanchet@43839
  2364
      val n = length decls
blanchet@43839
  2365
      val decls =
blanchet@45258
  2366
        decls |> filter (should_encode_type ctxt mono level
blanchet@44264
  2367
                         o result_type_of_decl)
blanchet@43839
  2368
    in
blanchet@43839
  2369
      (0 upto length decls - 1, decls)
blanchet@45258
  2370
      |-> map2 (formula_line_for_guards_sym_decl ctxt format conj_sym_kind mono
blanchet@45258
  2371
                                                 type_enc n s)
blanchet@43839
  2372
    end
blanchet@45639
  2373
  | Tags (_, level) =>
blanchet@45673
  2374
    if granularity_of_type_level level = All_Vars then
blanchet@45639
  2375
      []
blanchet@45639
  2376
    else
blanchet@45639
  2377
      let val n = length decls in
blanchet@45639
  2378
        (0 upto n - 1 ~~ decls)
blanchet@45673
  2379
        |> maps (formula_lines_for_tags_sym_decl ctxt format conj_sym_kind mono
blanchet@45673
  2380
                                                 type_enc n s)
blanchet@45639
  2381
      end
blanchet@43450
  2382
blanchet@45258
  2383
fun problem_lines_for_sym_decl_table ctxt format conj_sym_kind mono type_enc
blanchet@45356
  2384
                                     mono_Ts sym_decl_tab =
blanchet@45255
  2385
  let
blanchet@45255
  2386
    val syms = sym_decl_tab |> Symtab.dest |> sort_wrt fst
blanchet@45255
  2387
    val mono_lines =
blanchet@45258
  2388
      problem_lines_for_mono_types ctxt format mono type_enc mono_Ts
blanchet@45255
  2389
    val decl_lines =
blanchet@45255
  2390
      fold_rev (append o problem_lines_for_sym_decls ctxt format conj_sym_kind
blanchet@46818
  2391
                             mono type_enc)
blanchet@45255
  2392
               syms []
blanchet@45255
  2393
  in mono_lines @ decl_lines end
blanchet@43414
  2394
blanchet@47220
  2395
fun pair_append (xs1, xs2) (ys1, ys2) = (xs1 @ ys1, xs2 @ ys2)
blanchet@47220
  2396
blanchet@47237
  2397
fun do_uncurried_alias_lines_for_sym ctxt monom_constrs format conj_sym_kind
blanchet@47237
  2398
        mono type_enc sym_tab0 sym_tab base_s0 types in_conj =
blanchet@47220
  2399
  let
blanchet@47220
  2400
    fun do_alias ary =
blanchet@47220
  2401
      let
blanchet@47220
  2402
        val thy = Proof_Context.theory_of ctxt
blanchet@47220
  2403
        val (kind, maybe_negate) = honor_conj_sym_kind in_conj conj_sym_kind
blanchet@47220
  2404
        val base_name = base_s0 |> `(make_fixed_const (SOME format))
blanchet@47220
  2405
        val T = case types of [T] => T | _ => robust_const_type thy base_s0
blanchet@47220
  2406
        val T_args = robust_const_typargs thy (base_s0, T)
blanchet@47220
  2407
        val (base_name as (base_s, _), T_args) =
blanchet@47220
  2408
          mangle_type_args_in_const format type_enc base_name T_args
blanchet@47230
  2409
        val base_ary = min_ary_of sym_tab0 base_s
blanchet@47220
  2410
        val T_args =
blanchet@47220
  2411
          T_args |> filter_type_args_in_const thy monom_constrs type_enc
blanchet@47220
  2412
                                              base_ary base_s
blanchet@47220
  2413
        fun do_const name = IConst (name, T, T_args)
blanchet@47220
  2414
        val do_term = ho_term_from_iterm ctxt format mono type_enc (SOME true)
blanchet@47220
  2415
        val name1 as (s1, _) =
blanchet@47237
  2416
          base_name |> ary - 1 > base_ary ? aliased_uncurried (ary - 1)
blanchet@47237
  2417
        val name2 as (s2, _) = base_name |> aliased_uncurried ary
blanchet@47220
  2418
        val (arg_Ts, _) = chop_fun ary T
blanchet@47220
  2419
        val bound_names =
blanchet@47220
  2420
          1 upto ary |> map (`I o make_bound_var o string_of_int)
blanchet@47220
  2421
        val bounds = bound_names ~~ arg_Ts
blanchet@47220
  2422
        val (first_bounds, last_bound) =
blanchet@47220
  2423
          bounds |> map (fn (name, T) => IConst (name, T, [])) |> split_last
blanchet@47220
  2424
        val tm1 =
blanchet@47220
  2425
          do_app_op format type_enc (list_app (do_const name1) first_bounds)
blanchet@47220
  2426
                    last_bound
blanchet@47220
  2427
        val tm2 = list_app (do_const name2) (first_bounds @ [last_bound])
blanchet@47220
  2428
        val do_bound_type = do_bound_type ctxt format mono type_enc
blanchet@47220
  2429
        val eq =
blanchet@47220
  2430
          eq_formula type_enc (atomic_types_of T)
blanchet@47220
  2431
                     (map (apsnd do_bound_type) bounds) false
blanchet@47220
  2432
                     (do_term tm1) (do_term tm2)
blanchet@47220
  2433
      in
blanchet@47220
  2434
        ([tm1, tm2],
blanchet@47237
  2435
         [Formula (uncurried_alias_eq_prefix ^ s2, kind, eq |> maybe_negate,
blanchet@47237
  2436
                   NONE, isabelle_info format spec_eqN helper_rank)])
blanchet@47220
  2437
        |> (if ary - 1 = base_ary orelse Symtab.defined sym_tab s1 then I
blanchet@47220
  2438
            else pair_append (do_alias (ary - 1)))
blanchet@47220
  2439
      end
blanchet@47220
  2440
  in do_alias end
blanchet@47237
  2441
fun uncurried_alias_lines_for_sym ctxt monom_constrs format conj_sym_kind mono
blanchet@47237
  2442
        type_enc sym_tab0 sym_tab
blanchet@47237
  2443
        (s, {min_ary, types, in_conj, ...} : sym_info) =
blanchet@47220
  2444
  case unprefix_and_unascii const_prefix s of
blanchet@47220
  2445
    SOME mangled_s =>
blanchet@47237
  2446
    if String.isSubstring uncurried_alias_sep mangled_s then
blanchet@47220
  2447
      let
blanchet@47220
  2448
        val base_s0 = mangled_s |> unmangled_const_name |> hd |> invert_const
blanchet@47220
  2449
      in
blanchet@47237
  2450
        do_uncurried_alias_lines_for_sym ctxt monom_constrs format conj_sym_kind
blanchet@47230
  2451
            mono type_enc sym_tab0 sym_tab base_s0 types in_conj min_ary
blanchet@47220
  2452
      end
blanchet@47220
  2453
    else
blanchet@47220
  2454
      ([], [])
blanchet@47220
  2455
  | NONE => ([], [])
blanchet@47237
  2456
fun uncurried_alias_lines_for_sym_table ctxt monom_constrs format conj_sym_kind
blanchet@47237
  2457
        mono type_enc uncurried_aliases sym_tab0 sym_tab =
blanchet@47220
  2458
  ([], [])
blanchet@47237
  2459
  |> uncurried_aliases
blanchet@47230
  2460
     ? Symtab.fold_rev
blanchet@47230
  2461
           (pair_append
blanchet@47237
  2462
            o uncurried_alias_lines_for_sym ctxt monom_constrs format
blanchet@47237
  2463
                  conj_sym_kind mono type_enc sym_tab0 sym_tab) sym_tab
blanchet@47220
  2464
blanchet@45639
  2465
fun needs_type_tag_idempotence ctxt (Tags (poly, level)) =
blanchet@45351
  2466
    Config.get ctxt type_tag_idempotence andalso
blanchet@45639
  2467
    is_type_level_monotonicity_based level andalso
blanchet@45639
  2468
    poly <> Mangled_Monomorphic
blanchet@45351
  2469
  | needs_type_tag_idempotence _ _ = false
blanchet@43702
  2470
blanchet@43839
  2471
val implicit_declsN = "Should-be-implicit typings"
blanchet@43839
  2472
val explicit_declsN = "Explicit typings"
blanchet@47237
  2473
val uncurried_alias_eqsN = "Uncurried aliases"
blanchet@41405
  2474
val factsN = "Relevant facts"
blanchet@41405
  2475
val class_relsN = "Class relationships"
blanchet@43414
  2476
val aritiesN = "Arities"
blanchet@41405
  2477
val helpersN = "Helper facts"
blanchet@41405
  2478
val conjsN = "Conjectures"
blanchet@41561
  2479
val free_typesN = "Type variables"
blanchet@41405
  2480
blanchet@46698
  2481
(* TFF allows implicit declarations of types, function symbols, and predicate
blanchet@46698
  2482
   symbols (with "$i" as the type of individuals), but some provers (e.g.,
blanchet@46698
  2483
   SNARK) require explicit declarations. The situation is similar for THF. *)
blanchet@46698
  2484
blanchet@46746
  2485
fun default_type type_enc pred_sym s =
blanchet@46698
  2486
  let
blanchet@46698
  2487
    val ind =
blanchet@46746
  2488
      case type_enc of
blanchet@46746
  2489
        Simple_Types _ =>
blanchet@46746
  2490
        if String.isPrefix type_const_prefix s then atype_of_types
blanchet@46746
  2491
        else individual_atype
blanchet@46746
  2492
      | _ => individual_atype
blanchet@46698
  2493
    fun typ 0 = if pred_sym then bool_atype else ind
blanchet@46698
  2494
      | typ ary = AFun (ind, typ (ary - 1))
blanchet@46698
  2495
  in typ end
blanchet@46698
  2496
blanchet@46698
  2497
fun nary_type_constr_type n =
blanchet@46698
  2498
  funpow n (curry AFun atype_of_types) atype_of_types
blanchet@46698
  2499
blanchet@46746
  2500
fun undeclared_syms_in_problem type_enc problem =
blanchet@46698
  2501
  let
blanchet@46698
  2502
    val declared = declared_syms_in_problem problem
blanchet@47220
  2503
    fun do_sym (name as (s, _)) ty =
blanchet@47220
  2504
      if is_tptp_user_symbol s andalso not (member (op =) declared name) then
blanchet@47220
  2505
        AList.default (op =) (name, ty)
blanchet@47220
  2506
      else
blanchet@47220
  2507
        I
blanchet@47220
  2508
    fun do_type (AType (name, tys)) =
blanchet@47220
  2509
        do_sym name (fn () => nary_type_constr_type (length tys))
blanchet@46698
  2510
        #> fold do_type tys
blanchet@46698
  2511
      | do_type (AFun (ty1, ty2)) = do_type ty1 #> do_type ty2
blanchet@46698
  2512
      | do_type (ATyAbs (_, ty)) = do_type ty
blanchet@46698
  2513
    fun do_term pred_sym (ATerm (name as (s, _), tms)) =
blanchet@47220
  2514
        do_sym name (fn _ => default_type type_enc pred_sym s (length tms))
blanchet@46698
  2515
        #> fold (do_term false) tms
blanchet@46698
  2516
      | do_term _ (AAbs ((_, ty), tm)) = do_type ty #> do_term false tm
blanchet@46698
  2517
    fun do_formula (AQuant (_, xs, phi)) =
blanchet@46698
  2518
        fold do_type (map_filter snd xs) #> do_formula phi
blanchet@46698
  2519
      | do_formula (AConn (_, phis)) = fold do_formula phis
blanchet@46698
  2520
      | do_formula (AAtom tm) = do_term true tm
blanchet@46698
  2521
    fun do_problem_line (Decl (_, _, ty)) = do_type ty
blanchet@46698
  2522
      | do_problem_line (Formula (_, _, phi, _, _)) = do_formula phi
blanchet@46698
  2523
  in
blanchet@46698
  2524
    fold (fold do_problem_line o snd) problem []
blanchet@46698
  2525
    |> filter_out (is_built_in_tptp_symbol o fst o fst)
blanchet@46698
  2526
  end
blanchet@46698
  2527
blanchet@46746
  2528
fun declare_undeclared_syms_in_atp_problem type_enc problem =
blanchet@46698
  2529
  let
blanchet@46698
  2530
    val decls =
blanchet@46698
  2531
      problem
blanchet@46746
  2532
      |> undeclared_syms_in_problem type_enc
blanchet@46698
  2533
      |> sort_wrt (fst o fst)
blanchet@46698
  2534
      |> map (fn (x as (s, _), ty) => Decl (type_decl_prefix ^ s, x, ty ()))
blanchet@46698
  2535
  in (implicit_declsN, decls) :: problem end
blanchet@46698
  2536
blanchet@46816
  2537
fun exists_subdtype P =
blanchet@46816
  2538
  let
blanchet@46816
  2539
    fun ex U = P U orelse
blanchet@46816
  2540
      (case U of Datatype.DtType (_, Us) => exists ex Us | _ => false)
blanchet@46816
  2541
  in ex end
blanchet@46816
  2542
blanchet@46816
  2543
fun is_poly_constr (_, Us) =
blanchet@46816
  2544
  exists (exists_subdtype (fn Datatype.DtTFree _ => true | _ => false)) Us
blanchet@46816
  2545
blanchet@46818
  2546
fun all_constrs_of_polymorphic_datatypes thy =
blanchet@46816
  2547
  Symtab.fold (snd
blanchet@46816
  2548
               #> #descr
blanchet@46816
  2549
               #> maps (snd #> #3)
blanchet@46816
  2550
               #> (fn cs => exists is_poly_constr cs ? append cs))
blanchet@46816
  2551
              (Datatype.get_all thy) []
blanchet@46818
  2552
  |> List.partition is_poly_constr
blanchet@46818
  2553
  |> pairself (map fst)
blanchet@46816
  2554
blanchet@47220
  2555
val app_op_threshold = 50
blanchet@44100
  2556
blanchet@45256
  2557
fun prepare_atp_problem ctxt format conj_sym_kind prem_kind type_enc exporter
blanchet@47237
  2558
                        lam_trans uncurried_aliases readable_names preproc
blanchet@47237
  2559
                        hyp_ts concl_t facts =
blanchet@38506
  2560
  let
blanchet@45645
  2561
    val thy = Proof_Context.theory_of ctxt
blanchet@45275
  2562
    val type_enc = type_enc |> adjust_type_enc format
blanchet@47217
  2563
    (* Forcing explicit applications is expensive for polymorphic encodings,
blanchet@47217
  2564
       because it takes only one existential variable ranging over "'a => 'b" to
blanchet@47217
  2565
       ruin everything. Hence we do it only if there are few facts (which is
blanchet@47217
  2566
       normally the case for "metis" and the minimizer). *)
blanchet@47220
  2567
    val app_op_level =
blanchet@47198
  2568
      if polymorphism_of_type_enc type_enc = Polymorphic andalso
blanchet@47220
  2569
         length facts >= app_op_threshold then
blanchet@47217
  2570
        Incomplete_Apply
blanchet@47198
  2571
      else
blanchet@47217
  2572
        Sufficient_Apply
blanchet@46385
  2573
    val lam_trans =
blanchet@46391
  2574
      if lam_trans = keep_lamsN andalso
blanchet@46391
  2575
         not (is_type_enc_higher_order type_enc) then
blanchet@46390
  2576
        error ("Lambda translation scheme incompatible with first-order \
blanchet@44959
  2577
               \encoding.")
blanchet@44959
  2578
      else
blanchet@46385
  2579
        lam_trans
blanchet@46379
  2580
    val (fact_names, classes, conjs, facts, class_rel_clauses, arity_clauses,
blanchet@46379
  2581
         lifted) =
blanchet@46385
  2582
      translate_formulas ctxt format prem_kind type_enc lam_trans preproc hyp_ts
blanchet@46385
  2583
                         concl_t facts
blanchet@47230
  2584
    val sym_tab0 = sym_table_for_facts ctxt type_enc app_op_level conjs facts
blanchet@45258
  2585
    val mono = conjs @ facts |> mononotonicity_info_for_facts ctxt type_enc
blanchet@46818
  2586
    val (polym_constrs, monom_constrs) =
blanchet@46818
  2587
      all_constrs_of_polymorphic_datatypes thy
blanchet@46818
  2588
      |>> map (make_fixed_const (SOME format))
blanchet@47228
  2589
    fun firstorderize in_helper =
blanchet@47230
  2590
      firstorderize_fact thy monom_constrs format type_enc sym_tab0
blanchet@47237
  2591
                         (uncurried_aliases andalso not in_helper)
blanchet@47228
  2592
    val (conjs, facts) = (conjs, facts) |> pairself (map (firstorderize false))
blanchet@47217
  2593
    val sym_tab = sym_table_for_facts ctxt type_enc Incomplete_Apply conjs facts
blanchet@43444
  2594
    val helpers =
blanchet@45644
  2595
      sym_tab |> helper_facts_for_sym_table ctxt format type_enc
blanchet@47228
  2596
              |> map (firstorderize true)
blanchet@45356
  2597
    val mono_Ts =
blanchet@46808
  2598
      helpers @ conjs @ facts |> monotonic_types_for_facts ctxt mono type_enc
blanchet@45459
  2599
    val class_decl_lines = decl_lines_for_classes type_enc classes
blanchet@47237
  2600
    val (uncurried_alias_eq_tms, uncurried_alias_eq_lines) =
blanchet@47237
  2601
      uncurried_alias_lines_for_sym_table ctxt monom_constrs format
blanchet@47237
  2602
          conj_sym_kind mono type_enc uncurried_aliases sym_tab0 sym_tab
blanchet@43550
  2603
    val sym_decl_lines =
blanchet@47237
  2604
      (conjs, helpers @ facts, uncurried_alias_eq_tms)
blanchet@45644
  2605
      |> sym_decl_table_for_facts ctxt format type_enc sym_tab
blanchet@45258
  2606
      |> problem_lines_for_sym_decl_table ctxt format conj_sym_kind mono
blanchet@45356
  2607
                                               type_enc mono_Ts
blanchet@47234
  2608
    val num_facts = length facts
blanchet@47234
  2609
    val fact_lines =
blanchet@47234
  2610
      map (formula_line_for_fact ctxt polym_constrs format fact_prefix
blanchet@47234
  2611
               ascii_of (not exporter) (not exporter) mono type_enc
blanchet@47234
  2612
               (rank_of_fact_num num_facts))
blanchet@47234
  2613
          (0 upto num_facts - 1 ~~ facts)
blanchet@43750
  2614
    val helper_lines =
blanchet@43797
  2615
      0 upto length helpers - 1 ~~ helpers
blanchet@46818
  2616
      |> map (formula_line_for_fact ctxt polym_constrs format helper_prefix I
blanchet@47234
  2617
                                    false true mono type_enc (K default_rank))
blanchet@45351
  2618
      |> (if needs_type_tag_idempotence ctxt type_enc then
blanchet@46172
  2619
            cons (type_tag_idempotence_fact format type_enc)
blanchet@44000
  2620
          else
blanchet@44000
  2621
            I)
blanchet@43393
  2622
    (* Reordering these might confuse the proof reconstruction code or the SPASS
blanchet@43880
  2623
       FLOTTER hack. *)
blanchet@38506
  2624
    val problem =
blanchet@45459
  2625
      [(explicit_declsN, class_decl_lines @ sym_decl_lines),
blanchet@47237
  2626
       (uncurried_alias_eqsN, uncurried_alias_eq_lines),
blanchet@47234
  2627
       (factsN, fact_lines),
blanchet@45457
  2628
       (class_relsN,
blanchet@46172
  2629
        map (formula_line_for_class_rel_clause format type_enc)
blanchet@46172
  2630
            class_rel_clauses),
blanchet@46172
  2631
       (aritiesN,
blanchet@46172
  2632
        map (formula_line_for_arity_clause format type_enc) arity_clauses),
blanchet@43750
  2633
       (helpersN, helper_lines),
blanchet@43803
  2634
       (conjsN,
blanchet@46818
  2635
        map (formula_line_for_conjecture ctxt polym_constrs format mono
blanchet@46818
  2636
                                         type_enc) conjs),
blanchet@44493
  2637
       (free_typesN, formula_lines_for_free_types type_enc (facts @ conjs))]
blanchet@43414
  2638
    val problem =
blanchet@43432
  2639
      problem
blanchet@43933
  2640
      |> (case format of
blanchet@43933
  2641
            CNF => ensure_cnf_problem
blanchet@43933
  2642
          | CNF_UEQ => filter_cnf_ueq_problem
blanchet@45453
  2643
          | FOF => I
blanchet@45618
  2644
          | TFF (_, TPTP_Implicit) => I
blanchet@45618
  2645
          | THF (_, TPTP_Implicit, _) => I
blanchet@46746
  2646
          | _ => declare_undeclared_syms_in_atp_problem type_enc)
blanchet@46810
  2647
    val (problem, pool) = problem |> nice_atp_problem readable_names format
blanchet@45643
  2648
    fun add_sym_ary (s, {min_ary, ...} : sym_info) =
blanchet@45644
  2649
      min_ary > 0 ? Symtab.insert (op =) (s, min_ary)
blanchet@38506
  2650
  in
blanchet@38506
  2651
    (problem,
blanchet@38506
  2652
     case pool of SOME the_pool => snd the_pool | NONE => Symtab.empty,
blanchet@43620
  2653
     fact_names |> Vector.fromList,
blanchet@46379
  2654
     lifted,
blanchet@45643
  2655
     Symtab.empty |> Symtab.fold add_sym_ary sym_tab)
blanchet@38506
  2656
  end
blanchet@38506
  2657
blanchet@41561
  2658
(* FUDGE *)
blanchet@41561
  2659
val conj_weight = 0.0
blanchet@42641
  2660
val hyp_weight = 0.1
blanchet@42641
  2661
val fact_min_weight = 0.2
blanchet@41561
  2662
val fact_max_weight = 1.0
blanchet@43479
  2663
val type_info_default_weight = 0.8
blanchet@41561
  2664
blanchet@41561
  2665
fun add_term_weights weight (ATerm (s, tms)) =
nik@44535
  2666
    is_tptp_user_symbol s ? Symtab.default (s, weight)
nik@44535
  2667
    #> fold (add_term_weights weight) tms
nik@44535
  2668
  | add_term_weights weight (AAbs (_, tm)) = add_term_weights weight tm
blanchet@43448
  2669
fun add_problem_line_weights weight (Formula (_, _, phi, _, _)) =
blanchet@43705
  2670
    formula_fold NONE (K (add_term_weights weight)) phi
blanchet@43399
  2671
  | add_problem_line_weights _ _ = I
blanchet@41561
  2672
blanchet@41561
  2673
fun add_conjectures_weights [] = I
blanchet@41561
  2674
  | add_conjectures_weights conjs =
blanchet@41561
  2675
    let val (hyps, conj) = split_last conjs in
blanchet@41561
  2676
      add_problem_line_weights conj_weight conj
blanchet@41561
  2677
      #> fold (add_problem_line_weights hyp_weight) hyps
blanchet@41561
  2678
    end
blanchet@41561
  2679
blanchet@41561
  2680
fun add_facts_weights facts =
blanchet@41561
  2681
  let
blanchet@41561
  2682
    val num_facts = length facts
blanchet@41561
  2683
    fun weight_of j =
blanchet@41561
  2684
      fact_min_weight + (fact_max_weight - fact_min_weight) * Real.fromInt j
blanchet@41561
  2685
                        / Real.fromInt num_facts
blanchet@41561
  2686
  in
blanchet@41561
  2687
    map weight_of (0 upto num_facts - 1) ~~ facts
blanchet@41561
  2688
    |> fold (uncurry add_problem_line_weights)
blanchet@41561
  2689
  end
blanchet@41561
  2690
blanchet@41561
  2691
(* Weights are from 0.0 (most important) to 1.0 (least important). *)
blanchet@41561
  2692
fun atp_problem_weights problem =
blanchet@43479
  2693
  let val get = these o AList.lookup (op =) problem in
blanchet@43479
  2694
    Symtab.empty
blanchet@43479
  2695
    |> add_conjectures_weights (get free_typesN @ get conjsN)
blanchet@43479
  2696
    |> add_facts_weights (get factsN)
blanchet@43479
  2697
    |> fold (fold (add_problem_line_weights type_info_default_weight) o get)
blanchet@43839
  2698
            [explicit_declsN, class_relsN, aritiesN]
blanchet@43479
  2699
    |> Symtab.dest
blanchet@43479
  2700
    |> sort (prod_ord Real.compare string_ord o pairself swap)
blanchet@43479
  2701
  end
blanchet@41561
  2702
blanchet@38506
  2703
end;