src/HOL/Import/HOLLight/hollight.imp
author nipkow
Tue, 07 Sep 2010 10:05:19 +0200
changeset 39198 f967a16dfcdd
parent 38864 4abe644fcea5
child 39302 d7728f65b353
permissions -rw-r--r--
expand_fun_eq -> ext_iff expand_set_eq -> set_ext_iff Naming in line now with multisets
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
     1
import
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
     2
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
     3
import_segment "hollight"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
     4
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
     5
type_maps
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
     6
  "sum" > "+"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
     7
  "recspace" > "HOLLight.hollight.recspace"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
     8
  "real" > "HOLLight.hollight.real"
37678
0040bafffdef "prod" and "sum" replace "*" and "+" respectively
haftmann
parents: 37391
diff changeset
     9
  "prod" > "Product_Type.prod"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    10
  "option" > "HOLLight.hollight.option"
37387
3581483cca6c qualified types "+" and nat; qualified constants Ball, Bex, Suc, curry; modernized some specifications
haftmann
parents: 35267
diff changeset
    11
  "num" > "Nat.nat"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    12
  "nadd" > "HOLLight.hollight.nadd"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    13
  "list" > "HOLLight.hollight.list"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    14
  "int" > "HOLLight.hollight.int"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    15
  "ind" > "Nat.ind"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    16
  "hreal" > "HOLLight.hollight.hreal"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    17
  "fun" > "fun"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    18
  "finite_sum" > "HOLLight.hollight.finite_sum"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    19
  "finite_image" > "HOLLight.hollight.finite_image"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    20
  "cart" > "HOLLight.hollight.cart"
38556
dc92eee56ed7 deglobalized named HOL constants
haftmann
parents: 37678
diff changeset
    21
  "bool" > "HOL.bool"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    22
  "N_3" > "HOLLight.hollight.N_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    23
  "N_2" > "HOLLight.hollight.N_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    24
  "N_1" > "Product_Type.unit"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    25
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    26
const_maps
38556
dc92eee56ed7 deglobalized named HOL constants
haftmann
parents: 37678
diff changeset
    27
  "~" > "HOL.Not"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    28
  "two_2" > "HOLLight.hollight.two_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    29
  "two_1" > "HOLLight.hollight.two_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    30
  "treal_of_num" > "HOLLight.hollight.treal_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    31
  "treal_neg" > "HOLLight.hollight.treal_neg"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    32
  "treal_mul" > "HOLLight.hollight.treal_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    33
  "treal_le" > "HOLLight.hollight.treal_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    34
  "treal_inv" > "HOLLight.hollight.treal_inv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    35
  "treal_eq" > "HOLLight.hollight.treal_eq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    36
  "treal_add" > "HOLLight.hollight.treal_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    37
  "three_3" > "HOLLight.hollight.three_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    38
  "three_2" > "HOLLight.hollight.three_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    39
  "three_1" > "HOLLight.hollight.three_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    40
  "tailadmissible" > "HOLLight.hollight.tailadmissible"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    41
  "support" > "HOLLight.hollight.support"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    42
  "superadmissible" > "HOLLight.hollight.superadmissible"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    43
  "sum" > "HOLLight.hollight.sum"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    44
  "sndcart" > "HOLLight.hollight.sndcart"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    45
  "set_of_list" > "HOLLight.hollight.set_of_list"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    46
  "real_sub" > "HOLLight.hollight.real_sub"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    47
  "real_pow" > "HOLLight.hollight.real_pow"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    48
  "real_of_num" > "HOLLight.hollight.real_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    49
  "real_neg" > "HOLLight.hollight.real_neg"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    50
  "real_mul" > "HOLLight.hollight.real_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    51
  "real_min" > "HOLLight.hollight.real_min"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    52
  "real_max" > "HOLLight.hollight.real_max"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    53
  "real_lt" > "HOLLight.hollight.real_lt"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    54
  "real_le" > "HOLLight.hollight.real_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    55
  "real_inv" > "HOLLight.hollight.real_inv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    56
  "real_gt" > "HOLLight.hollight.real_gt"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    57
  "real_ge" > "HOLLight.hollight.real_ge"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    58
  "real_div" > "HOLLight.hollight.real_div"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    59
  "real_add" > "HOLLight.hollight.real_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    60
  "real_abs" > "HOLLight.hollight.real_abs"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    61
  "pastecart" > "HOLLight.hollight.pastecart"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    62
  "pairwise" > "HOLLight.hollight.pairwise"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    63
  "one" > "Product_Type.Unity"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    64
  "o" > "Fun.comp"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    65
  "nsum" > "HOLLight.hollight.nsum"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    66
  "neutral" > "HOLLight.hollight.neutral"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    67
  "nadd_rinv" > "HOLLight.hollight.nadd_rinv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    68
  "nadd_of_num" > "HOLLight.hollight.nadd_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    69
  "nadd_mul" > "HOLLight.hollight.nadd_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    70
  "nadd_le" > "HOLLight.hollight.nadd_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    71
  "nadd_inv" > "HOLLight.hollight.nadd_inv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    72
  "nadd_eq" > "HOLLight.hollight.nadd_eq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    73
  "nadd_add" > "HOLLight.hollight.nadd_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    74
  "monoidal" > "HOLLight.hollight.monoidal"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    75
  "mod_real" > "HOLLight.hollight.mod_real"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    76
  "mod_nat" > "HOLLight.hollight.mod_nat"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    77
  "mod_int" > "HOLLight.hollight.mod_int"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    78
  "mk_pair" > "Product_Type.Pair_Rep"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    79
  "minimal" > "HOLLight.hollight.minimal"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    80
  "measure" > "HOLLight.hollight.measure"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    81
  "list_of_set" > "HOLLight.hollight.list_of_set"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    82
  "lambda" > "HOLLight.hollight.lambda"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    83
  "iterate" > "HOLLight.hollight.iterate"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    84
  "is_nadd" > "HOLLight.hollight.is_nadd"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    85
  "is_int" > "HOLLight.hollight.is_int"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    86
  "int_sub" > "HOLLight.hollight.int_sub"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    87
  "int_pow" > "HOLLight.hollight.int_pow"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    88
  "int_of_num" > "HOLLight.hollight.int_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    89
  "int_neg" > "HOLLight.hollight.int_neg"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    90
  "int_mul" > "HOLLight.hollight.int_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    91
  "int_min" > "HOLLight.hollight.int_min"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    92
  "int_max" > "HOLLight.hollight.int_max"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    93
  "int_lt" > "HOLLight.hollight.int_lt"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    94
  "int_le" > "HOLLight.hollight.int_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    95
  "int_gt" > "HOLLight.hollight.int_gt"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    96
  "int_ge" > "HOLLight.hollight.int_ge"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    97
  "int_add" > "HOLLight.hollight.int_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    98
  "int_abs" > "HOLLight.hollight.int_abs"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
    99
  "hreal_of_num" > "HOLLight.hollight.hreal_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   100
  "hreal_mul" > "HOLLight.hollight.hreal_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   101
  "hreal_le" > "HOLLight.hollight.hreal_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   102
  "hreal_inv" > "HOLLight.hollight.hreal_inv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   103
  "hreal_add" > "HOLLight.hollight.hreal_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   104
  "fstcart" > "HOLLight.hollight.fstcart"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   105
  "finite_index" > "HOLLight.hollight.finite_index"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   106
  "eqeq" > "HOLLight.hollight.eqeq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   107
  "dotdot" > "HOLLight.hollight.dotdot"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   108
  "dist" > "HOLLight.hollight.dist"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   109
  "dimindex" > "HOLLight.hollight.dimindex"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   110
  "admissible" > "HOLLight.hollight.admissible"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   111
  "_FALSITY_" > "HOLLight.hollight._FALSITY_"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   112
  "_10328" > "HOLLight.hollight._10328"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   113
  "_10327" > "HOLLight.hollight._10327"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   114
  "_10326" > "HOLLight.hollight._10326"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   115
  "_10303" > "HOLLight.hollight._10303"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   116
  "_10302" > "HOLLight.hollight._10302"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   117
  "_0" > "0" :: "nat"
38795
848be46708dc formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
haftmann
parents: 38786
diff changeset
   118
  "\\/" > HOL.disj
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   119
  "ZRECSPACE" > "HOLLight.hollight.ZRECSPACE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   120
  "ZIP" > "HOLLight.hollight.ZIP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   121
  "ZCONSTR" > "HOLLight.hollight.ZCONSTR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   122
  "ZBOT" > "HOLLight.hollight.ZBOT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   123
  "WF" > "HOLLight.hollight.WF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   124
  "UNIV" > "HOLLight.hollight.UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   125
  "UNIONS" > "HOLLight.hollight.UNIONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   126
  "UNION" > "HOLLight.hollight.UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   127
  "UNCURRY" > "HOLLight.hollight.UNCURRY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   128
  "TL" > "HOLLight.hollight.TL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   129
  "T" > "True"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   130
  "SURJ" > "HOLLight.hollight.SURJ"
37387
3581483cca6c qualified types "+" and nat; qualified constants Ball, Bex, Suc, curry; modernized some specifications
haftmann
parents: 35267
diff changeset
   131
  "SUC" > "Nat.Suc"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   132
  "SUBSET" > "HOLLight.hollight.SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   133
  "SOME" > "HOLLight.hollight.SOME"
37391
476270a6c2dc tuned quotes, antiquotations and whitespace
haftmann
parents: 37387
diff changeset
   134
  "SND" > "Product_Type.snd"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   135
  "SING" > "HOLLight.hollight.SING"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   136
  "SETSPEC" > "HOLLight.hollight.SETSPEC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   137
  "REVERSE" > "HOLLight.hollight.REVERSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   138
  "REST" > "HOLLight.hollight.REST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   139
  "REP_prod" > "Rep_Prod"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   140
  "REPLICATE" > "HOLLight.hollight.REPLICATE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   141
  "PSUBSET" > "HOLLight.hollight.PSUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   142
  "PRE" > "HOLLightCompat.Pred"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   143
  "PASSOC" > "HOLLight.hollight.PASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   144
  "PAIRWISE" > "HOLLight.hollight.PAIRWISE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   145
  "OUTR" > "HOLLight.hollight.OUTR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   146
  "OUTL" > "HOLLight.hollight.OUTL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   147
  "ONTO" > "Fun.surj"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   148
  "ONE_ONE" > "HOL4Setup.ONE_ONE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   149
  "ODD" > "HOLLight.hollight.ODD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   150
  "NUMSUM" > "HOLLight.hollight.NUMSUM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   151
  "NUMSND" > "HOLLight.hollight.NUMSND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   152
  "NUMRIGHT" > "HOLLight.hollight.NUMRIGHT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   153
  "NUMPAIR" > "HOLLight.hollight.NUMPAIR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   154
  "NUMLEFT" > "HOLLight.hollight.NUMLEFT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   155
  "NUMFST" > "HOLLight.hollight.NUMFST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   156
  "NUMERAL" > "HOL4Compat.NUMERAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   157
  "NULL" > "HOLLight.hollight.NULL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   158
  "NONE" > "HOLLight.hollight.NONE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   159
  "NIL" > "HOLLight.hollight.NIL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   160
  "MOD" > "HOLLight.hollight.MOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   161
  "MEM" > "HOLLight.hollight.MEM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   162
  "MAP2" > "HOLLight.hollight.MAP2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   163
  "MAP" > "HOLLight.hollight.MAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   164
  "LET_END" > "HOLLight.hollight.LET_END"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   165
  "LET" > "HOL4Compat.LET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   166
  "LENGTH" > "HOLLight.hollight.LENGTH"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   167
  "LAST" > "HOLLight.hollight.LAST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   168
  "ITSET" > "HOLLight.hollight.ITSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   169
  "ITLIST2" > "HOLLight.hollight.ITLIST2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   170
  "ITLIST" > "HOLLight.hollight.ITLIST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   171
  "ISO" > "HOLLight.hollight.ISO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   172
  "INTERS" > "HOLLight.hollight.INTERS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   173
  "INTER" > "HOLLight.hollight.INTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   174
  "INSERT" > "HOLLight.hollight.INSERT"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   175
  "INR" > "Sum_Type.Inr"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   176
  "INL" > "Sum_Type.Inl"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   177
  "INJP" > "HOLLight.hollight.INJP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   178
  "INJN" > "HOLLight.hollight.INJN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   179
  "INJF" > "HOLLight.hollight.INJF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   180
  "INJA" > "HOLLight.hollight.INJA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   181
  "INJ" > "HOLLight.hollight.INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   182
  "INFINITE" > "HOLLight.hollight.INFINITE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   183
  "IN" > "HOLLight.hollight.IN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   184
  "IMAGE" > "HOLLight.hollight.IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   185
  "I" > "Fun.id"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   186
  "HD" > "HOLLight.hollight.HD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   187
  "HAS_SIZE" > "HOLLight.hollight.HAS_SIZE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   188
  "GSPEC" > "HOLLight.hollight.GSPEC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   189
  "GEQ" > "HOLLight.hollight.GEQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   190
  "GABS" > "HOLLight.hollight.GABS"
37391
476270a6c2dc tuned quotes, antiquotations and whitespace
haftmann
parents: 37387
diff changeset
   191
  "FST" > "Product_Type.fst"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   192
  "FNIL" > "HOLLight.hollight.FNIL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   193
  "FINREC" > "HOLLight.hollight.FINREC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   194
  "FINITE" > "HOLLight.hollight.FINITE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   195
  "FILTER" > "HOLLight.hollight.FILTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   196
  "FCONS" > "HOLLight.hollight.FCONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   197
  "FACT" > "HOLLight.hollight.FACT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   198
  "F" > "False"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   199
  "EXP" > "HOLLight.hollight.EXP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   200
  "EX" > "HOLLight.hollight.EX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   201
  "EVEN" > "HOLLight.hollight.EVEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   202
  "EMPTY" > "HOLLight.hollight.EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   203
  "EL" > "HOLLight.hollight.EL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   204
  "DIV" > "HOLLight.hollight.DIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   205
  "DISJOINT" > "HOLLight.hollight.DISJOINT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   206
  "DIFF" > "HOLLight.hollight.DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   207
  "DELETE" > "HOLLight.hollight.DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   208
  "DECIMAL" > "HOLLight.hollight.DECIMAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   209
  "CURRY" > "HOLLight.hollight.CURRY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   210
  "COUNTABLE" > "HOLLight.hollight.COUNTABLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   211
  "CONSTR" > "HOLLight.hollight.CONSTR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   212
  "CONS" > "HOLLight.hollight.CONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   213
  "COND" > "HOLLight.hollight.COND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   214
  "CHOICE" > "HOLLight.hollight.CHOICE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   215
  "CASEWISE" > "HOLLight.hollight.CASEWISE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   216
  "CARD_LT" > "HOLLight.hollight.CARD_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   217
  "CARD_LE" > "HOLLight.hollight.CARD_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   218
  "CARD_GT" > "HOLLight.hollight.CARD_GT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   219
  "CARD_GE" > "HOLLight.hollight.CARD_GE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   220
  "CARD_EQ" > "HOLLight.hollight.CARD_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   221
  "CARD" > "HOLLight.hollight.CARD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   222
  "BOTTOM" > "HOLLight.hollight.BOTTOM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   223
  "BIT1" > "HOL4Compat.NUMERAL_BIT1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   224
  "BIT0" > "HOLLightCompat.NUMERAL_BIT0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   225
  "BIJ" > "HOLLight.hollight.BIJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   226
  "ASSOC" > "HOLLight.hollight.ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   227
  "APPEND" > "HOLLight.hollight.APPEND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   228
  "ALL_list" > "HOLLight.hollight.ALL_list"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   229
  "ALL2" > "HOLLight.hollight.ALL2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   230
  "ABS_prod" > "Abs_Prod"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   231
  "@" > "Hilbert_Choice.Eps"
38556
dc92eee56ed7 deglobalized named HOL constants
haftmann
parents: 37678
diff changeset
   232
  "?!" > "HOL.Ex1"
dc92eee56ed7 deglobalized named HOL constants
haftmann
parents: 37678
diff changeset
   233
  "?" > "HOL.Ex"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   234
  ">=" > "HOLLight.hollight.>="
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   235
  ">" > "HOLLight.hollight.>"
38786
e46e7a9cb622 formerly unnamed infix impliciation now named HOL.implies
haftmann
parents: 38556
diff changeset
   236
  "==>" > HOL.implies
38864
4abe644fcea5 formerly unnamed infix equality now named HOL.eq
haftmann
parents: 38795
diff changeset
   237
  "=" > HOL.eq
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   238
  "<=" > "HOLLight.hollight.<="
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   239
  "<" > "HOLLight.hollight.<"
38795
848be46708dc formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
haftmann
parents: 38786
diff changeset
   240
  "/\\" > HOL.conj
35267
8dfd816713c6 moved remaning class operations from Algebras.thy to Groups.thy
haftmann
parents: 34974
diff changeset
   241
  "-" > "Groups.minus" :: "nat => nat => nat"
37391
476270a6c2dc tuned quotes, antiquotations and whitespace
haftmann
parents: 37387
diff changeset
   242
  "," > "Product_Type.Pair"
35267
8dfd816713c6 moved remaning class operations from Algebras.thy to Groups.thy
haftmann
parents: 34974
diff changeset
   243
  "+" > "Groups.plus" :: "nat => nat => nat"
8dfd816713c6 moved remaning class operations from Algebras.thy to Groups.thy
haftmann
parents: 34974
diff changeset
   244
  "*" > "Groups.times" :: "nat => nat => nat"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   245
  "$" > "HOLLight.hollight.$"
38556
dc92eee56ed7 deglobalized named HOL constants
haftmann
parents: 37678
diff changeset
   246
  "!" > "HOL.All"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   247
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   248
const_renames
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   249
  "ALL" > "ALL_list"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   250
  "==" > "eqeq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   251
  ".." > "dotdot"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   252
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   253
thm_maps
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   254
  "two_2_def" > "HOLLight.hollight.two_2_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   255
  "two_1_def" > "HOLLight.hollight.two_1_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   256
  "treal_of_num_def" > "HOLLight.hollight.treal_of_num_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   257
  "treal_neg_def" > "HOLLight.hollight.treal_neg_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   258
  "treal_mul_def" > "HOLLight.hollight.treal_mul_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   259
  "treal_le_def" > "HOLLight.hollight.treal_le_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   260
  "treal_inv_def" > "HOLLight.hollight.treal_inv_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   261
  "treal_eq_def" > "HOLLight.hollight.treal_eq_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   262
  "treal_add_def" > "HOLLight.hollight.treal_add_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   263
  "three_3_def" > "HOLLight.hollight.three_3_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   264
  "three_2_def" > "HOLLight.hollight.three_2_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   265
  "three_1_def" > "HOLLight.hollight.three_1_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   266
  "th_cond" > "HOLLight.hollight.th_cond"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   267
  "th" > "Fun.id_apply"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   268
  "tailadmissible_def" > "HOLLight.hollight.tailadmissible_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   269
  "support_def" > "HOLLight.hollight.support_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   270
  "superadmissible_def" > "HOLLight.hollight.superadmissible_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   271
  "sum_def" > "HOLLight.hollight.sum_def"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   272
  "sum_RECURSION" > "HOLLightCompat.sum_Recursion"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   273
  "sum_INDUCT" > "HOLLightCompat.sumlift.induct"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   274
  "sth" > "HOLLight.hollight.sth"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   275
  "sndcart_def" > "HOLLight.hollight.sndcart_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   276
  "set_of_list_def" > "HOLLight.hollight.set_of_list_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   277
  "right_th" > "HOLLight.hollight.right_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   278
  "real_sub_def" > "HOLLight.hollight.real_sub_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   279
  "real_pow_def" > "HOLLight.hollight.real_pow_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   280
  "real_of_num_def" > "HOLLight.hollight.real_of_num_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   281
  "real_neg_def" > "HOLLight.hollight.real_neg_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   282
  "real_mul_def" > "HOLLight.hollight.real_mul_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   283
  "real_min_def" > "HOLLight.hollight.real_min_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   284
  "real_max_def" > "HOLLight.hollight.real_max_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   285
  "real_lt_def" > "HOLLight.hollight.real_lt_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   286
  "real_le_def" > "HOLLight.hollight.real_le_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   287
  "real_inv_def" > "HOLLight.hollight.real_inv_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   288
  "real_gt_def" > "HOLLight.hollight.real_gt_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   289
  "real_ge_def" > "HOLLight.hollight.real_ge_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   290
  "real_div_def" > "HOLLight.hollight.real_div_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   291
  "real_add_def" > "HOLLight.hollight.real_add_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   292
  "real_abs_def" > "HOLLight.hollight.real_abs_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   293
  "pastecart_def" > "HOLLight.hollight.pastecart_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   294
  "pairwise_def" > "HOLLight.hollight.pairwise_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   295
  "pair_RECURSION" > "HOLLight.hollight.pair_RECURSION"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   296
  "pair_INDUCT" > "Datatype.prod.inducts"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   297
  "one_axiom" > "HOLLight.hollight.one_axiom"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   298
  "one_RECURSION" > "HOLLight.hollight.one_RECURSION"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   299
  "one_INDUCT" > "Datatype.unit.inducts"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   300
  "one_Axiom" > "HOLLight.hollight.one_Axiom"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   301
  "one" > "HOL4Compat.one"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   302
  "o_THM" > "Fun.o_apply"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   303
  "o_ASSOC" > "HOLLight.hollight.o_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   304
  "num_WOP" > "HOLLight.hollight.num_WOP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   305
  "num_WF" > "HOLLight.hollight.num_WF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   306
  "num_RECURSION_STD" > "HOLLight.hollight.num_RECURSION_STD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   307
  "num_MAX" > "HOLLight.hollight.num_MAX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   308
  "num_INFINITE" > "HOLLight.hollight.num_INFINITE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   309
  "num_INDUCTION" > "List.lexn.induct"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   310
  "num_FINITE_AVOID" > "HOLLight.hollight.num_FINITE_AVOID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   311
  "num_FINITE" > "HOLLight.hollight.num_FINITE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   312
  "num_CASES" > "Nat.nat.nchotomy"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   313
  "num_Axiom" > "HOLLight.hollight.num_Axiom"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   314
  "nsum_def" > "HOLLight.hollight.nsum_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   315
  "neutral_def" > "HOLLight.hollight.neutral_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   316
  "nadd_rinv_def" > "HOLLight.hollight.nadd_rinv_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   317
  "nadd_of_num_def" > "HOLLight.hollight.nadd_of_num_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   318
  "nadd_mul_def" > "HOLLight.hollight.nadd_mul_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   319
  "nadd_le_def" > "HOLLight.hollight.nadd_le_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   320
  "nadd_inv_def" > "HOLLight.hollight.nadd_inv_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   321
  "nadd_eq_def" > "HOLLight.hollight.nadd_eq_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   322
  "nadd_add_def" > "HOLLight.hollight.nadd_add_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   323
  "monoidal_def" > "HOLLight.hollight.monoidal_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   324
  "mod_real_def" > "HOLLight.hollight.mod_real_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   325
  "mod_nat_def" > "HOLLight.hollight.mod_nat_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   326
  "mod_int_def" > "HOLLight.hollight.mod_int_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   327
  "minimal_def" > "HOLLight.hollight.minimal_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   328
  "measure_def" > "HOLLight.hollight.measure_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   329
  "list_of_set_def" > "HOLLight.hollight.list_of_set_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   330
  "list_INDUCT" > "HOLLight.hollight.list_INDUCT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   331
  "list_CASES" > "HOLLight.hollight.list_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   332
  "lambda_def" > "HOLLight.hollight.lambda_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   333
  "iterate_def" > "HOLLight.hollight.iterate_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   334
  "is_nadd_def" > "HOLLight.hollight.is_nadd_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   335
  "is_nadd_0" > "HOLLight.hollight.is_nadd_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   336
  "is_int_def" > "HOLLight.hollight.is_int_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   337
  "int_sub_th" > "HOLLight.hollight.int_sub_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   338
  "int_sub_def" > "HOLLight.hollight.int_sub_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   339
  "int_pow_th" > "HOLLight.hollight.int_pow_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   340
  "int_pow_def" > "HOLLight.hollight.int_pow_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   341
  "int_of_num_th" > "HOLLight.hollight.int_of_num_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   342
  "int_of_num_def" > "HOLLight.hollight.int_of_num_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   343
  "int_neg_th" > "HOLLight.hollight.int_neg_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   344
  "int_neg_def" > "HOLLight.hollight.int_neg_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   345
  "int_mul_th" > "HOLLight.hollight.int_mul_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   346
  "int_mul_def" > "HOLLight.hollight.int_mul_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   347
  "int_min_th" > "HOLLight.hollight.int_min_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   348
  "int_min_def" > "HOLLight.hollight.int_min_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   349
  "int_max_th" > "HOLLight.hollight.int_max_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   350
  "int_max_def" > "HOLLight.hollight.int_max_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   351
  "int_lt_def" > "HOLLight.hollight.int_lt_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   352
  "int_le_def" > "HOLLight.hollight.int_le_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   353
  "int_gt_def" > "HOLLight.hollight.int_gt_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   354
  "int_ge_def" > "HOLLight.hollight.int_ge_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   355
  "int_eq" > "HOLLight.hollight.int.dest_int_inject"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   356
  "int_add_th" > "HOLLight.hollight.int_add_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   357
  "int_add_def" > "HOLLight.hollight.int_add_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   358
  "int_abs_th" > "HOLLight.hollight.int_abs_th"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   359
  "int_abs_def" > "HOLLight.hollight.int_abs_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   360
  "hreal_of_num_def" > "HOLLight.hollight.hreal_of_num_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   361
  "hreal_mul_def" > "HOLLight.hollight.hreal_mul_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   362
  "hreal_le_def" > "HOLLight.hollight.hreal_le_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   363
  "hreal_inv_def" > "HOLLight.hollight.hreal_inv_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   364
  "hreal_add_def" > "HOLLight.hollight.hreal_add_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   365
  "fstcart_def" > "HOLLight.hollight.fstcart_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   366
  "finite_index_def" > "HOLLight.hollight.finite_index_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   367
  "eqeq_def" > "HOLLight.hollight.eqeq_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   368
  "dotdot_def" > "HOLLight.hollight.dotdot_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   369
  "dist_def" > "HOLLight.hollight.dist_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   370
  "dimindex_def" > "HOLLight.hollight.dimindex_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   371
  "dest_int_rep" > "HOLLight.hollight.dest_int_rep"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   372
  "cth" > "HOLLight.hollight.cth"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   373
  "bool_RECURSION" > "HOLLight.hollight.bool_RECURSION"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   374
  "ax__3" > "HOL4Setup.INFINITY_AX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   375
  "ax__2" > "Hilbert_Choice.tfl_some"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   376
  "ax__1" > "Presburger.fm_modd_pinf"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   377
  "admissible_def" > "HOLLight.hollight.admissible_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   378
  "_FALSITY__def" > "HOLLight.hollight._FALSITY__def"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   379
  "_10328_def" > "HOLLight.hollight._10328_def"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   380
  "_10327_def" > "HOLLight.hollight._10327_def"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   381
  "_10326_def" > "HOLLight.hollight._10326_def"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   382
  "_10303_def" > "HOLLight.hollight._10303_def"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   383
  "_10302_def" > "HOLLight.hollight._10302_def"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   384
  "ZRECSPACE_def" > "HOLLight.hollight.ZRECSPACE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   385
  "ZIP_def" > "HOLLight.hollight.ZIP_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   386
  "ZIP" > "HOLLight.hollight.ZIP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   387
  "ZCONSTR_def" > "HOLLight.hollight.ZCONSTR_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   388
  "ZCONSTR_ZBOT" > "HOLLight.hollight.ZCONSTR_ZBOT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   389
  "ZBOT_def" > "HOLLight.hollight.ZBOT_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   390
  "WLOG_LT" > "HOLLight.hollight.WLOG_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   391
  "WLOG_LE" > "HOLLight.hollight.WLOG_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   392
  "WF_num" > "HOLLight.hollight.WF_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   393
  "WF_def" > "HOLLight.hollight.WF_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   394
  "WF_UREC_WF" > "HOLLight.hollight.WF_UREC_WF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   395
  "WF_UREC" > "HOLLight.hollight.WF_UREC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   396
  "WF_SUBSET" > "HOLLight.hollight.WF_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   397
  "WF_REFL" > "HOLLight.hollight.WF_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   398
  "WF_REC_num" > "HOLLight.hollight.WF_REC_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   399
  "WF_REC_WF" > "HOLLight.hollight.WF_REC_WF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   400
  "WF_REC_TAIL_GENERAL" > "HOLLight.hollight.WF_REC_TAIL_GENERAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   401
  "WF_REC_TAIL" > "HOLLight.hollight.WF_REC_TAIL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   402
  "WF_REC_INVARIANT" > "HOLLight.hollight.WF_REC_INVARIANT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   403
  "WF_REC_CASES" > "HOLLight.hollight.WF_REC_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   404
  "WF_REC" > "HOLLight.hollight.WF_REC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   405
  "WF_POINTWISE" > "HOLLight.hollight.WF_POINTWISE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   406
  "WF_MEASURE_GEN" > "HOLLight.hollight.WF_MEASURE_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   407
  "WF_MEASURE" > "HOLLight.hollight.WF_MEASURE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   408
  "WF_LEX_DEPENDENT" > "HOLLight.hollight.WF_LEX_DEPENDENT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   409
  "WF_LEX" > "HOLLight.hollight.WF_LEX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   410
  "WF_IND" > "HOLLight.hollight.WF_IND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   411
  "WF_FALSE" > "HOLLight.hollight.WF_FALSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   412
  "WF_EREC" > "HOLLight.hollight.WF_EREC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   413
  "WF_EQ" > "HOLLight.hollight.WF_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   414
  "WF_DCHAIN" > "HOLLight.hollight.WF_DCHAIN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   415
  "UNWIND_THM2" > "HOL.simp_thms_39"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   416
  "UNWIND_THM1" > "HOL.simp_thms_40"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   417
  "UNIV_def" > "HOLLight.hollight.UNIV_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   418
  "UNIV_SUBSET" > "HOLLight.hollight.UNIV_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   419
  "UNIV_NOT_EMPTY" > "HOLLight.hollight.UNIV_NOT_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   420
  "UNIQUE_SKOLEM_THM" > "HOL.choice_eq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   421
  "UNIQUE_SKOLEM_ALT" > "HOLLight.hollight.UNIQUE_SKOLEM_ALT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   422
  "UNION_def" > "HOLLight.hollight.UNION_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   423
  "UNION_UNIV" > "HOLLight.hollight.UNION_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   424
  "UNION_SUBSET" > "HOLLight.hollight.UNION_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   425
  "UNION_OVER_INTER" > "HOLLight.hollight.UNION_OVER_INTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   426
  "UNION_IDEMPOT" > "HOLLight.hollight.UNION_IDEMPOT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   427
  "UNION_EMPTY" > "HOLLight.hollight.UNION_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   428
  "UNION_COMM" > "HOLLight.hollight.UNION_COMM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   429
  "UNION_ASSOC" > "HOLLight.hollight.UNION_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   430
  "UNION_ACI" > "HOLLight.hollight.UNION_ACI"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   431
  "UNIONS_def" > "HOLLight.hollight.UNIONS_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   432
  "UNIONS_INSERT" > "HOLLight.hollight.UNIONS_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   433
  "UNIONS_2" > "HOLLight.hollight.UNIONS_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   434
  "UNIONS_1" > "HOLLight.hollight.UNIONS_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   435
  "UNIONS_0" > "HOLLight.hollight.UNIONS_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   436
  "UNCURRY_def" > "HOLLight.hollight.UNCURRY_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   437
  "TYDEF_recspace" > "HOLLight.hollight.TYDEF_recspace"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   438
  "TYDEF_real" > "HOLLight.hollight.TYDEF_real"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   439
  "TYDEF_option" > "HOLLight.hollight.TYDEF_option"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   440
  "TYDEF_nadd" > "HOLLight.hollight.TYDEF_nadd"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   441
  "TYDEF_list" > "HOLLight.hollight.TYDEF_list"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   442
  "TYDEF_int" > "HOLLight.hollight.TYDEF_int"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   443
  "TYDEF_hreal" > "HOLLight.hollight.TYDEF_hreal"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   444
  "TYDEF_finite_sum" > "HOLLight.hollight.TYDEF_finite_sum"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   445
  "TYDEF_finite_image" > "HOLLight.hollight.TYDEF_finite_image"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   446
  "TYDEF_cart" > "HOLLight.hollight.TYDEF_cart"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   447
  "TYDEF_3" > "HOLLight.hollight.TYDEF_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   448
  "TYDEF_2" > "HOLLight.hollight.TYDEF_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   449
  "TWO" > "HOLLight.hollight.TWO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   450
  "TRIV_OR_FORALL_THM" > "HOLLight.hollight.TRIV_OR_FORALL_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   451
  "TRIV_FORALL_OR_THM" > "HOLLight.hollight.TRIV_FORALL_OR_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   452
  "TRIV_FORALL_IMP_THM" > "HOLLight.hollight.TRIV_FORALL_IMP_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   453
  "TRIV_EXISTS_IMP_THM" > "HOLLight.hollight.TRIV_EXISTS_IMP_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   454
  "TRIV_EXISTS_AND_THM" > "HOLLight.hollight.TRIV_EXISTS_AND_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   455
  "TRIV_AND_EXISTS_THM" > "HOLLight.hollight.TRIV_AND_EXISTS_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   456
  "TREAL_OF_NUM_WELLDEF" > "HOLLight.hollight.TREAL_OF_NUM_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   457
  "TREAL_OF_NUM_MUL" > "HOLLight.hollight.TREAL_OF_NUM_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   458
  "TREAL_OF_NUM_LE" > "HOLLight.hollight.TREAL_OF_NUM_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   459
  "TREAL_OF_NUM_EQ" > "HOLLight.hollight.TREAL_OF_NUM_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   460
  "TREAL_OF_NUM_ADD" > "HOLLight.hollight.TREAL_OF_NUM_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   461
  "TREAL_NEG_WELLDEF" > "HOLLight.hollight.TREAL_NEG_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   462
  "TREAL_MUL_WELLDEFR" > "HOLLight.hollight.TREAL_MUL_WELLDEFR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   463
  "TREAL_MUL_WELLDEF" > "HOLLight.hollight.TREAL_MUL_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   464
  "TREAL_MUL_SYM_EQ" > "HOLLight.hollight.TREAL_MUL_SYM_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   465
  "TREAL_MUL_SYM" > "HOLLight.hollight.TREAL_MUL_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   466
  "TREAL_MUL_LINV" > "HOLLight.hollight.TREAL_MUL_LINV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   467
  "TREAL_MUL_LID" > "HOLLight.hollight.TREAL_MUL_LID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   468
  "TREAL_MUL_ASSOC" > "HOLLight.hollight.TREAL_MUL_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   469
  "TREAL_LE_WELLDEF" > "HOLLight.hollight.TREAL_LE_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   470
  "TREAL_LE_TRANS" > "HOLLight.hollight.TREAL_LE_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   471
  "TREAL_LE_TOTAL" > "HOLLight.hollight.TREAL_LE_TOTAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   472
  "TREAL_LE_REFL" > "HOLLight.hollight.TREAL_LE_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   473
  "TREAL_LE_MUL" > "HOLLight.hollight.TREAL_LE_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   474
  "TREAL_LE_LADD_IMP" > "HOLLight.hollight.TREAL_LE_LADD_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   475
  "TREAL_LE_ANTISYM" > "HOLLight.hollight.TREAL_LE_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   476
  "TREAL_INV_WELLDEF" > "HOLLight.hollight.TREAL_INV_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   477
  "TREAL_INV_0" > "HOLLight.hollight.TREAL_INV_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   478
  "TREAL_EQ_TRANS" > "HOLLight.hollight.TREAL_EQ_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   479
  "TREAL_EQ_SYM" > "HOLLight.hollight.TREAL_EQ_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   480
  "TREAL_EQ_REFL" > "HOLLight.hollight.TREAL_EQ_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   481
  "TREAL_EQ_IMP_LE" > "HOLLight.hollight.TREAL_EQ_IMP_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   482
  "TREAL_EQ_AP" > "HOLLight.hollight.TREAL_EQ_AP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   483
  "TREAL_ADD_WELLDEFR" > "HOLLight.hollight.TREAL_ADD_WELLDEFR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   484
  "TREAL_ADD_WELLDEF" > "HOLLight.hollight.TREAL_ADD_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   485
  "TREAL_ADD_SYM_EQ" > "HOLLight.hollight.TREAL_ADD_SYM_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   486
  "TREAL_ADD_SYM" > "HOLLight.hollight.TREAL_ADD_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   487
  "TREAL_ADD_LINV" > "HOLLight.hollight.TREAL_ADD_LINV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   488
  "TREAL_ADD_LID" > "HOLLight.hollight.TREAL_ADD_LID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   489
  "TREAL_ADD_LDISTRIB" > "HOLLight.hollight.TREAL_ADD_LDISTRIB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   490
  "TREAL_ADD_ASSOC" > "HOLLight.hollight.TREAL_ADD_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   491
  "TL_def" > "HOLLight.hollight.TL_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   492
  "TAIL_IMP_SUPERADMISSIBLE" > "HOLLight.hollight.TAIL_IMP_SUPERADMISSIBLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   493
  "SWAP_FORALL_THM" > "HOLLight.hollight.SWAP_FORALL_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   494
  "SWAP_EXISTS_THM" > "HOLLight.hollight.SWAP_EXISTS_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   495
  "SURJ_def" > "HOLLight.hollight.SURJ_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   496
  "SURJECTIVE_RIGHT_INVERSE" > "HOLLight.hollight.SURJECTIVE_RIGHT_INVERSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   497
  "SURJECTIVE_ON_RIGHT_INVERSE" > "HOLLight.hollight.SURJECTIVE_ON_RIGHT_INVERSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   498
  "SURJECTIVE_IFF_INJECTIVE_GEN" > "HOLLight.hollight.SURJECTIVE_IFF_INJECTIVE_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   499
  "SURJECTIVE_IFF_INJECTIVE" > "HOLLight.hollight.SURJECTIVE_IFF_INJECTIVE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   500
  "SUPPORT_SUPPORT" > "HOLLight.hollight.SUPPORT_SUPPORT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   501
  "SUPPORT_SUBSET" > "HOLLight.hollight.SUPPORT_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   502
  "SUPPORT_EMPTY" > "HOLLight.hollight.SUPPORT_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   503
  "SUPPORT_DELTA" > "HOLLight.hollight.SUPPORT_DELTA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   504
  "SUPPORT_CLAUSES" > "HOLLight.hollight.SUPPORT_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   505
  "SUPERADMISSIBLE_T" > "HOLLight.hollight.SUPERADMISSIBLE_T"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   506
  "SUPERADMISSIBLE_COND" > "HOLLight.hollight.SUPERADMISSIBLE_COND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   507
  "SUM_UNION_RZERO" > "HOLLight.hollight.SUM_UNION_RZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   508
  "SUM_UNION_LZERO" > "HOLLight.hollight.SUM_UNION_LZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   509
  "SUM_UNION_EQ" > "HOLLight.hollight.SUM_UNION_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   510
  "SUM_UNION" > "HOLLight.hollight.SUM_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   511
  "SUM_TRIV_NUMSEG" > "HOLLight.hollight.SUM_TRIV_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   512
  "SUM_SWAP_NUMSEG" > "HOLLight.hollight.SUM_SWAP_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   513
  "SUM_SWAP" > "HOLLight.hollight.SUM_SWAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   514
  "SUM_SUPPORT" > "HOLLight.hollight.SUM_SUPPORT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   515
  "SUM_SUPERSET" > "HOLLight.hollight.SUM_SUPERSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   516
  "SUM_SUM_RESTRICT" > "HOLLight.hollight.SUM_SUM_RESTRICT"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   517
  "SUM_SUM_PRODUCT" > "HOLLight.hollight.SUM_SUM_PRODUCT"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   518
  "SUM_SUB_NUMSEG" > "HOLLight.hollight.SUM_SUB_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   519
  "SUM_SUBSET_SIMPLE" > "HOLLight.hollight.SUM_SUBSET_SIMPLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   520
  "SUM_SUBSET" > "HOLLight.hollight.SUM_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   521
  "SUM_SUB" > "HOLLight.hollight.SUM_SUB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   522
  "SUM_SING_NUMSEG" > "HOLLight.hollight.SUM_SING_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   523
  "SUM_SING" > "HOLLight.hollight.SUM_SING"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   524
  "SUM_RESTRICT_SET" > "HOLLight.hollight.SUM_RESTRICT_SET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   525
  "SUM_RESTRICT" > "HOLLight.hollight.SUM_RESTRICT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   526
  "SUM_POS_LE_NUMSEG" > "HOLLight.hollight.SUM_POS_LE_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   527
  "SUM_POS_LE" > "HOLLight.hollight.SUM_POS_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   528
  "SUM_POS_EQ_0_NUMSEG" > "HOLLight.hollight.SUM_POS_EQ_0_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   529
  "SUM_POS_EQ_0" > "HOLLight.hollight.SUM_POS_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   530
  "SUM_POS_BOUND" > "HOLLight.hollight.SUM_POS_BOUND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   531
  "SUM_OFFSET_0" > "HOLLight.hollight.SUM_OFFSET_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   532
  "SUM_OFFSET" > "HOLLight.hollight.SUM_OFFSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   533
  "SUM_NEG_NUMSEG" > "HOLLight.hollight.SUM_NEG_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   534
  "SUM_NEG" > "HOLLight.hollight.SUM_NEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   535
  "SUM_MULTICOUNT_GEN" > "HOLLight.hollight.SUM_MULTICOUNT_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   536
  "SUM_MULTICOUNT" > "HOLLight.hollight.SUM_MULTICOUNT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   537
  "SUM_LT_ALL" > "HOLLight.hollight.SUM_LT_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   538
  "SUM_LT" > "HOLLight.hollight.SUM_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   539
  "SUM_LE_NUMSEG" > "HOLLight.hollight.SUM_LE_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   540
  "SUM_LE" > "HOLLight.hollight.SUM_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   541
  "SUM_IMAGE_GEN" > "HOLLight.hollight.SUM_IMAGE_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   542
  "SUM_IMAGE" > "HOLLight.hollight.SUM_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   543
  "SUM_EQ_SUPERSET" > "HOLLight.hollight.SUM_EQ_SUPERSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   544
  "SUM_EQ_NUMSEG" > "HOLLight.hollight.SUM_EQ_NUMSEG"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   545
  "SUM_EQ_GENERAL" > "HOLLight.hollight.SUM_EQ_GENERAL"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   546
  "SUM_EQ_0_NUMSEG" > "HOLLight.hollight.SUM_EQ_0_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   547
  "SUM_EQ_0" > "HOLLight.hollight.SUM_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   548
  "SUM_EQ" > "HOLLight.hollight.SUM_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   549
  "SUM_DIFF" > "HOLLight.hollight.SUM_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   550
  "SUM_DELTA" > "HOLLight.hollight.SUM_DELTA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   551
  "SUM_CONST_NUMSEG" > "HOLLight.hollight.SUM_CONST_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   552
  "SUM_CONST" > "HOLLight.hollight.SUM_CONST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   553
  "SUM_CMUL_NUMSEG" > "HOLLight.hollight.SUM_CMUL_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   554
  "SUM_CMUL" > "HOLLight.hollight.SUM_CMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   555
  "SUM_CLAUSES_RIGHT" > "HOLLight.hollight.SUM_CLAUSES_RIGHT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   556
  "SUM_CLAUSES_NUMSEG" > "HOLLight.hollight.SUM_CLAUSES_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   557
  "SUM_CLAUSES_LEFT" > "HOLLight.hollight.SUM_CLAUSES_LEFT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   558
  "SUM_CLAUSES" > "HOLLight.hollight.SUM_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   559
  "SUM_BOUND_LT_GEN" > "HOLLight.hollight.SUM_BOUND_LT_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   560
  "SUM_BOUND_LT_ALL" > "HOLLight.hollight.SUM_BOUND_LT_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   561
  "SUM_BOUND_LT" > "HOLLight.hollight.SUM_BOUND_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   562
  "SUM_BOUND_GEN" > "HOLLight.hollight.SUM_BOUND_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   563
  "SUM_BOUND" > "HOLLight.hollight.SUM_BOUND"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   564
  "SUM_BIJECTION" > "HOLLight.hollight.SUM_BIJECTION"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   565
  "SUM_ADD_SPLIT" > "HOLLight.hollight.SUM_ADD_SPLIT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   566
  "SUM_ADD_NUMSEG" > "HOLLight.hollight.SUM_ADD_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   567
  "SUM_ADD" > "HOLLight.hollight.SUM_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   568
  "SUM_ABS_NUMSEG" > "HOLLight.hollight.SUM_ABS_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   569
  "SUM_ABS_BOUND" > "HOLLight.hollight.SUM_ABS_BOUND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   570
  "SUM_ABS" > "HOLLight.hollight.SUM_ABS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   571
  "SUM_0" > "HOLLight.hollight.SUM_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   572
  "SUC_SUB1" > "HOLLight.hollight.SUC_SUB1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   573
  "SUC_INJ" > "Nat.nat.simps_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   574
  "SUB_SUC" > "Nat.diff_Suc_Suc"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   575
  "SUB_REFL" > "Nat.diff_self_eq_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   576
  "SUB_PRESUC" > "HOLLight.hollight.SUB_PRESUC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   577
  "SUB_EQ_0" > "HOLLight.hollight.SUB_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   578
  "SUB_ELIM_THM" > "HOLLight.hollight.SUB_ELIM_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   579
  "SUB_ADD_RCANCEL" > "Nat.diff_cancel2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   580
  "SUB_ADD_LCANCEL" > "Nat.diff_cancel"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   581
  "SUB_ADD" > "HOLLight.hollight.SUB_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   582
  "SUB_0" > "HOLLight.hollight.SUB_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   583
  "SUBSET_def" > "HOLLight.hollight.SUBSET_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   584
  "SUBSET_UNIV" > "HOLLight.hollight.SUBSET_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   585
  "SUBSET_UNION_ABSORPTION" > "HOLLight.hollight.SUBSET_UNION_ABSORPTION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   586
  "SUBSET_UNION" > "HOLLight.hollight.SUBSET_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   587
  "SUBSET_TRANS" > "HOLLight.hollight.SUBSET_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   588
  "SUBSET_RESTRICT" > "HOLLight.hollight.SUBSET_RESTRICT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   589
  "SUBSET_REFL" > "HOLLight.hollight.SUBSET_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   590
  "SUBSET_PSUBSET_TRANS" > "HOLLight.hollight.SUBSET_PSUBSET_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   591
  "SUBSET_NUMSEG" > "HOLLight.hollight.SUBSET_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   592
  "SUBSET_INTER_ABSORPTION" > "HOLLight.hollight.SUBSET_INTER_ABSORPTION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   593
  "SUBSET_INSERT_DELETE" > "HOLLight.hollight.SUBSET_INSERT_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   594
  "SUBSET_INSERT" > "HOLLight.hollight.SUBSET_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   595
  "SUBSET_IMAGE" > "HOLLight.hollight.SUBSET_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   596
  "SUBSET_EMPTY" > "HOLLight.hollight.SUBSET_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   597
  "SUBSET_DIFF" > "HOLLight.hollight.SUBSET_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   598
  "SUBSET_DELETE" > "HOLLight.hollight.SUBSET_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   599
  "SUBSET_ANTISYM" > "HOLLight.hollight.SUBSET_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   600
  "SOME_def" > "HOLLight.hollight.SOME_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   601
  "SNDCART_PASTECART" > "HOLLight.hollight.SNDCART_PASTECART"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   602
  "SND" > "Product_Type.snd_conv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   603
  "SKOLEM_THM" > "HOLLight.hollight.SKOLEM_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   604
  "SING_def" > "HOLLight.hollight.SING_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   605
  "SIMPLE_IMAGE" > "HOLLight.hollight.SIMPLE_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   606
  "SET_RECURSION_LEMMA" > "HOLLight.hollight.SET_RECURSION_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   607
  "SET_OF_LIST_OF_SET" > "HOLLight.hollight.SET_OF_LIST_OF_SET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   608
  "SET_OF_LIST_APPEND" > "HOLLight.hollight.SET_OF_LIST_APPEND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   609
  "SET_CASES" > "HOLLight.hollight.SET_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   610
  "SETSPEC_def" > "HOLLight.hollight.SETSPEC_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   611
  "SEMIRING_PTHS" > "HOLLight.hollight.SEMIRING_PTHS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   612
  "SELECT_UNIQUE" > "HOLLight.hollight.SELECT_UNIQUE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   613
  "SELECT_REFL" > "Hilbert_Choice.some_eq_trivial"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   614
  "SELECT_LEMMA" > "Hilbert_Choice.some_sym_eq_trivial"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   615
  "RIGHT_SUB_DISTRIB" > "Nat.nat_distrib_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   616
  "RIGHT_OR_FORALL_THM" > "HOL.all_simps_4"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   617
  "RIGHT_OR_EXISTS_THM" > "HOL.ex_simps_4"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   618
  "RIGHT_OR_DISTRIB" > "HOL.conj_disj_distribR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   619
  "RIGHT_IMP_FORALL_THM" > "HOL.all_simps_6"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   620
  "RIGHT_IMP_EXISTS_THM" > "HOL.ex_simps_6"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   621
  "RIGHT_FORALL_OR_THM" > "HOL.all_simps_4"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   622
  "RIGHT_FORALL_IMP_THM" > "HOL.all_simps_6"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   623
  "RIGHT_EXISTS_IMP_THM" > "HOL.ex_simps_6"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   624
  "RIGHT_EXISTS_AND_THM" > "HOL.ex_simps_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   625
  "RIGHT_AND_FORALL_THM" > "HOL.all_simps_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   626
  "RIGHT_AND_EXISTS_THM" > "HOL.ex_simps_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   627
  "RIGHT_ADD_DISTRIB" > "Nat.nat_distrib_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   628
  "REVERSE_def" > "HOLLight.hollight.REVERSE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   629
  "REVERSE_REVERSE" > "HOLLight.hollight.REVERSE_REVERSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   630
  "REVERSE_APPEND" > "HOLLight.hollight.REVERSE_APPEND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   631
  "REST_def" > "HOLLight.hollight.REST_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   632
  "REP_ABS_PAIR" > "HOLLightCompat.REP_ABS_PAIR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   633
  "REPLICATE_def" > "HOLLight.hollight.REPLICATE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   634
  "REFL_CLAUSE" > "HOL.simp_thms_6"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   635
  "RECURSION_CASEWISE_PAIRWISE" > "HOLLight.hollight.RECURSION_CASEWISE_PAIRWISE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   636
  "RECURSION_CASEWISE" > "HOLLight.hollight.RECURSION_CASEWISE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   637
  "REAL_WLOG_LT" > "HOLLight.hollight.REAL_WLOG_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   638
  "REAL_WLOG_LE" > "HOLLight.hollight.REAL_WLOG_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   639
  "REAL_SUB_TRIANGLE" > "HOLLight.hollight.REAL_SUB_TRIANGLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   640
  "REAL_SUB_SUB2" > "HOLLight.hollight.REAL_SUB_SUB2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   641
  "REAL_SUB_SUB" > "HOLLight.hollight.REAL_SUB_SUB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   642
  "REAL_SUB_RZERO" > "HOLLight.hollight.REAL_SUB_RZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   643
  "REAL_SUB_RNEG" > "HOLLight.hollight.REAL_SUB_RNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   644
  "REAL_SUB_REFL" > "HOLLight.hollight.REAL_SUB_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   645
  "REAL_SUB_RDISTRIB" > "HOLLight.hollight.REAL_SUB_RDISTRIB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   646
  "REAL_SUB_NEG2" > "HOLLight.hollight.REAL_SUB_NEG2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   647
  "REAL_SUB_LZERO" > "HOLLight.hollight.REAL_SUB_LZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   648
  "REAL_SUB_LT" > "HOLLight.hollight.REAL_SUB_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   649
  "REAL_SUB_LNEG" > "HOLLight.hollight.REAL_SUB_LNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   650
  "REAL_SUB_LE" > "HOLLight.hollight.REAL_SUB_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   651
  "REAL_SUB_LDISTRIB" > "HOLLight.hollight.REAL_SUB_LDISTRIB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   652
  "REAL_SUB_INV" > "HOLLight.hollight.REAL_SUB_INV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   653
  "REAL_SUB_ADD2" > "HOLLight.hollight.REAL_SUB_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   654
  "REAL_SUB_ADD" > "HOLLight.hollight.REAL_SUB_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   655
  "REAL_SUB_ABS" > "HOLLight.hollight.REAL_SUB_ABS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   656
  "REAL_SUB_0" > "HOLLight.hollight.REAL_SUB_0"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   657
  "REAL_SOS_EQ_0" > "HOLLight.hollight.REAL_SOS_EQ_0"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   658
  "REAL_RNEG_UNIQ" > "HOLLight.hollight.REAL_RNEG_UNIQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   659
  "REAL_POW_SUB" > "HOLLight.hollight.REAL_POW_SUB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   660
  "REAL_POW_POW" > "HOLLight.hollight.REAL_POW_POW"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   661
  "REAL_POW_ONE" > "HOLLight.hollight.REAL_POW_ONE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   662
  "REAL_POW_NZ" > "HOLLight.hollight.REAL_POW_NZ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   663
  "REAL_POW_NEG" > "HOLLight.hollight.REAL_POW_NEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   664
  "REAL_POW_MUL" > "HOLLight.hollight.REAL_POW_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   665
  "REAL_POW_MONO_LT" > "HOLLight.hollight.REAL_POW_MONO_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   666
  "REAL_POW_MONO" > "HOLLight.hollight.REAL_POW_MONO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   667
  "REAL_POW_LT2" > "HOLLight.hollight.REAL_POW_LT2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   668
  "REAL_POW_LT" > "HOLLight.hollight.REAL_POW_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   669
  "REAL_POW_LE_1" > "HOLLight.hollight.REAL_POW_LE_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   670
  "REAL_POW_LE2" > "HOLLight.hollight.REAL_POW_LE2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   671
  "REAL_POW_LE" > "HOLLight.hollight.REAL_POW_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   672
  "REAL_POW_INV" > "HOLLight.hollight.REAL_POW_INV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   673
  "REAL_POW_EQ_0" > "HOLLight.hollight.REAL_POW_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   674
  "REAL_POW_DIV" > "HOLLight.hollight.REAL_POW_DIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   675
  "REAL_POW_ADD" > "HOLLight.hollight.REAL_POW_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   676
  "REAL_POW_2" > "HOLLight.hollight.REAL_POW_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   677
  "REAL_POW_1_LE" > "HOLLight.hollight.REAL_POW_1_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   678
  "REAL_POW_1" > "HOLLight.hollight.REAL_POW_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   679
  "REAL_POW2_ABS" > "HOLLight.hollight.REAL_POW2_ABS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   680
  "REAL_POS_NZ" > "HOLLight.hollight.REAL_POS_NZ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   681
  "REAL_POS" > "HOLLight.hollight.REAL_POS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   682
  "REAL_POLY_NEG_CLAUSES" > "HOLLight.hollight.REAL_POLY_NEG_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   683
  "REAL_POLY_CLAUSES" > "HOLLight.hollight.REAL_POLY_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   684
  "REAL_OF_NUM_SUM_NUMSEG" > "HOLLight.hollight.REAL_OF_NUM_SUM_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   685
  "REAL_OF_NUM_SUM" > "HOLLight.hollight.REAL_OF_NUM_SUM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   686
  "REAL_OF_NUM_SUC" > "HOLLight.hollight.REAL_OF_NUM_SUC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   687
  "REAL_OF_NUM_SUB" > "HOLLight.hollight.REAL_OF_NUM_SUB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   688
  "REAL_OF_NUM_POW" > "HOLLight.hollight.REAL_OF_NUM_POW"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   689
  "REAL_OF_NUM_LT" > "HOLLight.hollight.REAL_OF_NUM_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   690
  "REAL_OF_NUM_GT" > "HOLLight.hollight.REAL_OF_NUM_GT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   691
  "REAL_OF_NUM_GE" > "HOLLight.hollight.REAL_OF_NUM_GE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   692
  "REAL_NOT_LT" > "HOLLight.hollight.REAL_NOT_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   693
  "REAL_NOT_LE" > "HOLLight.hollight.real_lt_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   694
  "REAL_NOT_EQ" > "HOLLight.hollight.REAL_NOT_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   695
  "REAL_NEG_SUB" > "HOLLight.hollight.REAL_NEG_SUB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   696
  "REAL_NEG_RMUL" > "HOLLight.hollight.REAL_NEG_RMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   697
  "REAL_NEG_NEG" > "HOLLight.hollight.REAL_NEG_NEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   698
  "REAL_NEG_MUL2" > "HOLLight.hollight.REAL_NEG_MUL2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   699
  "REAL_NEG_MINUS1" > "HOLLight.hollight.REAL_NEG_MINUS1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   700
  "REAL_NEG_LT0" > "HOLLight.hollight.REAL_NEG_LT0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   701
  "REAL_NEG_LMUL" > "HOLLight.hollight.REAL_NEG_LMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   702
  "REAL_NEG_LE0" > "HOLLight.hollight.REAL_NEG_LE0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   703
  "REAL_NEG_GT0" > "HOLLight.hollight.REAL_NEG_GT0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   704
  "REAL_NEG_GE0" > "HOLLight.hollight.REAL_NEG_GE0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   705
  "REAL_NEG_EQ_0" > "HOLLight.hollight.REAL_NEG_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   706
  "REAL_NEG_EQ" > "HOLLight.hollight.REAL_NEG_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   707
  "REAL_NEG_ADD" > "HOLLight.hollight.REAL_NEG_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   708
  "REAL_NEG_0" > "HOLLight.hollight.REAL_NEG_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   709
  "REAL_NEGNEG" > "HOLLight.hollight.REAL_NEGNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   710
  "REAL_MUL_RZERO" > "HOLLight.hollight.REAL_MUL_RZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   711
  "REAL_MUL_RNEG" > "HOLLight.hollight.REAL_MUL_RNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   712
  "REAL_MUL_RINV_UNIQ" > "HOLLight.hollight.REAL_MUL_RINV_UNIQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   713
  "REAL_MUL_RINV" > "HOLLight.hollight.REAL_MUL_RINV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   714
  "REAL_MUL_RID" > "HOLLight.hollight.REAL_MUL_RID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   715
  "REAL_MUL_LZERO" > "HOLLight.hollight.REAL_MUL_LZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   716
  "REAL_MUL_LNEG" > "HOLLight.hollight.REAL_MUL_LNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   717
  "REAL_MUL_LINV_UNIQ" > "HOLLight.hollight.REAL_MUL_LINV_UNIQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   718
  "REAL_MUL_AC" > "HOLLight.hollight.REAL_MUL_AC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   719
  "REAL_MUL_2" > "HOLLight.hollight.REAL_MUL_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   720
  "REAL_MIN_SYM" > "HOLLight.hollight.REAL_MIN_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   721
  "REAL_MIN_MIN" > "HOLLight.hollight.REAL_MIN_MIN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   722
  "REAL_MIN_MAX" > "HOLLight.hollight.REAL_MIN_MAX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   723
  "REAL_MIN_LT" > "HOLLight.hollight.REAL_MIN_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   724
  "REAL_MIN_LE" > "HOLLight.hollight.REAL_MIN_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   725
  "REAL_MIN_ASSOC" > "HOLLight.hollight.REAL_MIN_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   726
  "REAL_MIN_ACI" > "HOLLight.hollight.REAL_MIN_ACI"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   727
  "REAL_MAX_SYM" > "HOLLight.hollight.REAL_MAX_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   728
  "REAL_MAX_MIN" > "HOLLight.hollight.REAL_MAX_MIN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   729
  "REAL_MAX_MAX" > "HOLLight.hollight.REAL_MAX_MAX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   730
  "REAL_MAX_LT" > "HOLLight.hollight.REAL_MAX_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   731
  "REAL_MAX_LE" > "HOLLight.hollight.REAL_MAX_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   732
  "REAL_MAX_ASSOC" > "HOLLight.hollight.REAL_MAX_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   733
  "REAL_MAX_ACI" > "HOLLight.hollight.REAL_MAX_ACI"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   734
  "REAL_LT_TRANS" > "HOLLight.hollight.REAL_LT_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   735
  "REAL_LT_TOTAL" > "HOLLight.hollight.REAL_LT_TOTAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   736
  "REAL_LT_SUB_RADD" > "HOLLight.hollight.REAL_LT_SUB_RADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   737
  "REAL_LT_SUB_LADD" > "HOLLight.hollight.REAL_LT_SUB_LADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   738
  "REAL_LT_SQUARE" > "HOLLight.hollight.REAL_LT_SQUARE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   739
  "REAL_LT_RNEG" > "HOLLight.hollight.REAL_LT_RNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   740
  "REAL_LT_RMUL_EQ" > "HOLLight.hollight.REAL_LT_RMUL_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   741
  "REAL_LT_RMUL" > "HOLLight.hollight.REAL_LT_RMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   742
  "REAL_LT_REFL" > "HOLLight.hollight.REAL_LT_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   743
  "REAL_LT_RDIV_EQ" > "HOLLight.hollight.REAL_LT_RDIV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   744
  "REAL_LT_RCANCEL_IMP" > "HOLLight.hollight.REAL_LT_RCANCEL_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   745
  "REAL_LT_RADD" > "HOLLight.hollight.REAL_LT_RADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   746
  "REAL_LT_POW2" > "HOLLight.hollight.REAL_LT_POW2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   747
  "REAL_LT_NEGTOTAL" > "HOLLight.hollight.REAL_LT_NEGTOTAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   748
  "REAL_LT_NEG2" > "HOLLight.hollight.REAL_LT_NEG2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   749
  "REAL_LT_NEG" > "HOLLight.hollight.REAL_LT_NEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   750
  "REAL_LT_MUL2" > "HOLLight.hollight.REAL_LT_MUL2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   751
  "REAL_LT_MUL" > "HOLLight.hollight.REAL_LT_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   752
  "REAL_LT_MIN" > "HOLLight.hollight.REAL_LT_MIN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   753
  "REAL_LT_MAX" > "HOLLight.hollight.REAL_LT_MAX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   754
  "REAL_LT_LNEG" > "HOLLight.hollight.REAL_LT_LNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   755
  "REAL_LT_LMUL_EQ" > "HOLLight.hollight.REAL_LT_LMUL_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   756
  "REAL_LT_LMUL" > "HOLLight.hollight.REAL_LT_LMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   757
  "REAL_LT_LE" > "HOLLight.hollight.REAL_LT_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   758
  "REAL_LT_LDIV_EQ" > "HOLLight.hollight.REAL_LT_LDIV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   759
  "REAL_LT_LCANCEL_IMP" > "HOLLight.hollight.REAL_LT_LCANCEL_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   760
  "REAL_LT_LADD_IMP" > "HOLLight.hollight.REAL_LT_LADD_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   761
  "REAL_LT_LADD" > "HOLLight.hollight.REAL_LT_LADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   762
  "REAL_LT_INV_EQ" > "HOLLight.hollight.REAL_LT_INV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   763
  "REAL_LT_INV2" > "HOLLight.hollight.REAL_LT_INV2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   764
  "REAL_LT_INV" > "HOLLight.hollight.REAL_LT_INV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   765
  "REAL_LT_IMP_NZ" > "HOLLight.hollight.REAL_LT_IMP_NZ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   766
  "REAL_LT_IMP_NE" > "HOLLight.hollight.REAL_LT_IMP_NE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   767
  "REAL_LT_IMP_LE" > "HOLLight.hollight.REAL_LT_IMP_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   768
  "REAL_LT_GT" > "HOLLight.hollight.REAL_LT_GT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   769
  "REAL_LT_DIV2_EQ" > "HOLLight.hollight.REAL_LT_DIV2_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   770
  "REAL_LT_DIV" > "HOLLight.hollight.REAL_LT_DIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   771
  "REAL_LT_ANTISYM" > "HOLLight.hollight.REAL_LT_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   772
  "REAL_LT_ADD_SUB" > "HOLLight.hollight.REAL_LT_ADD_SUB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   773
  "REAL_LT_ADDR" > "HOLLight.hollight.REAL_LT_ADDR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   774
  "REAL_LT_ADDNEG2" > "HOLLight.hollight.REAL_LT_ADDNEG2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   775
  "REAL_LT_ADDNEG" > "HOLLight.hollight.REAL_LT_ADDNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   776
  "REAL_LT_ADDL" > "HOLLight.hollight.REAL_LT_ADDL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   777
  "REAL_LT_ADD2" > "HOLLight.hollight.REAL_LT_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   778
  "REAL_LT_ADD1" > "HOLLight.hollight.REAL_LT_ADD1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   779
  "REAL_LT_ADD" > "HOLLight.hollight.REAL_LT_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   780
  "REAL_LT_01" > "HOLLight.hollight.REAL_LT_01"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   781
  "REAL_LTE_TRANS" > "HOLLight.hollight.REAL_LTE_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   782
  "REAL_LTE_TOTAL" > "HOLLight.hollight.REAL_LTE_TOTAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   783
  "REAL_LTE_ANTISYM" > "HOLLight.hollight.REAL_LTE_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   784
  "REAL_LTE_ADD2" > "HOLLight.hollight.REAL_LTE_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   785
  "REAL_LTE_ADD" > "HOLLight.hollight.REAL_LTE_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   786
  "REAL_LNEG_UNIQ" > "HOLLight.hollight.REAL_LNEG_UNIQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   787
  "REAL_LE_TOTAL" > "HOLLight.hollight.REAL_LE_TOTAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   788
  "REAL_LE_SUB_RADD" > "HOLLight.hollight.REAL_LE_SUB_RADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   789
  "REAL_LE_SUB_LADD" > "HOLLight.hollight.REAL_LE_SUB_LADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   790
  "REAL_LE_SQUARE_ABS" > "HOLLight.hollight.REAL_LE_SQUARE_ABS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   791
  "REAL_LE_SQUARE" > "HOLLight.hollight.REAL_LE_SQUARE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   792
  "REAL_LE_RNEG" > "HOLLight.hollight.REAL_LE_RNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   793
  "REAL_LE_RMUL_EQ" > "HOLLight.hollight.REAL_LE_RMUL_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   794
  "REAL_LE_RMUL" > "HOLLight.hollight.REAL_LE_RMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   795
  "REAL_LE_REFL" > "HOLLight.hollight.REAL_LE_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   796
  "REAL_LE_RDIV_EQ" > "HOLLight.hollight.REAL_LE_RDIV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   797
  "REAL_LE_RCANCEL_IMP" > "HOLLight.hollight.REAL_LE_RCANCEL_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   798
  "REAL_LE_RADD" > "HOLLight.hollight.REAL_LE_RADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   799
  "REAL_LE_POW2" > "HOLLight.hollight.REAL_LE_POW2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   800
  "REAL_LE_NEGTOTAL" > "HOLLight.hollight.REAL_LE_NEGTOTAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   801
  "REAL_LE_NEGR" > "HOLLight.hollight.REAL_LE_NEGR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   802
  "REAL_LE_NEGL" > "HOLLight.hollight.REAL_LE_NEGL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   803
  "REAL_LE_NEG2" > "HOLLight.hollight.REAL_LE_NEG2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   804
  "REAL_LE_NEG" > "HOLLight.hollight.REAL_LE_NEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   805
  "REAL_LE_MUL2" > "HOLLight.hollight.REAL_LE_MUL2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   806
  "REAL_LE_MIN" > "HOLLight.hollight.REAL_LE_MIN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   807
  "REAL_LE_MAX" > "HOLLight.hollight.REAL_LE_MAX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   808
  "REAL_LE_LT" > "HOLLight.hollight.REAL_LE_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   809
  "REAL_LE_LNEG" > "HOLLight.hollight.REAL_LE_LNEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   810
  "REAL_LE_LMUL_EQ" > "HOLLight.hollight.REAL_LE_LMUL_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   811
  "REAL_LE_LMUL" > "HOLLight.hollight.REAL_LE_LMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   812
  "REAL_LE_LDIV_EQ" > "HOLLight.hollight.REAL_LE_LDIV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   813
  "REAL_LE_LCANCEL_IMP" > "HOLLight.hollight.REAL_LE_LCANCEL_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   814
  "REAL_LE_LADD" > "HOLLight.hollight.REAL_LE_LADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   815
  "REAL_LE_INV_EQ" > "HOLLight.hollight.REAL_LE_INV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   816
  "REAL_LE_INV2" > "HOLLight.hollight.REAL_LE_INV2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   817
  "REAL_LE_INV" > "HOLLight.hollight.REAL_LE_INV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   818
  "REAL_LE_DOUBLE" > "HOLLight.hollight.REAL_LE_DOUBLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   819
  "REAL_LE_DIV2_EQ" > "HOLLight.hollight.REAL_LE_DIV2_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   820
  "REAL_LE_DIV" > "HOLLight.hollight.REAL_LE_DIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   821
  "REAL_LE_ANTISYM" > "HOLLight.hollight.REAL_LE_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   822
  "REAL_LE_ADDR" > "HOLLight.hollight.REAL_LE_ADDR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   823
  "REAL_LE_ADDL" > "HOLLight.hollight.REAL_LE_ADDL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   824
  "REAL_LE_ADD2" > "HOLLight.hollight.REAL_LE_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   825
  "REAL_LE_ADD" > "HOLLight.hollight.REAL_LE_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   826
  "REAL_LE_01" > "HOLLight.hollight.REAL_LE_01"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   827
  "REAL_LET_TRANS" > "HOLLight.hollight.REAL_LET_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   828
  "REAL_LET_TOTAL" > "HOLLight.hollight.REAL_LET_TOTAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   829
  "REAL_LET_ANTISYM" > "HOLLight.hollight.REAL_LET_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   830
  "REAL_LET_ADD2" > "HOLLight.hollight.REAL_LET_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   831
  "REAL_LET_ADD" > "HOLLight.hollight.REAL_LET_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   832
  "REAL_INV_NEG" > "HOLLight.hollight.REAL_INV_NEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   833
  "REAL_INV_MUL" > "HOLLight.hollight.REAL_INV_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   834
  "REAL_INV_LE_1" > "HOLLight.hollight.REAL_INV_LE_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   835
  "REAL_INV_INV" > "HOLLight.hollight.REAL_INV_INV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   836
  "REAL_INV_EQ_0" > "HOLLight.hollight.REAL_INV_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   837
  "REAL_INV_DIV" > "HOLLight.hollight.REAL_INV_DIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   838
  "REAL_INV_1_LE" > "HOLLight.hollight.REAL_INV_1_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   839
  "REAL_INV_1" > "HOLLight.hollight.REAL_INV_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   840
  "REAL_HREAL_LEMMA2" > "HOLLight.hollight.REAL_HREAL_LEMMA2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   841
  "REAL_HREAL_LEMMA1" > "HOLLight.hollight.REAL_HREAL_LEMMA1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   842
  "REAL_EQ_SUB_RADD" > "HOLLight.hollight.REAL_EQ_SUB_RADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   843
  "REAL_EQ_SUB_LADD" > "HOLLight.hollight.REAL_EQ_SUB_LADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   844
  "REAL_EQ_RDIV_EQ" > "HOLLight.hollight.REAL_EQ_RDIV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   845
  "REAL_EQ_RCANCEL_IMP" > "HOLLight.hollight.REAL_EQ_RCANCEL_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   846
  "REAL_EQ_NEG2" > "HOLLight.hollight.REAL_EQ_NEG2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   847
  "REAL_EQ_MUL_RCANCEL" > "HOLLight.hollight.REAL_EQ_MUL_RCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   848
  "REAL_EQ_MUL_LCANCEL" > "HOLLight.hollight.REAL_EQ_MUL_LCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   849
  "REAL_EQ_LDIV_EQ" > "HOLLight.hollight.REAL_EQ_LDIV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   850
  "REAL_EQ_LCANCEL_IMP" > "HOLLight.hollight.REAL_EQ_LCANCEL_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   851
  "REAL_EQ_IMP_LE" > "HOLLight.hollight.REAL_EQ_IMP_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   852
  "REAL_EQ_ADD_RCANCEL_0" > "HOLLight.hollight.REAL_EQ_ADD_RCANCEL_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   853
  "REAL_EQ_ADD_RCANCEL" > "HOLLight.hollight.REAL_EQ_ADD_RCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   854
  "REAL_EQ_ADD_LCANCEL_0" > "HOLLight.hollight.REAL_EQ_ADD_LCANCEL_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   855
  "REAL_EQ_ADD_LCANCEL" > "HOLLight.hollight.REAL_EQ_ADD_LCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   856
  "REAL_ENTIRE" > "HOLLight.hollight.REAL_ENTIRE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   857
  "REAL_DOWN2" > "HOLLight.hollight.REAL_DOWN2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   858
  "REAL_DOWN" > "HOLLight.hollight.REAL_DOWN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   859
  "REAL_DIV_RMUL" > "HOLLight.hollight.REAL_DIV_RMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   860
  "REAL_DIV_REFL" > "HOLLight.hollight.REAL_DIV_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   861
  "REAL_DIV_POW2_ALT" > "HOLLight.hollight.REAL_DIV_POW2_ALT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   862
  "REAL_DIV_POW2" > "HOLLight.hollight.REAL_DIV_POW2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   863
  "REAL_DIV_LMUL" > "HOLLight.hollight.REAL_DIV_LMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   864
  "REAL_DIV_1" > "HOLLight.hollight.REAL_DIV_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   865
  "REAL_DIFFSQ" > "HOLLight.hollight.REAL_DIFFSQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   866
  "REAL_COMPLETE_SOMEPOS" > "HOLLight.hollight.REAL_COMPLETE_SOMEPOS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   867
  "REAL_COMPLETE" > "HOLLight.hollight.REAL_COMPLETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   868
  "REAL_ADD_SUB2" > "HOLLight.hollight.REAL_ADD_SUB2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   869
  "REAL_ADD_SUB" > "HOLLight.hollight.REAL_ADD_SUB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   870
  "REAL_ADD_RINV" > "HOLLight.hollight.REAL_ADD_RINV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   871
  "REAL_ADD_RID" > "HOLLight.hollight.REAL_ADD_RID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   872
  "REAL_ADD_RDISTRIB" > "HOLLight.hollight.REAL_ADD_RDISTRIB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   873
  "REAL_ADD_AC" > "HOLLight.hollight.REAL_ADD_AC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   874
  "REAL_ADD2_SUB2" > "HOLLight.hollight.REAL_ADD2_SUB2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   875
  "REAL_ABS_ZERO" > "HOLLight.hollight.REAL_ABS_ZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   876
  "REAL_ABS_TRIANGLE_LT" > "HOLLight.hollight.REAL_ABS_TRIANGLE_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   877
  "REAL_ABS_TRIANGLE_LE" > "HOLLight.hollight.REAL_ABS_TRIANGLE_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   878
  "REAL_ABS_TRIANGLE" > "HOLLight.hollight.REAL_ABS_TRIANGLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   879
  "REAL_ABS_SUB_ABS" > "HOLLight.hollight.REAL_ABS_SUB_ABS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   880
  "REAL_ABS_SUB" > "HOLLight.hollight.REAL_ABS_SUB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   881
  "REAL_ABS_STILLNZ" > "HOLLight.hollight.REAL_ABS_STILLNZ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   882
  "REAL_ABS_SIGN2" > "HOLLight.hollight.REAL_ABS_SIGN2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   883
  "REAL_ABS_SIGN" > "HOLLight.hollight.REAL_ABS_SIGN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   884
  "REAL_ABS_REFL" > "HOLLight.hollight.REAL_ABS_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   885
  "REAL_ABS_POW" > "HOLLight.hollight.REAL_ABS_POW"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   886
  "REAL_ABS_POS" > "HOLLight.hollight.REAL_ABS_POS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   887
  "REAL_ABS_NZ" > "HOLLight.hollight.REAL_ABS_NZ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   888
  "REAL_ABS_NUM" > "HOLLight.hollight.REAL_ABS_NUM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   889
  "REAL_ABS_NEG" > "HOLLight.hollight.REAL_ABS_NEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   890
  "REAL_ABS_MUL" > "HOLLight.hollight.REAL_ABS_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   891
  "REAL_ABS_LE" > "HOLLight.hollight.REAL_ABS_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   892
  "REAL_ABS_INV" > "HOLLight.hollight.REAL_ABS_INV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   893
  "REAL_ABS_DIV" > "HOLLight.hollight.REAL_ABS_DIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   894
  "REAL_ABS_CIRCLE" > "HOLLight.hollight.REAL_ABS_CIRCLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   895
  "REAL_ABS_CASES" > "HOLLight.hollight.REAL_ABS_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   896
  "REAL_ABS_BOUNDS" > "HOLLight.hollight.REAL_ABS_BOUNDS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   897
  "REAL_ABS_BOUND" > "HOLLight.hollight.REAL_ABS_BOUND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   898
  "REAL_ABS_BETWEEN2" > "HOLLight.hollight.REAL_ABS_BETWEEN2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   899
  "REAL_ABS_BETWEEN1" > "HOLLight.hollight.REAL_ABS_BETWEEN1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   900
  "REAL_ABS_BETWEEN" > "HOLLight.hollight.REAL_ABS_BETWEEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   901
  "REAL_ABS_ABS" > "HOLLight.hollight.REAL_ABS_ABS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   902
  "REAL_ABS_1" > "HOLLight.hollight.REAL_ABS_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   903
  "REAL_ABS_0" > "HOLLight.hollight.REAL_ABS_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   904
  "RAT_LEMMA5" > "HOLLight.hollight.RAT_LEMMA5"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   905
  "RAT_LEMMA4" > "HOLLight.hollight.RAT_LEMMA4"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   906
  "RAT_LEMMA3" > "HOLLight.hollight.RAT_LEMMA3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   907
  "RAT_LEMMA2" > "HOLLight.hollight.RAT_LEMMA2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   908
  "RAT_LEMMA1" > "HOLLight.hollight.RAT_LEMMA1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   909
  "PSUBSET_def" > "HOLLight.hollight.PSUBSET_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   910
  "PSUBSET_UNIV" > "HOLLight.hollight.PSUBSET_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   911
  "PSUBSET_TRANS" > "HOLLight.hollight.PSUBSET_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   912
  "PSUBSET_SUBSET_TRANS" > "HOLLight.hollight.PSUBSET_SUBSET_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   913
  "PSUBSET_MEMBER" > "HOLLight.hollight.PSUBSET_MEMBER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   914
  "PSUBSET_IRREFL" > "HOLLight.hollight.PSUBSET_IRREFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   915
  "PSUBSET_INSERT_SUBSET" > "HOLLight.hollight.PSUBSET_INSERT_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   916
  "PRE_ELIM_THM" > "HOLLight.hollight.PRE_ELIM_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   917
  "PASTECART_FST_SND" > "HOLLight.hollight.PASTECART_FST_SND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   918
  "PASTECART_EQ" > "HOLLight.hollight.PASTECART_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   919
  "PASSOC_def" > "HOLLight.hollight.PASSOC_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   920
  "PAIR_SURJECTIVE" > "Datatype.prod.nchotomy"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   921
  "PAIR_EXISTS_THM" > "HOLLight.hollight.PAIR_EXISTS_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   922
  "PAIR_EQ" > "Datatype.prod.simps_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   923
  "PAIRWISE_def" > "HOLLight.hollight.PAIRWISE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   924
  "PAIR" > "HOL4Compat.PAIR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   925
  "OUTR_def" > "HOLLight.hollight.OUTR_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   926
  "OUTL_def" > "HOLLight.hollight.OUTL_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   927
  "OR_EXISTS_THM" > "HOL.ex_disj_distrib"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   928
  "OR_CLAUSES" > "HOLLight.hollight.OR_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   929
  "ONE" > "HOLLight.hollight.ONE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   930
  "ODD_def" > "HOLLight.hollight.ODD_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   931
  "ODD_MULT" > "HOLLight.hollight.ODD_MULT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   932
  "ODD_MOD" > "HOLLight.hollight.ODD_MOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   933
  "ODD_EXP" > "HOLLight.hollight.ODD_EXP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   934
  "ODD_EXISTS" > "HOLLight.hollight.ODD_EXISTS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   935
  "ODD_DOUBLE" > "HOLLight.hollight.ODD_DOUBLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   936
  "ODD_ADD" > "HOLLight.hollight.ODD_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   937
  "NUM_INTEGRAL_LEMMA" > "HOLLight.hollight.NUM_INTEGRAL_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   938
  "NUM_INTEGRAL" > "HOLLight.hollight.NUM_INTEGRAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   939
  "NUMSUM_def" > "HOLLight.hollight.NUMSUM_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   940
  "NUMSUM_INJ" > "HOLLight.hollight.NUMSUM_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   941
  "NUMSND_def" > "HOLLight.hollight.NUMSND_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   942
  "NUMSEG_SING" > "HOLLight.hollight.NUMSEG_SING"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   943
  "NUMSEG_RREC" > "HOLLight.hollight.NUMSEG_RREC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   944
  "NUMSEG_REC" > "HOLLight.hollight.NUMSEG_REC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   945
  "NUMSEG_OFFSET_IMAGE" > "HOLLight.hollight.NUMSEG_OFFSET_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   946
  "NUMSEG_LREC" > "HOLLight.hollight.NUMSEG_LREC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   947
  "NUMSEG_EMPTY" > "HOLLight.hollight.NUMSEG_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   948
  "NUMSEG_COMBINE_R" > "HOLLight.hollight.NUMSEG_COMBINE_R"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   949
  "NUMSEG_COMBINE_L" > "HOLLight.hollight.NUMSEG_COMBINE_L"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   950
  "NUMSEG_CLAUSES" > "HOLLight.hollight.NUMSEG_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   951
  "NUMSEG_ADD_SPLIT" > "HOLLight.hollight.NUMSEG_ADD_SPLIT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   952
  "NUMRIGHT_def" > "HOLLight.hollight.NUMRIGHT_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   953
  "NUMPAIR_def" > "HOLLight.hollight.NUMPAIR_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   954
  "NUMPAIR_INJ_LEMMA" > "HOLLight.hollight.NUMPAIR_INJ_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   955
  "NUMPAIR_INJ" > "HOLLight.hollight.NUMPAIR_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   956
  "NUMLEFT_def" > "HOLLight.hollight.NUMLEFT_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   957
  "NUMFST_def" > "HOLLight.hollight.NUMFST_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   958
  "NULL_def" > "HOLLight.hollight.NULL_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   959
  "NSUM_UNION_RZERO" > "HOLLight.hollight.NSUM_UNION_RZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   960
  "NSUM_UNION_LZERO" > "HOLLight.hollight.NSUM_UNION_LZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   961
  "NSUM_UNION_EQ" > "HOLLight.hollight.NSUM_UNION_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   962
  "NSUM_UNION" > "HOLLight.hollight.NSUM_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   963
  "NSUM_TRIV_NUMSEG" > "HOLLight.hollight.NSUM_TRIV_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   964
  "NSUM_SWAP_NUMSEG" > "HOLLight.hollight.NSUM_SWAP_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   965
  "NSUM_SWAP" > "HOLLight.hollight.NSUM_SWAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   966
  "NSUM_SUPPORT" > "HOLLight.hollight.NSUM_SUPPORT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   967
  "NSUM_SUPERSET" > "HOLLight.hollight.NSUM_SUPERSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   968
  "NSUM_SUBSET_SIMPLE" > "HOLLight.hollight.NSUM_SUBSET_SIMPLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   969
  "NSUM_SUBSET" > "HOLLight.hollight.NSUM_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   970
  "NSUM_SING_NUMSEG" > "HOLLight.hollight.NSUM_SING_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   971
  "NSUM_SING" > "HOLLight.hollight.NSUM_SING"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   972
  "NSUM_RESTRICT_SET" > "HOLLight.hollight.NSUM_RESTRICT_SET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   973
  "NSUM_RESTRICT" > "HOLLight.hollight.NSUM_RESTRICT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   974
  "NSUM_POS_LE_NUMSEG" > "HOLLight.hollight.NSUM_POS_LE_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   975
  "NSUM_POS_LE" > "HOLLight.hollight.NSUM_POS_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   976
  "NSUM_POS_EQ_0_NUMSEG" > "HOLLight.hollight.NSUM_POS_EQ_0_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   977
  "NSUM_POS_EQ_0" > "HOLLight.hollight.NSUM_POS_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   978
  "NSUM_POS_BOUND" > "HOLLight.hollight.NSUM_POS_BOUND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   979
  "NSUM_OFFSET_0" > "HOLLight.hollight.NSUM_OFFSET_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   980
  "NSUM_OFFSET" > "HOLLight.hollight.NSUM_OFFSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   981
  "NSUM_NSUM_RESTRICT" > "HOLLight.hollight.NSUM_NSUM_RESTRICT"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   982
  "NSUM_NSUM_PRODUCT" > "HOLLight.hollight.NSUM_NSUM_PRODUCT"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   983
  "NSUM_MULTICOUNT_GEN" > "HOLLight.hollight.NSUM_MULTICOUNT_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   984
  "NSUM_MULTICOUNT" > "HOLLight.hollight.NSUM_MULTICOUNT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   985
  "NSUM_LT_ALL" > "HOLLight.hollight.NSUM_LT_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   986
  "NSUM_LT" > "HOLLight.hollight.NSUM_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   987
  "NSUM_LE_NUMSEG" > "HOLLight.hollight.NSUM_LE_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   988
  "NSUM_LE" > "HOLLight.hollight.NSUM_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   989
  "NSUM_IMAGE_GEN" > "HOLLight.hollight.NSUM_IMAGE_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   990
  "NSUM_IMAGE" > "HOLLight.hollight.NSUM_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   991
  "NSUM_EQ_SUPERSET" > "HOLLight.hollight.NSUM_EQ_SUPERSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   992
  "NSUM_EQ_NUMSEG" > "HOLLight.hollight.NSUM_EQ_NUMSEG"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
   993
  "NSUM_EQ_GENERAL" > "HOLLight.hollight.NSUM_EQ_GENERAL"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   994
  "NSUM_EQ_0_NUMSEG" > "HOLLight.hollight.NSUM_EQ_0_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   995
  "NSUM_EQ_0" > "HOLLight.hollight.NSUM_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   996
  "NSUM_EQ" > "HOLLight.hollight.NSUM_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   997
  "NSUM_DIFF" > "HOLLight.hollight.NSUM_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   998
  "NSUM_DELTA" > "HOLLight.hollight.NSUM_DELTA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
   999
  "NSUM_CONST_NUMSEG" > "HOLLight.hollight.NSUM_CONST_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1000
  "NSUM_CONST" > "HOLLight.hollight.NSUM_CONST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1001
  "NSUM_CMUL_NUMSEG" > "HOLLight.hollight.NSUM_CMUL_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1002
  "NSUM_CMUL" > "HOLLight.hollight.NSUM_CMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1003
  "NSUM_CLAUSES_RIGHT" > "HOLLight.hollight.NSUM_CLAUSES_RIGHT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1004
  "NSUM_CLAUSES_NUMSEG" > "HOLLight.hollight.NSUM_CLAUSES_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1005
  "NSUM_CLAUSES_LEFT" > "HOLLight.hollight.NSUM_CLAUSES_LEFT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1006
  "NSUM_CLAUSES" > "HOLLight.hollight.NSUM_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1007
  "NSUM_BOUND_LT_GEN" > "HOLLight.hollight.NSUM_BOUND_LT_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1008
  "NSUM_BOUND_LT_ALL" > "HOLLight.hollight.NSUM_BOUND_LT_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1009
  "NSUM_BOUND_LT" > "HOLLight.hollight.NSUM_BOUND_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1010
  "NSUM_BOUND_GEN" > "HOLLight.hollight.NSUM_BOUND_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1011
  "NSUM_BOUND" > "HOLLight.hollight.NSUM_BOUND"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1012
  "NSUM_BIJECTION" > "HOLLight.hollight.NSUM_BIJECTION"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1013
  "NSUM_ADD_SPLIT" > "HOLLight.hollight.NSUM_ADD_SPLIT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1014
  "NSUM_ADD_NUMSEG" > "HOLLight.hollight.NSUM_ADD_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1015
  "NSUM_ADD" > "HOLLight.hollight.NSUM_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1016
  "NSUM_0" > "HOLLight.hollight.NSUM_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1017
  "NOT_UNIV_PSUBSET" > "HOLLight.hollight.NOT_UNIV_PSUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1018
  "NOT_SUC" > "Nat.nat.simps_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1019
  "NOT_PSUBSET_EMPTY" > "HOLLight.hollight.NOT_PSUBSET_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1020
  "NOT_ODD" > "HOLLight.hollight.NOT_ODD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1021
  "NOT_LT" > "HOLLight.hollight.NOT_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1022
  "NOT_LE" > "HOLLight.hollight.NOT_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1023
  "NOT_IN_EMPTY" > "HOLLight.hollight.NOT_IN_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1024
  "NOT_INSERT_EMPTY" > "HOLLight.hollight.NOT_INSERT_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1025
  "NOT_FORALL_THM" > "Inductive.basic_monos_15"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1026
  "NOT_EXISTS_THM" > "Inductive.basic_monos_16"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1027
  "NOT_EX" > "HOLLight.hollight.NOT_EX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1028
  "NOT_EVEN" > "HOLLight.hollight.NOT_EVEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1029
  "NOT_EQUAL_SETS" > "HOLLight.hollight.NOT_EQUAL_SETS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1030
  "NOT_EMPTY_INSERT" > "HOLLight.hollight.NOT_EMPTY_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1031
  "NOT_CONS_NIL" > "HOLLight.hollight.NOT_CONS_NIL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1032
  "NOT_CLAUSES_WEAK" > "HOLLight.hollight.NOT_CLAUSES_WEAK"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1033
  "NOT_ALL" > "HOLLight.hollight.NOT_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1034
  "NONE_def" > "HOLLight.hollight.NONE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1035
  "NIL_def" > "HOLLight.hollight.NIL_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1036
  "NEUTRAL_REAL_MUL" > "HOLLight.hollight.NEUTRAL_REAL_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1037
  "NEUTRAL_REAL_ADD" > "HOLLight.hollight.NEUTRAL_REAL_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1038
  "NEUTRAL_MUL" > "HOLLight.hollight.NEUTRAL_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1039
  "NEUTRAL_ADD" > "HOLLight.hollight.NEUTRAL_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1040
  "NADD_UBOUND" > "HOLLight.hollight.NADD_UBOUND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1041
  "NADD_SUC" > "HOLLight.hollight.NADD_SUC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1042
  "NADD_RDISTRIB" > "HOLLight.hollight.NADD_RDISTRIB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1043
  "NADD_OF_NUM_WELLDEF" > "HOLLight.hollight.NADD_OF_NUM_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1044
  "NADD_OF_NUM_MUL" > "HOLLight.hollight.NADD_OF_NUM_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1045
  "NADD_OF_NUM_LE" > "HOLLight.hollight.NADD_OF_NUM_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1046
  "NADD_OF_NUM_EQ" > "HOLLight.hollight.NADD_OF_NUM_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1047
  "NADD_OF_NUM_ADD" > "HOLLight.hollight.NADD_OF_NUM_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1048
  "NADD_OF_NUM" > "HOLLight.hollight.NADD_OF_NUM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1049
  "NADD_NONZERO" > "HOLLight.hollight.NADD_NONZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1050
  "NADD_MUL_WELLDEF_LEMMA" > "HOLLight.hollight.NADD_MUL_WELLDEF_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1051
  "NADD_MUL_WELLDEF" > "HOLLight.hollight.NADD_MUL_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1052
  "NADD_MUL_SYM" > "HOLLight.hollight.NADD_MUL_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1053
  "NADD_MUL_LINV_LEMMA8" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA8"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1054
  "NADD_MUL_LINV_LEMMA7a" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA7a"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1055
  "NADD_MUL_LINV_LEMMA7" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA7"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1056
  "NADD_MUL_LINV_LEMMA6" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA6"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1057
  "NADD_MUL_LINV_LEMMA5" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA5"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1058
  "NADD_MUL_LINV_LEMMA4" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA4"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1059
  "NADD_MUL_LINV_LEMMA3" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1060
  "NADD_MUL_LINV_LEMMA2" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1061
  "NADD_MUL_LINV_LEMMA1" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1062
  "NADD_MUL_LINV_LEMMA0" > "HOLLight.hollight.NADD_MUL_LINV_LEMMA0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1063
  "NADD_MUL_LINV" > "HOLLight.hollight.NADD_MUL_LINV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1064
  "NADD_MUL_LID" > "HOLLight.hollight.NADD_MUL_LID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1065
  "NADD_MUL_ASSOC" > "HOLLight.hollight.NADD_MUL_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1066
  "NADD_MULTIPLICATIVE" > "HOLLight.hollight.NADD_MULTIPLICATIVE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1067
  "NADD_MUL" > "HOLLight.hollight.NADD_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1068
  "NADD_LE_WELLDEF_LEMMA" > "HOLLight.hollight.NADD_LE_WELLDEF_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1069
  "NADD_LE_WELLDEF" > "HOLLight.hollight.NADD_LE_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1070
  "NADD_LE_TRANS" > "HOLLight.hollight.NADD_LE_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1071
  "NADD_LE_TOTAL_LEMMA" > "HOLLight.hollight.NADD_LE_TOTAL_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1072
  "NADD_LE_TOTAL" > "HOLLight.hollight.NADD_LE_TOTAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1073
  "NADD_LE_RMUL" > "HOLLight.hollight.NADD_LE_RMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1074
  "NADD_LE_REFL" > "HOLLight.hollight.NADD_LE_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1075
  "NADD_LE_RADD" > "HOLLight.hollight.NADD_LE_RADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1076
  "NADD_LE_LMUL" > "HOLLight.hollight.NADD_LE_LMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1077
  "NADD_LE_LADD" > "HOLLight.hollight.NADD_LE_LADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1078
  "NADD_LE_EXISTS" > "HOLLight.hollight.NADD_LE_EXISTS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1079
  "NADD_LE_ANTISYM" > "HOLLight.hollight.NADD_LE_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1080
  "NADD_LE_ADD" > "HOLLight.hollight.NADD_LE_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1081
  "NADD_LE_0" > "HOLLight.hollight.NADD_LE_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1082
  "NADD_LDISTRIB" > "HOLLight.hollight.NADD_LDISTRIB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1083
  "NADD_LBOUND" > "HOLLight.hollight.NADD_LBOUND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1084
  "NADD_INV_WELLDEF" > "HOLLight.hollight.NADD_INV_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1085
  "NADD_INV_0" > "HOLLight.hollight.NADD_INV_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1086
  "NADD_INV" > "HOLLight.hollight.NADD_INV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1087
  "NADD_EQ_TRANS" > "HOLLight.hollight.NADD_EQ_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1088
  "NADD_EQ_SYM" > "HOLLight.hollight.NADD_EQ_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1089
  "NADD_EQ_REFL" > "HOLLight.hollight.NADD_EQ_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1090
  "NADD_EQ_IMP_LE" > "HOLLight.hollight.NADD_EQ_IMP_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1091
  "NADD_DIST_LEMMA" > "HOLLight.hollight.NADD_DIST_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1092
  "NADD_DIST" > "HOLLight.hollight.NADD_DIST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1093
  "NADD_COMPLETE" > "HOLLight.hollight.NADD_COMPLETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1094
  "NADD_CAUCHY" > "HOLLight.hollight.NADD_CAUCHY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1095
  "NADD_BOUND" > "HOLLight.hollight.NADD_BOUND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1096
  "NADD_ARCH_ZERO" > "HOLLight.hollight.NADD_ARCH_ZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1097
  "NADD_ARCH_MULT" > "HOLLight.hollight.NADD_ARCH_MULT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1098
  "NADD_ARCH_LEMMA" > "HOLLight.hollight.NADD_ARCH_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1099
  "NADD_ARCH" > "HOLLight.hollight.NADD_ARCH"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1100
  "NADD_ALTMUL" > "HOLLight.hollight.NADD_ALTMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1101
  "NADD_ADD_WELLDEF" > "HOLLight.hollight.NADD_ADD_WELLDEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1102
  "NADD_ADD_SYM" > "HOLLight.hollight.NADD_ADD_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1103
  "NADD_ADD_LID" > "HOLLight.hollight.NADD_ADD_LID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1104
  "NADD_ADD_LCANCEL" > "HOLLight.hollight.NADD_ADD_LCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1105
  "NADD_ADD_ASSOC" > "HOLLight.hollight.NADD_ADD_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1106
  "NADD_ADDITIVE" > "HOLLight.hollight.NADD_ADDITIVE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1107
  "NADD_ADD" > "HOLLight.hollight.NADD_ADD"
25930
83e3dd60affe adjusted to constant and theorem renames
haftmann
parents: 22997
diff changeset
  1108
  "MULT_SYM" > "Int.zmult_ac_2"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1109
  "MULT_SUC" > "Nat.mult_Suc_right"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1110
  "MULT_EXP" > "HOLLight.hollight.MULT_EXP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1111
  "MULT_EQ_1" > "HOLLight.hollight.MULT_EQ_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1112
  "MULT_EQ_0" > "Nat.mult_is_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1113
  "MULT_CLAUSES" > "HOLLight.hollight.MULT_CLAUSES"
25930
83e3dd60affe adjusted to constant and theorem renames
haftmann
parents: 22997
diff changeset
  1114
  "MULT_ASSOC" > "Int.zmult_ac_1"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1115
  "MULT_AC" > "HOLLight.hollight.MULT_AC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1116
  "MULT_2" > "HOLLight.hollight.MULT_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1117
  "MULT_0" > "Nat.mult_0_right"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1118
  "MONO_FORALL" > "Inductive.basic_monos_6"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1119
  "MONO_EXISTS" > "Inductive.basic_monos_5"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1120
  "MONO_COND" > "HOLLight.hollight.MONO_COND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1121
  "MONO_ALL2" > "HOLLight.hollight.MONO_ALL2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1122
  "MONO_ALL" > "HOLLight.hollight.MONO_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1123
  "MONOIDAL_REAL_MUL" > "HOLLight.hollight.MONOIDAL_REAL_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1124
  "MONOIDAL_REAL_ADD" > "HOLLight.hollight.MONOIDAL_REAL_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1125
  "MONOIDAL_MUL" > "HOLLight.hollight.MONOIDAL_MUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1126
  "MONOIDAL_ADD" > "HOLLight.hollight.MONOIDAL_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1127
  "MOD_def" > "HOLLight.hollight.MOD_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1128
  "MOD_UNIQ" > "HOLLight.hollight.MOD_UNIQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1129
  "MOD_MULT_RMOD" > "HOLLight.hollight.MOD_MULT_RMOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1130
  "MOD_MULT_MOD2" > "HOLLight.hollight.MOD_MULT_MOD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1131
  "MOD_MULT_LMOD" > "HOLLight.hollight.MOD_MULT_LMOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1132
  "MOD_MULT_ADD" > "HOLLight.hollight.MOD_MULT_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1133
  "MOD_MULT2" > "HOLLight.hollight.MOD_MULT2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1134
  "MOD_MULT" > "HOLLight.hollight.MOD_MULT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1135
  "MOD_MOD_REFL" > "HOLLight.hollight.MOD_MOD_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1136
  "MOD_MOD" > "HOLLight.hollight.MOD_MOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1137
  "MOD_LT" > "HOLLight.hollight.MOD_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1138
  "MOD_LE" > "HOLLight.hollight.MOD_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1139
  "MOD_EXP_MOD" > "HOLLight.hollight.MOD_EXP_MOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1140
  "MOD_EXISTS" > "HOLLight.hollight.MOD_EXISTS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1141
  "MOD_EQ_0" > "HOLLight.hollight.MOD_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1142
  "MOD_EQ" > "HOLLight.hollight.MOD_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1143
  "MOD_ADD_MOD" > "HOLLight.hollight.MOD_ADD_MOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1144
  "MOD_1" > "HOLLight.hollight.MOD_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1145
  "MOD_0" > "HOLLight.hollight.MOD_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1146
  "MK_REC_INJ" > "HOLLight.hollight.MK_REC_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1147
  "MINIMAL" > "HOLLight.hollight.MINIMAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1148
  "MEM_def" > "HOLLight.hollight.MEM_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1149
  "MEM_MAP" > "HOLLight.hollight.MEM_MAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1150
  "MEM_LIST_OF_SET" > "HOLLight.hollight.MEM_LIST_OF_SET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1151
  "MEM_FILTER" > "HOLLight.hollight.MEM_FILTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1152
  "MEM_EL" > "HOLLight.hollight.MEM_EL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1153
  "MEM_ASSOC" > "HOLLight.hollight.MEM_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1154
  "MEM_APPEND" > "HOLLight.hollight.MEM_APPEND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1155
  "MEMBER_NOT_EMPTY" > "HOLLight.hollight.MEMBER_NOT_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1156
  "MEASURE_LE" > "HOLLight.hollight.MEASURE_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1157
  "MAP_o" > "HOLLight.hollight.MAP_o"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1158
  "MAP_def" > "HOLLight.hollight.MAP_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1159
  "MAP_SND_ZIP" > "HOLLight.hollight.MAP_SND_ZIP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1160
  "MAP_FST_ZIP" > "HOLLight.hollight.MAP_FST_ZIP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1161
  "MAP_EQ_DEGEN" > "HOLLight.hollight.MAP_EQ_DEGEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1162
  "MAP_EQ_ALL2" > "HOLLight.hollight.MAP_EQ_ALL2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1163
  "MAP_EQ" > "HOLLight.hollight.MAP_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1164
  "MAP_APPEND" > "HOLLight.hollight.MAP_APPEND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1165
  "MAP2_def" > "HOLLight.hollight.MAP2_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1166
  "MAP2" > "HOLLight.hollight.MAP2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1167
  "LT_TRANS" > "HOLLight.hollight.LT_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1168
  "LT_SUC_LE" > "HOLLight.hollight.LT_SUC_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1169
  "LT_SUC" > "HOLLight.hollight.LT_SUC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1170
  "LT_REFL" > "HOLLight.hollight.LT_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1171
  "LT_NZ" > "HOLLight.hollight.LT_NZ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1172
  "LT_MULT_RCANCEL" > "HOLLight.hollight.LT_MULT_RCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1173
  "LT_MULT_LCANCEL" > "HOLLight.hollight.LT_MULT_LCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1174
  "LT_MULT2" > "HOLLight.hollight.LT_MULT2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1175
  "LT_MULT" > "HOLLight.hollight.LT_MULT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1176
  "LT_LMULT" > "HOLLight.hollight.LT_LMULT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1177
  "LT_LE" > "HOLLight.hollight.LT_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1178
  "LT_IMP_LE" > "HOLLight.hollight.LT_IMP_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1179
  "LT_EXP" > "HOLLight.hollight.LT_EXP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1180
  "LT_EXISTS" > "HOLLight.hollight.LT_EXISTS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1181
  "LT_CASES" > "HOLLight.hollight.LT_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1182
  "LT_ANTISYM" > "HOLLight.hollight.LT_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1183
  "LT_ADD_RCANCEL" > "HOLLight.hollight.LT_ADD_RCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1184
  "LT_ADD_LCANCEL" > "HOLLight.hollight.LT_ADD_LCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1185
  "LT_ADDR" > "HOLLight.hollight.LT_ADDR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1186
  "LT_ADD2" > "HOLLight.hollight.LT_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1187
  "LT_ADD" > "HOLLight.hollight.LT_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1188
  "LT_0" > "HOLLight.hollight.LT_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1189
  "LTE_TRANS" > "HOLLight.hollight.LTE_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1190
  "LTE_CASES" > "HOLLight.hollight.LTE_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1191
  "LTE_ANTISYM" > "HOLLight.hollight.LTE_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1192
  "LTE_ADD2" > "HOLLight.hollight.LTE_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1193
  "LIST_OF_SET_PROPERTIES" > "HOLLight.hollight.LIST_OF_SET_PROPERTIES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1194
  "LE_TRANS" > "HOLLight.hollight.LE_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1195
  "LE_SUC_LT" > "HOLLight.hollight.LE_SUC_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1196
  "LE_SUC" > "HOLLight.hollight.LE_SUC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1197
  "LE_SQUARE_REFL" > "HOLLight.hollight.LE_SQUARE_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1198
  "LE_REFL" > "HOLLight.hollight.LE_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1199
  "LE_RDIV_EQ" > "HOLLight.hollight.LE_RDIV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1200
  "LE_MULT_RCANCEL" > "HOLLight.hollight.LE_MULT_RCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1201
  "LE_MULT_LCANCEL" > "HOLLight.hollight.LE_MULT_LCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1202
  "LE_MULT2" > "HOLLight.hollight.LE_MULT2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1203
  "LE_LT" > "HOLLight.hollight.LE_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1204
  "LE_LDIV_EQ" > "HOLLight.hollight.LE_LDIV_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1205
  "LE_LDIV" > "HOLLight.hollight.LE_LDIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1206
  "LE_EXP" > "HOLLight.hollight.LE_EXP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1207
  "LE_EXISTS" > "HOLLight.hollight.LE_EXISTS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1208
  "LE_CASES" > "HOLLight.hollight.LE_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1209
  "LE_ANTISYM" > "HOLLight.hollight.LE_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1210
  "LE_ADD_RCANCEL" > "HOLLight.hollight.LE_ADD_RCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1211
  "LE_ADD_LCANCEL" > "HOLLight.hollight.LE_ADD_LCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1212
  "LE_ADDR" > "HOLLight.hollight.LE_ADDR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1213
  "LE_ADD2" > "HOLLight.hollight.LE_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1214
  "LE_ADD" > "HOLLight.hollight.LE_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1215
  "LE_0" > "HOLLight.hollight.LE_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1216
  "LET_TRANS" > "HOLLight.hollight.LET_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1217
  "LET_END_def" > "HOLLight.hollight.LET_END_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1218
  "LET_CASES" > "HOLLight.hollight.LET_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1219
  "LET_ANTISYM" > "HOLLight.hollight.LET_ANTISYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1220
  "LET_ADD2" > "HOLLight.hollight.LET_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1221
  "LENGTH_def" > "HOLLight.hollight.LENGTH_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1222
  "LENGTH_REPLICATE" > "HOLLight.hollight.LENGTH_REPLICATE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1223
  "LENGTH_MAP2" > "HOLLight.hollight.LENGTH_MAP2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1224
  "LENGTH_MAP" > "HOLLight.hollight.LENGTH_MAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1225
  "LENGTH_LIST_OF_SET" > "HOLLight.hollight.LENGTH_LIST_OF_SET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1226
  "LENGTH_EQ_NIL" > "HOLLight.hollight.LENGTH_EQ_NIL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1227
  "LENGTH_EQ_CONS" > "HOLLight.hollight.LENGTH_EQ_CONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1228
  "LENGTH_APPEND" > "HOLLight.hollight.LENGTH_APPEND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1229
  "LEFT_SUB_DISTRIB" > "Nat.nat_distrib_4"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1230
  "LEFT_OR_FORALL_THM" > "HOL.all_simps_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1231
  "LEFT_OR_EXISTS_THM" > "HOL.ex_simps_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1232
  "LEFT_OR_DISTRIB" > "HOL.conj_disj_distribL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1233
  "LEFT_IMP_FORALL_THM" > "HOL.imp_all"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1234
  "LEFT_IMP_EXISTS_THM" > "HOL.imp_ex"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1235
  "LEFT_FORALL_OR_THM" > "HOL.all_simps_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1236
  "LEFT_FORALL_IMP_THM" > "HOL.imp_ex"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1237
  "LEFT_EXISTS_IMP_THM" > "HOL.imp_all"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1238
  "LEFT_EXISTS_AND_THM" > "HOL.ex_simps_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1239
  "LEFT_AND_FORALL_THM" > "HOL.all_simps_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1240
  "LEFT_AND_EXISTS_THM" > "HOL.ex_simps_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1241
  "LEFT_ADD_DISTRIB" > "Nat.nat_distrib_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1242
  "LAST_def" > "HOLLight.hollight.LAST_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1243
  "LAST_CLAUSES" > "HOLLight.hollight.LAST_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1244
  "LAMBDA_UNIQUE" > "HOLLight.hollight.LAMBDA_UNIQUE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1245
  "LAMBDA_ETA" > "HOLLight.hollight.LAMBDA_ETA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1246
  "LAMBDA_BETA" > "HOLLight.hollight.LAMBDA_BETA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1247
  "I_THM" > "Fun.id_apply"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1248
  "I_O_ID" > "HOLLight.hollight.I_O_ID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1249
  "ITSET_def" > "HOLLight.hollight.ITSET_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1250
  "ITSET_EQ" > "HOLLight.hollight.ITSET_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1251
  "ITLIST_def" > "HOLLight.hollight.ITLIST_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1252
  "ITLIST_EXTRA" > "HOLLight.hollight.ITLIST_EXTRA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1253
  "ITLIST2_def" > "HOLLight.hollight.ITLIST2_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1254
  "ITLIST2" > "HOLLight.hollight.ITLIST2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1255
  "ITERATE_UNION_GEN" > "HOLLight.hollight.ITERATE_UNION_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1256
  "ITERATE_UNION" > "HOLLight.hollight.ITERATE_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1257
  "ITERATE_SUPPORT" > "HOLLight.hollight.ITERATE_SUPPORT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1258
  "ITERATE_SING" > "HOLLight.hollight.ITERATE_SING"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1259
  "ITERATE_RELATED" > "HOLLight.hollight.ITERATE_RELATED"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1260
  "ITERATE_ITERATE_PRODUCT" > "HOLLight.hollight.ITERATE_ITERATE_PRODUCT"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1261
  "ITERATE_IMAGE" > "HOLLight.hollight.ITERATE_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1262
  "ITERATE_EQ_NEUTRAL" > "HOLLight.hollight.ITERATE_EQ_NEUTRAL"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1263
  "ITERATE_EQ_GENERAL" > "HOLLight.hollight.ITERATE_EQ_GENERAL"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1264
  "ITERATE_EQ" > "HOLLight.hollight.ITERATE_EQ"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1265
  "ITERATE_DIFF_GEN" > "HOLLight.hollight.ITERATE_DIFF_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1266
  "ITERATE_DIFF" > "HOLLight.hollight.ITERATE_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1267
  "ITERATE_DELTA" > "HOLLight.hollight.ITERATE_DELTA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1268
  "ITERATE_CLOSED_GEN" > "HOLLight.hollight.ITERATE_CLOSED_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1269
  "ITERATE_CLOSED" > "HOLLight.hollight.ITERATE_CLOSED"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1270
  "ITERATE_CLAUSES_GEN" > "HOLLight.hollight.ITERATE_CLAUSES_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1271
  "ITERATE_CLAUSES" > "HOLLight.hollight.ITERATE_CLAUSES"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1272
  "ITERATE_BIJECTION" > "HOLLight.hollight.ITERATE_BIJECTION"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1273
  "ISO_def" > "HOLLight.hollight.ISO_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1274
  "ISO_USAGE" > "HOLLight.hollight.ISO_USAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1275
  "ISO_REFL" > "HOLLight.hollight.ISO_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1276
  "ISO_FUN" > "HOLLight.hollight.ISO_FUN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1277
  "IN_def" > "HOLLight.hollight.IN_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1278
  "IN_UNIV" > "HOLLight.hollight.IN_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1279
  "IN_UNIONS" > "HOLLight.hollight.IN_UNIONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1280
  "IN_UNION" > "HOLLight.hollight.IN_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1281
  "IN_SUPPORT" > "HOLLight.hollight.IN_SUPPORT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1282
  "IN_SING" > "HOLLight.hollight.IN_SING"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1283
  "IN_SET_OF_LIST" > "HOLLight.hollight.IN_SET_OF_LIST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1284
  "IN_REST" > "HOLLight.hollight.IN_REST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1285
  "IN_NUMSEG" > "HOLLight.hollight.IN_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1286
  "IN_INTERS" > "HOLLight.hollight.IN_INTERS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1287
  "IN_INTER" > "HOLLight.hollight.IN_INTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1288
  "IN_INSERT" > "HOLLight.hollight.IN_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1289
  "IN_IMAGE" > "HOLLight.hollight.IN_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1290
  "IN_ELIM_THM" > "HOLLight.hollight.IN_ELIM_THM"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1291
  "IN_ELIM_PAIR_THM" > "HOLLight.hollight.IN_ELIM_PAIR_THM"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1292
  "IN_DISJOINT" > "HOLLight.hollight.IN_DISJOINT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1293
  "IN_DIFF" > "HOLLight.hollight.IN_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1294
  "IN_DELETE_EQ" > "HOLLight.hollight.IN_DELETE_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1295
  "IN_DELETE" > "HOLLight.hollight.IN_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1296
  "INT_POW" > "HOLLight.hollight.INT_POW"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1297
  "INT_LT_DISCRETE" > "HOLLight.hollight.INT_LT_DISCRETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1298
  "INT_LT" > "HOLLight.hollight.INT_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1299
  "INT_IMAGE" > "HOLLight.hollight.INT_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1300
  "INT_GT_DISCRETE" > "HOLLight.hollight.INT_GT_DISCRETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1301
  "INT_GT" > "HOLLight.hollight.INT_GT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1302
  "INT_GE" > "HOLLight.hollight.INT_GE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1303
  "INT_FORALL_POS" > "HOLLight.hollight.INT_FORALL_POS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1304
  "INT_ARCH" > "HOLLight.hollight.INT_ARCH"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1305
  "INT_ABS_MUL_1" > "HOLLight.hollight.INT_ABS_MUL_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1306
  "INT_ABS" > "HOLLight.hollight.INT_ABS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1307
  "INTER_def" > "HOLLight.hollight.INTER_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1308
  "INTER_UNIV" > "HOLLight.hollight.INTER_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1309
  "INTER_SUBSET" > "HOLLight.hollight.INTER_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1310
  "INTER_OVER_UNION" > "HOLLight.hollight.INTER_OVER_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1311
  "INTER_IDEMPOT" > "HOLLight.hollight.INTER_IDEMPOT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1312
  "INTER_EMPTY" > "HOLLight.hollight.INTER_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1313
  "INTER_COMM" > "HOLLight.hollight.INTER_COMM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1314
  "INTER_ASSOC" > "HOLLight.hollight.INTER_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1315
  "INTER_ACI" > "HOLLight.hollight.INTER_ACI"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1316
  "INTERS_def" > "HOLLight.hollight.INTERS_def"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1317
  "INTERS_INSERT" > "HOLLight.hollight.INTERS_INSERT"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1318
  "INTERS_2" > "HOLLight.hollight.INTERS_2"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1319
  "INTERS_1" > "HOLLight.hollight.INTERS_1"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1320
  "INTERS_0" > "HOLLight.hollight.INTERS_0"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1321
  "INSERT_def" > "HOLLight.hollight.INSERT_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1322
  "INSERT_UNIV" > "HOLLight.hollight.INSERT_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1323
  "INSERT_UNION_EQ" > "HOLLight.hollight.INSERT_UNION_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1324
  "INSERT_UNION" > "HOLLight.hollight.INSERT_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1325
  "INSERT_SUBSET" > "HOLLight.hollight.INSERT_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1326
  "INSERT_INTER" > "HOLLight.hollight.INSERT_INTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1327
  "INSERT_INSERT" > "HOLLight.hollight.INSERT_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1328
  "INSERT_DIFF" > "HOLLight.hollight.INSERT_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1329
  "INSERT_DELETE" > "HOLLight.hollight.INSERT_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1330
  "INSERT_COMM" > "HOLLight.hollight.INSERT_COMM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1331
  "INSERT_AC" > "HOLLight.hollight.INSERT_AC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1332
  "INSERT" > "HOLLight.hollight.INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1333
  "INJ_def" > "HOLLight.hollight.INJ_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1334
  "INJ_INVERSE2" > "HOLLight.hollight.INJ_INVERSE2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1335
  "INJP_def" > "HOLLight.hollight.INJP_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1336
  "INJP_INJ" > "HOLLight.hollight.INJP_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1337
  "INJN_def" > "HOLLight.hollight.INJN_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1338
  "INJN_INJ" > "HOLLight.hollight.INJN_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1339
  "INJF_def" > "HOLLight.hollight.INJF_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1340
  "INJF_INJ" > "HOLLight.hollight.INJF_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1341
  "INJECTIVE_ON_LEFT_INVERSE" > "HOLLight.hollight.INJECTIVE_ON_LEFT_INVERSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1342
  "INJECTIVE_LEFT_INVERSE" > "HOLLight.hollight.INJECTIVE_LEFT_INVERSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1343
  "INJA_def" > "HOLLight.hollight.INJA_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1344
  "INJA_INJ" > "HOLLight.hollight.INJA_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1345
  "INFINITE_def" > "HOLLight.hollight.INFINITE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1346
  "INFINITE_NONEMPTY" > "HOLLight.hollight.INFINITE_NONEMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1347
  "INFINITE_IMAGE_INJ" > "HOLLight.hollight.INFINITE_IMAGE_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1348
  "INFINITE_DIFF_FINITE" > "HOLLight.hollight.INFINITE_DIFF_FINITE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1349
  "IMP_EQ_CLAUSE" > "HOLLight.hollight.IMP_EQ_CLAUSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1350
  "IMP_CONJ" > "HOL.imp_conjL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1351
  "IMP_CLAUSES" > "HOLLight.hollight.IMP_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1352
  "IMAGE_o" > "HOLLight.hollight.IMAGE_o"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1353
  "IMAGE_def" > "HOLLight.hollight.IMAGE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1354
  "IMAGE_UNION" > "HOLLight.hollight.IMAGE_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1355
  "IMAGE_SUBSET" > "HOLLight.hollight.IMAGE_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1356
  "IMAGE_IMP_INJECTIVE_GEN" > "HOLLight.hollight.IMAGE_IMP_INJECTIVE_GEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1357
  "IMAGE_IMP_INJECTIVE" > "HOLLight.hollight.IMAGE_IMP_INJECTIVE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1358
  "IMAGE_EQ_EMPTY" > "HOLLight.hollight.IMAGE_EQ_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1359
  "IMAGE_DIFF_INJ" > "HOLLight.hollight.IMAGE_DIFF_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1360
  "IMAGE_DELETE_INJ" > "HOLLight.hollight.IMAGE_DELETE_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1361
  "IMAGE_CONST" > "HOLLight.hollight.IMAGE_CONST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1362
  "IMAGE_CLAUSES" > "HOLLight.hollight.IMAGE_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1363
  "HREAL_MUL_RZERO" > "HOLLight.hollight.HREAL_MUL_RZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1364
  "HREAL_MUL_LZERO" > "HOLLight.hollight.HREAL_MUL_LZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1365
  "HREAL_LE_MUL_RCANCEL_IMP" > "HOLLight.hollight.HREAL_LE_MUL_RCANCEL_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1366
  "HREAL_LE_EXISTS_DEF" > "HOLLight.hollight.HREAL_LE_EXISTS_DEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1367
  "HREAL_LE_ADD_RCANCEL" > "HOLLight.hollight.HREAL_LE_ADD_RCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1368
  "HREAL_LE_ADD_LCANCEL" > "HOLLight.hollight.HREAL_LE_ADD_LCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1369
  "HREAL_LE_ADD2" > "HOLLight.hollight.HREAL_LE_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1370
  "HREAL_EQ_ADD_RCANCEL" > "HOLLight.hollight.HREAL_EQ_ADD_RCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1371
  "HREAL_EQ_ADD_LCANCEL" > "HOLLight.hollight.HREAL_EQ_ADD_LCANCEL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1372
  "HREAL_ADD_RID" > "HOLLight.hollight.HREAL_ADD_RID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1373
  "HREAL_ADD_RDISTRIB" > "HOLLight.hollight.HREAL_ADD_RDISTRIB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1374
  "HREAL_ADD_AC" > "HOLLight.hollight.HREAL_ADD_AC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1375
  "HD_def" > "HOLLight.hollight.HD_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1376
  "HAS_SIZE_def" > "HOLLight.hollight.HAS_SIZE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1377
  "HAS_SIZE_UNIONS" > "HOLLight.hollight.HAS_SIZE_UNIONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1378
  "HAS_SIZE_UNION" > "HOLLight.hollight.HAS_SIZE_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1379
  "HAS_SIZE_SUC" > "HOLLight.hollight.HAS_SIZE_SUC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1380
  "HAS_SIZE_PRODUCT_DEPENDENT" > "HOLLight.hollight.HAS_SIZE_PRODUCT_DEPENDENT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1381
  "HAS_SIZE_PRODUCT" > "HOLLight.hollight.HAS_SIZE_PRODUCT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1382
  "HAS_SIZE_POWERSET" > "HOLLight.hollight.HAS_SIZE_POWERSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1383
  "HAS_SIZE_NUMSEG_LT" > "HOLLight.hollight.HAS_SIZE_NUMSEG_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1384
  "HAS_SIZE_NUMSEG_LE" > "HOLLight.hollight.HAS_SIZE_NUMSEG_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1385
  "HAS_SIZE_NUMSEG_1" > "HOLLight.hollight.HAS_SIZE_NUMSEG_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1386
  "HAS_SIZE_NUMSEG" > "HOLLight.hollight.HAS_SIZE_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1387
  "HAS_SIZE_INDEX" > "HOLLight.hollight.HAS_SIZE_INDEX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1388
  "HAS_SIZE_IMAGE_INJ" > "HOLLight.hollight.HAS_SIZE_IMAGE_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1389
  "HAS_SIZE_FUNSPACE" > "HOLLight.hollight.HAS_SIZE_FUNSPACE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1390
  "HAS_SIZE_FINITE_IMAGE" > "HOLLight.hollight.HAS_SIZE_FINITE_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1391
  "HAS_SIZE_CLAUSES" > "HOLLight.hollight.HAS_SIZE_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1392
  "HAS_SIZE_CARD" > "HOLLight.hollight.HAS_SIZE_CARD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1393
  "HAS_SIZE_0" > "HOLLight.hollight.HAS_SIZE_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1394
  "GSPEC_def" > "HOLLight.hollight.GSPEC_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1395
  "GEQ_def" > "HOLLight.hollight.GEQ_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1396
  "GABS_def" > "HOLLight.hollight.GABS_def"
39198
f967a16dfcdd expand_fun_eq -> ext_iff
nipkow
parents: 38864
diff changeset
  1397
  "FUN_EQ_THM" > "Fun.ext_iff"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1398
  "FUNCTION_FACTORS_RIGHT" > "HOLLight.hollight.FUNCTION_FACTORS_RIGHT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1399
  "FUNCTION_FACTORS_LEFT" > "HOLLight.hollight.FUNCTION_FACTORS_LEFT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1400
  "FSTCART_PASTECART" > "HOLLight.hollight.FSTCART_PASTECART"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1401
  "FST" > "Product_Type.fst_conv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1402
  "FORALL_SIMP" > "HOL.simp_thms_35"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1403
  "FORALL_PASTECART" > "HOLLight.hollight.FORALL_PASTECART"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1404
  "FORALL_PAIR_THM" > "Product_Type.split_paired_All"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1405
  "FORALL_NOT_THM" > "Inductive.basic_monos_16"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1406
  "FORALL_IN_UNIONS" > "HOLLight.hollight.FORALL_IN_UNIONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1407
  "FORALL_IN_IMAGE" > "HOLLight.hollight.FORALL_IN_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1408
  "FORALL_IN_CLAUSES" > "HOLLight.hollight.FORALL_IN_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1409
  "FORALL_FINITE_INDEX" > "HOLLight.hollight.FORALL_FINITE_INDEX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1410
  "FORALL_BOOL_THM" > "Set.all_bool_eq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1411
  "FORALL_AND_THM" > "HOL.all_conj_distrib"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1412
  "FORALL_ALL" > "HOLLight.hollight.FORALL_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1413
  "FNIL_def" > "HOLLight.hollight.FNIL_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1414
  "FINREC_def" > "HOLLight.hollight.FINREC_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1415
  "FINREC_UNIQUE_LEMMA" > "HOLLight.hollight.FINREC_UNIQUE_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1416
  "FINREC_SUC_LEMMA" > "HOLLight.hollight.FINREC_SUC_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1417
  "FINREC_FUN_LEMMA" > "HOLLight.hollight.FINREC_FUN_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1418
  "FINREC_FUN" > "HOLLight.hollight.FINREC_FUN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1419
  "FINREC_EXISTS_LEMMA" > "HOLLight.hollight.FINREC_EXISTS_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1420
  "FINREC_1_LEMMA" > "HOLLight.hollight.FINREC_1_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1421
  "FINITE_def" > "HOLLight.hollight.FINITE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1422
  "FINITE_UNION_IMP" > "HOLLight.hollight.FINITE_UNION_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1423
  "FINITE_UNIONS" > "HOLLight.hollight.FINITE_UNIONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1424
  "FINITE_UNION" > "HOLLight.hollight.FINITE_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1425
  "FINITE_SUPPORT_DELTA" > "HOLLight.hollight.FINITE_SUPPORT_DELTA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1426
  "FINITE_SUPPORT" > "HOLLight.hollight.FINITE_SUPPORT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1427
  "FINITE_SUBSET_IMAGE_IMP" > "HOLLight.hollight.FINITE_SUBSET_IMAGE_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1428
  "FINITE_SUBSET_IMAGE" > "HOLLight.hollight.FINITE_SUBSET_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1429
  "FINITE_SUBSETS" > "HOLLight.hollight.FINITE_SUBSETS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1430
  "FINITE_SUBSET" > "HOLLight.hollight.FINITE_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1431
  "FINITE_SET_OF_LIST" > "HOLLight.hollight.FINITE_SET_OF_LIST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1432
  "FINITE_RESTRICT" > "HOLLight.hollight.FINITE_RESTRICT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1433
  "FINITE_RECURSION_DELETE" > "HOLLight.hollight.FINITE_RECURSION_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1434
  "FINITE_RECURSION" > "HOLLight.hollight.FINITE_RECURSION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1435
  "FINITE_PRODUCT_DEPENDENT" > "HOLLight.hollight.FINITE_PRODUCT_DEPENDENT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1436
  "FINITE_PRODUCT" > "HOLLight.hollight.FINITE_PRODUCT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1437
  "FINITE_POWERSET" > "HOLLight.hollight.FINITE_POWERSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1438
  "FINITE_NUMSEG_LT" > "HOLLight.hollight.FINITE_NUMSEG_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1439
  "FINITE_NUMSEG_LE" > "HOLLight.hollight.FINITE_NUMSEG_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1440
  "FINITE_NUMSEG" > "HOLLight.hollight.FINITE_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1441
  "FINITE_INTER" > "HOLLight.hollight.FINITE_INTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1442
  "FINITE_INSERT" > "HOLLight.hollight.FINITE_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1443
  "FINITE_INDUCT_STRONG" > "HOLLight.hollight.FINITE_INDUCT_STRONG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1444
  "FINITE_INDEX_WORKS_FINITE" > "HOLLight.hollight.FINITE_INDEX_WORKS_FINITE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1445
  "FINITE_INDEX_WORKS" > "HOLLight.hollight.FINITE_INDEX_WORKS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1446
  "FINITE_INDEX_NUMSEG" > "HOLLight.hollight.FINITE_INDEX_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1447
  "FINITE_INDEX_NUMBERS" > "HOLLight.hollight.FINITE_INDEX_NUMBERS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1448
  "FINITE_INDEX_INJ" > "HOLLight.hollight.FINITE_INDEX_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1449
  "FINITE_IMAGE_INJ_GENERAL" > "HOLLight.hollight.FINITE_IMAGE_INJ_GENERAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1450
  "FINITE_IMAGE_INJ" > "HOLLight.hollight.FINITE_IMAGE_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1451
  "FINITE_IMAGE_IMAGE" > "HOLLight.hollight.FINITE_IMAGE_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1452
  "FINITE_IMAGE_EXPAND" > "HOLLight.hollight.FINITE_IMAGE_EXPAND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1453
  "FINITE_IMAGE" > "HOLLight.hollight.FINITE_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1454
  "FINITE_HAS_SIZE_LEMMA" > "HOLLight.hollight.FINITE_HAS_SIZE_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1455
  "FINITE_FUNSPACE" > "HOLLight.hollight.FINITE_FUNSPACE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1456
  "FINITE_FINITE_IMAGE" > "HOLLight.hollight.FINITE_FINITE_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1457
  "FINITE_DIFF" > "HOLLight.hollight.FINITE_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1458
  "FINITE_DELETE_IMP" > "HOLLight.hollight.FINITE_DELETE_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1459
  "FINITE_DELETE" > "HOLLight.hollight.FINITE_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1460
  "FILTER_def" > "HOLLight.hollight.FILTER_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1461
  "FILTER_MAP" > "HOLLight.hollight.FILTER_MAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1462
  "FILTER_APPEND" > "HOLLight.hollight.FILTER_APPEND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1463
  "FCONS_def" > "HOLLight.hollight.FCONS_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1464
  "FCONS_UNDO" > "HOLLight.hollight.FCONS_UNDO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1465
  "FACT_def" > "HOLLight.hollight.FACT_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1466
  "FACT_MONO" > "HOLLight.hollight.FACT_MONO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1467
  "FACT_LT" > "HOLLight.hollight.FACT_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1468
  "FACT_LE" > "HOLLight.hollight.FACT_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1469
  "EX_def" > "HOLLight.hollight.EX_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1470
  "EX_MEM" > "HOLLight.hollight.EX_MEM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1471
  "EX_MAP" > "HOLLight.hollight.EX_MAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1472
  "EX_IMP" > "HOLLight.hollight.EX_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1473
  "EXTENSION" > "HOLLight.hollight.EXTENSION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1474
  "EXP_def" > "HOLLight.hollight.EXP_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1475
  "EXP_ONE" > "HOLLight.hollight.EXP_ONE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1476
  "EXP_MULT" > "HOLLight.hollight.EXP_MULT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1477
  "EXP_LT_0" > "HOLLight.hollight.EXP_LT_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1478
  "EXP_EQ_0" > "HOLLight.hollight.EXP_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1479
  "EXP_ADD" > "HOLLight.hollight.EXP_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1480
  "EXP_2" > "HOLLight.hollight.EXP_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1481
  "EXP_1" > "HOLLight.hollight.EXP_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1482
  "EXISTS_UNIQUE_THM" > "HOL4Compat.EXISTS_UNIQUE_DEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1483
  "EXISTS_UNIQUE_REFL" > "HOL.ex1_eq_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1484
  "EXISTS_UNIQUE_ALT" > "HOLLight.hollight.EXISTS_UNIQUE_ALT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1485
  "EXISTS_UNIQUE" > "HOL.Ex1_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1486
  "EXISTS_THM" > "HOL4Setup.EXISTS_DEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1487
  "EXISTS_SIMP" > "HOL.simp_thms_36"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1488
  "EXISTS_REFL" > "HOL.simp_thms_37"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1489
  "EXISTS_PASTECART" > "HOLLight.hollight.EXISTS_PASTECART"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1490
  "EXISTS_PAIR_THM" > "Product_Type.split_paired_Ex"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1491
  "EXISTS_OR_THM" > "HOL.ex_disj_distrib"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1492
  "EXISTS_ONE_REP" > "HOLLight.hollight.EXISTS_ONE_REP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1493
  "EXISTS_NOT_THM" > "Inductive.basic_monos_15"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1494
  "EXISTS_IN_IMAGE" > "HOLLight.hollight.EXISTS_IN_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1495
  "EXISTS_IN_CLAUSES" > "HOLLight.hollight.EXISTS_IN_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1496
  "EXISTS_EX" > "HOLLight.hollight.EXISTS_EX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1497
  "EXISTS_BOOL_THM" > "Set.ex_bool_eq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1498
  "EXCLUDED_MIDDLE" > "HOLLight.hollight.EXCLUDED_MIDDLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1499
  "EVEN_def" > "HOLLight.hollight.EVEN_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1500
  "EVEN_OR_ODD" > "HOLLight.hollight.EVEN_OR_ODD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1501
  "EVEN_ODD_DECOMPOSITION" > "HOLLight.hollight.EVEN_ODD_DECOMPOSITION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1502
  "EVEN_MULT" > "HOLLight.hollight.EVEN_MULT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1503
  "EVEN_MOD" > "HOLLight.hollight.EVEN_MOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1504
  "EVEN_EXP" > "HOLLight.hollight.EVEN_EXP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1505
  "EVEN_EXISTS_LEMMA" > "HOLLight.hollight.EVEN_EXISTS_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1506
  "EVEN_EXISTS" > "HOLLight.hollight.EVEN_EXISTS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1507
  "EVEN_DOUBLE" > "HOLLight.hollight.EVEN_DOUBLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1508
  "EVEN_AND_ODD" > "HOLLight.hollight.EVEN_AND_ODD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1509
  "EVEN_ADD" > "HOLLight.hollight.EVEN_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1510
  "EQ_UNIV" > "HOLLight.hollight.EQ_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1511
  "EQ_TRANS" > "Set.basic_trans_rules_31"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1512
  "EQ_SYM_EQ" > "HOL.eq_sym_conv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1513
  "EQ_SYM" > "HOL.meta_eq_to_obj_eq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1514
  "EQ_SUC" > "Nat.nat.simps_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1515
  "EQ_REFL_T" > "HOL.simp_thms_6"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1516
  "EQ_REFL" > "Presburger.fm_modd_pinf"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1517
  "EQ_MULT_RCANCEL" > "Nat.mult_cancel2"
30925
c38cbc0ac8d1 theory NatBin now named Nat_Numeral
haftmann
parents: 25930
diff changeset
  1518
  "EQ_MULT_LCANCEL" > "Nat_Numeral.nat_mult_eq_cancel_disj"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1519
  "EQ_IMP_LE" > "HOLLight.hollight.EQ_IMP_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1520
  "EQ_EXT" > "HOL.meta_eq_to_obj_eq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1521
  "EQ_CLAUSES" > "HOLLight.hollight.EQ_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1522
  "EQ_ADD_RCANCEL_0" > "HOLLight.hollight.EQ_ADD_RCANCEL_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1523
  "EQ_ADD_RCANCEL" > "Nat.nat_add_right_cancel"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1524
  "EQ_ADD_LCANCEL_0" > "HOLLight.hollight.EQ_ADD_LCANCEL_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1525
  "EQ_ADD_LCANCEL" > "Nat.nat_add_left_cancel"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1526
  "EMPTY_def" > "HOLLight.hollight.EMPTY_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1527
  "EMPTY_UNIONS" > "HOLLight.hollight.EMPTY_UNIONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1528
  "EMPTY_UNION" > "HOLLight.hollight.EMPTY_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1529
  "EMPTY_SUBSET" > "HOLLight.hollight.EMPTY_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1530
  "EMPTY_NOT_UNIV" > "HOLLight.hollight.EMPTY_NOT_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1531
  "EMPTY_GSPEC" > "HOLLight.hollight.EMPTY_GSPEC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1532
  "EMPTY_DIFF" > "HOLLight.hollight.EMPTY_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1533
  "EMPTY_DELETE" > "HOLLight.hollight.EMPTY_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1534
  "EL_def" > "HOLLight.hollight.EL_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1535
  "DIV_def" > "HOLLight.hollight.DIV_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1536
  "DIV_UNIQ" > "HOLLight.hollight.DIV_UNIQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1537
  "DIV_REFL" > "HOLLight.hollight.DIV_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1538
  "DIV_MUL_LE" > "HOLLight.hollight.DIV_MUL_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1539
  "DIV_MULT2" > "HOLLight.hollight.DIV_MULT2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1540
  "DIV_MULT" > "HOLLight.hollight.DIV_MULT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1541
  "DIV_MONO_LT" > "HOLLight.hollight.DIV_MONO_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1542
  "DIV_MONO2" > "HOLLight.hollight.DIV_MONO2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1543
  "DIV_MONO" > "HOLLight.hollight.DIV_MONO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1544
  "DIV_MOD" > "HOLLight.hollight.DIV_MOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1545
  "DIV_LT" > "HOLLight.hollight.DIV_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1546
  "DIV_LE_EXCLUSION" > "HOLLight.hollight.DIV_LE_EXCLUSION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1547
  "DIV_LE" > "HOLLight.hollight.DIV_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1548
  "DIV_EQ_EXCLUSION" > "HOLLight.hollight.DIV_EQ_EXCLUSION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1549
  "DIV_EQ_0" > "HOLLight.hollight.DIV_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1550
  "DIV_DIV" > "HOLLight.hollight.DIV_DIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1551
  "DIV_ADD_MOD" > "HOLLight.hollight.DIV_ADD_MOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1552
  "DIV_1" > "HOLLight.hollight.DIV_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1553
  "DIV_0" > "HOLLight.hollight.DIV_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1554
  "DIVMOD_UNIQ_LEMMA" > "HOLLight.hollight.DIVMOD_UNIQ_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1555
  "DIVMOD_UNIQ" > "HOLLight.hollight.DIVMOD_UNIQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1556
  "DIVMOD_EXIST_0" > "HOLLight.hollight.DIVMOD_EXIST_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1557
  "DIVMOD_EXIST" > "HOLLight.hollight.DIVMOD_EXIST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1558
  "DIVMOD_ELIM_THM" > "HOLLight.hollight.DIVMOD_ELIM_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1559
  "DIVISION" > "HOLLight.hollight.DIVISION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1560
  "DIST_TRIANGLE_LE" > "HOLLight.hollight.DIST_TRIANGLE_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1561
  "DIST_TRIANGLES_LE" > "HOLLight.hollight.DIST_TRIANGLES_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1562
  "DIST_TRIANGLE" > "HOLLight.hollight.DIST_TRIANGLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1563
  "DIST_SYM" > "HOLLight.hollight.DIST_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1564
  "DIST_RZERO" > "HOLLight.hollight.DIST_RZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1565
  "DIST_RMUL" > "HOLLight.hollight.DIST_RMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1566
  "DIST_REFL" > "HOLLight.hollight.DIST_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1567
  "DIST_RADD_0" > "HOLLight.hollight.DIST_RADD_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1568
  "DIST_RADD" > "HOLLight.hollight.DIST_RADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1569
  "DIST_LZERO" > "HOLLight.hollight.DIST_LZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1570
  "DIST_LMUL" > "HOLLight.hollight.DIST_LMUL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1571
  "DIST_LE_CASES" > "HOLLight.hollight.DIST_LE_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1572
  "DIST_LADD_0" > "HOLLight.hollight.DIST_LADD_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1573
  "DIST_LADD" > "HOLLight.hollight.DIST_LADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1574
  "DIST_EQ_0" > "HOLLight.hollight.DIST_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1575
  "DIST_ELIM_THM" > "HOLLight.hollight.DIST_ELIM_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1576
  "DIST_ADDBOUND" > "HOLLight.hollight.DIST_ADDBOUND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1577
  "DIST_ADD2_REV" > "HOLLight.hollight.DIST_ADD2_REV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1578
  "DIST_ADD2" > "HOLLight.hollight.DIST_ADD2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1579
  "DISJ_SYM" > "HOL.disj_comms_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1580
  "DISJ_ASSOC" > "Recdef.tfl_disj_assoc"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1581
  "DISJ_ACI" > "HOLLight.hollight.DISJ_ACI"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1582
  "DISJOINT_def" > "HOLLight.hollight.DISJOINT_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1583
  "DISJOINT_UNION" > "HOLLight.hollight.DISJOINT_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1584
  "DISJOINT_SYM" > "HOLLight.hollight.DISJOINT_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1585
  "DISJOINT_NUMSEG" > "HOLLight.hollight.DISJOINT_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1586
  "DISJOINT_INSERT" > "HOLLight.hollight.DISJOINT_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1587
  "DISJOINT_EMPTY_REFL" > "HOLLight.hollight.DISJOINT_EMPTY_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1588
  "DISJOINT_EMPTY" > "HOLLight.hollight.DISJOINT_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1589
  "DISJOINT_DELETE_SYM" > "HOLLight.hollight.DISJOINT_DELETE_SYM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1590
  "DIMINDEX_NONZERO" > "HOLLight.hollight.DIMINDEX_NONZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1591
  "DIMINDEX_HAS_SIZE_FINITE_SUM" > "HOLLight.hollight.DIMINDEX_HAS_SIZE_FINITE_SUM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1592
  "DIMINDEX_GE_1" > "HOLLight.hollight.DIMINDEX_GE_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1593
  "DIMINDEX_FINITE_SUM" > "HOLLight.hollight.DIMINDEX_FINITE_SUM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1594
  "DIMINDEX_FINITE_IMAGE" > "HOLLight.hollight.DIMINDEX_FINITE_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1595
  "DIFF_def" > "HOLLight.hollight.DIFF_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1596
  "DIFF_UNIV" > "HOLLight.hollight.DIFF_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1597
  "DIFF_INSERT" > "HOLLight.hollight.DIFF_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1598
  "DIFF_EQ_EMPTY" > "HOLLight.hollight.DIFF_EQ_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1599
  "DIFF_EMPTY" > "HOLLight.hollight.DIFF_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1600
  "DIFF_DIFF" > "HOLLight.hollight.DIFF_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1601
  "DEST_REC_INJ" > "HOLLight.hollight.recspace._dest_rec_inject"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1602
  "DELETE_def" > "HOLLight.hollight.DELETE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1603
  "DELETE_SUBSET" > "HOLLight.hollight.DELETE_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1604
  "DELETE_NON_ELEMENT" > "HOLLight.hollight.DELETE_NON_ELEMENT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1605
  "DELETE_INTER" > "HOLLight.hollight.DELETE_INTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1606
  "DELETE_INSERT" > "HOLLight.hollight.DELETE_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1607
  "DELETE_DELETE" > "HOLLight.hollight.DELETE_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1608
  "DELETE_COMM" > "HOLLight.hollight.DELETE_COMM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1609
  "DEF_~" > "HOL.simp_thms_19"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1610
  "DEF_two_2" > "HOLLight.hollight.DEF_two_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1611
  "DEF_two_1" > "HOLLight.hollight.DEF_two_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1612
  "DEF_treal_of_num" > "HOLLight.hollight.DEF_treal_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1613
  "DEF_treal_neg" > "HOLLight.hollight.DEF_treal_neg"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1614
  "DEF_treal_mul" > "HOLLight.hollight.DEF_treal_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1615
  "DEF_treal_le" > "HOLLight.hollight.DEF_treal_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1616
  "DEF_treal_inv" > "HOLLight.hollight.DEF_treal_inv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1617
  "DEF_treal_eq" > "HOLLight.hollight.DEF_treal_eq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1618
  "DEF_treal_add" > "HOLLight.hollight.DEF_treal_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1619
  "DEF_three_3" > "HOLLight.hollight.DEF_three_3"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1620
  "DEF_three_2" > "HOLLight.hollight.DEF_three_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1621
  "DEF_three_1" > "HOLLight.hollight.DEF_three_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1622
  "DEF_tailadmissible" > "HOLLight.hollight.DEF_tailadmissible"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1623
  "DEF_support" > "HOLLight.hollight.DEF_support"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1624
  "DEF_superadmissible" > "HOLLight.hollight.DEF_superadmissible"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1625
  "DEF_sum" > "HOLLight.hollight.DEF_sum"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1626
  "DEF_sndcart" > "HOLLight.hollight.DEF_sndcart"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1627
  "DEF_set_of_list" > "HOLLight.hollight.DEF_set_of_list"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1628
  "DEF_real_sub" > "HOLLight.hollight.DEF_real_sub"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1629
  "DEF_real_pow" > "HOLLight.hollight.DEF_real_pow"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1630
  "DEF_real_of_num" > "HOLLight.hollight.DEF_real_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1631
  "DEF_real_neg" > "HOLLight.hollight.DEF_real_neg"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1632
  "DEF_real_mul" > "HOLLight.hollight.DEF_real_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1633
  "DEF_real_min" > "HOLLight.hollight.DEF_real_min"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1634
  "DEF_real_max" > "HOLLight.hollight.DEF_real_max"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1635
  "DEF_real_lt" > "HOLLight.hollight.DEF_real_lt"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1636
  "DEF_real_le" > "HOLLight.hollight.DEF_real_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1637
  "DEF_real_inv" > "HOLLight.hollight.DEF_real_inv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1638
  "DEF_real_gt" > "HOLLight.hollight.DEF_real_gt"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1639
  "DEF_real_ge" > "HOLLight.hollight.DEF_real_ge"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1640
  "DEF_real_div" > "HOLLight.hollight.DEF_real_div"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1641
  "DEF_real_add" > "HOLLight.hollight.DEF_real_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1642
  "DEF_real_abs" > "HOLLight.hollight.DEF_real_abs"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1643
  "DEF_pastecart" > "HOLLight.hollight.DEF_pastecart"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1644
  "DEF_pairwise" > "HOLLight.hollight.DEF_pairwise"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1645
  "DEF_o" > "Fun.o_apply"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1646
  "DEF_nsum" > "HOLLight.hollight.DEF_nsum"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1647
  "DEF_neutral" > "HOLLight.hollight.DEF_neutral"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1648
  "DEF_nadd_rinv" > "HOLLight.hollight.DEF_nadd_rinv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1649
  "DEF_nadd_of_num" > "HOLLight.hollight.DEF_nadd_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1650
  "DEF_nadd_mul" > "HOLLight.hollight.DEF_nadd_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1651
  "DEF_nadd_le" > "HOLLight.hollight.DEF_nadd_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1652
  "DEF_nadd_inv" > "HOLLight.hollight.DEF_nadd_inv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1653
  "DEF_nadd_eq" > "HOLLight.hollight.DEF_nadd_eq"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1654
  "DEF_nadd_add" > "HOLLight.hollight.DEF_nadd_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1655
  "DEF_monoidal" > "HOLLight.hollight.DEF_monoidal"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1656
  "DEF_mod_real" > "HOLLight.hollight.DEF_mod_real"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1657
  "DEF_mod_nat" > "HOLLight.hollight.DEF_mod_nat"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1658
  "DEF_mod_int" > "HOLLight.hollight.DEF_mod_int"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1659
  "DEF_mk_pair" > "Product_Type.Pair_Rep_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1660
  "DEF_minimal" > "HOLLight.hollight.DEF_minimal"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1661
  "DEF_measure" > "HOLLight.hollight.DEF_measure"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1662
  "DEF_list_of_set" > "HOLLight.hollight.DEF_list_of_set"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1663
  "DEF_lambda" > "HOLLight.hollight.DEF_lambda"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1664
  "DEF_iterate" > "HOLLight.hollight.DEF_iterate"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1665
  "DEF_is_nadd" > "HOLLight.hollight.DEF_is_nadd"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1666
  "DEF_is_int" > "HOLLight.hollight.DEF_is_int"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1667
  "DEF_int_sub" > "HOLLight.hollight.DEF_int_sub"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1668
  "DEF_int_pow" > "HOLLight.hollight.DEF_int_pow"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1669
  "DEF_int_of_num" > "HOLLight.hollight.DEF_int_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1670
  "DEF_int_neg" > "HOLLight.hollight.DEF_int_neg"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1671
  "DEF_int_mul" > "HOLLight.hollight.DEF_int_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1672
  "DEF_int_min" > "HOLLight.hollight.DEF_int_min"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1673
  "DEF_int_max" > "HOLLight.hollight.DEF_int_max"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1674
  "DEF_int_lt" > "HOLLight.hollight.DEF_int_lt"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1675
  "DEF_int_le" > "HOLLight.hollight.DEF_int_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1676
  "DEF_int_gt" > "HOLLight.hollight.DEF_int_gt"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1677
  "DEF_int_ge" > "HOLLight.hollight.DEF_int_ge"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1678
  "DEF_int_add" > "HOLLight.hollight.DEF_int_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1679
  "DEF_int_abs" > "HOLLight.hollight.DEF_int_abs"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1680
  "DEF_hreal_of_num" > "HOLLight.hollight.DEF_hreal_of_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1681
  "DEF_hreal_mul" > "HOLLight.hollight.DEF_hreal_mul"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1682
  "DEF_hreal_le" > "HOLLight.hollight.DEF_hreal_le"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1683
  "DEF_hreal_inv" > "HOLLight.hollight.DEF_hreal_inv"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1684
  "DEF_hreal_add" > "HOLLight.hollight.DEF_hreal_add"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1685
  "DEF_fstcart" > "HOLLight.hollight.DEF_fstcart"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1686
  "DEF_finite_index" > "HOLLight.hollight.DEF_finite_index"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1687
  "DEF_dist" > "HOLLight.hollight.DEF_dist"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1688
  "DEF_dimindex" > "HOLLight.hollight.DEF_dimindex"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1689
  "DEF_admissible" > "HOLLight.hollight.DEF_admissible"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1690
  "DEF__star_" > "HOLLightCompat.mult_altdef"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1691
  "DEF__slash__backslash_" > "HOLLightCompat.light_and_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1692
  "DEF__questionmark__exclamationmark_" > "HOL4Compat.EXISTS_UNIQUE_DEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1693
  "DEF__questionmark_" > "HOL.Ex_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1694
  "DEF__lessthan__equal_" > "HOLLight.hollight.DEF__lessthan__equal_"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1695
  "DEF__lessthan_" > "HOLLight.hollight.DEF__lessthan_"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1696
  "DEF__greaterthan__equal_" > "HOLLight.hollight.DEF__greaterthan__equal_"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1697
  "DEF__greaterthan_" > "HOLLight.hollight.DEF__greaterthan_"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1698
  "DEF__exclamationmark_" > "HOL.All_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1699
  "DEF__equal__equal__greaterthan_" > "HOLLightCompat.light_imp_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1700
  "DEF__equal__equal_" > "HOLLight.hollight.DEF__equal__equal_"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1701
  "DEF__dot__dot_" > "HOLLight.hollight.DEF__dot__dot_"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1702
  "DEF__backslash__slash_" > "HOL.or_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1703
  "DEF__FALSITY_" > "HOLLight.hollight.DEF__FALSITY_"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1704
  "DEF__10328" > "HOLLight.hollight.DEF__10328"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1705
  "DEF__10327" > "HOLLight.hollight.DEF__10327"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1706
  "DEF__10326" > "HOLLight.hollight.DEF__10326"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1707
  "DEF__10303" > "HOLLight.hollight.DEF__10303"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1708
  "DEF__10302" > "HOLLight.hollight.DEF__10302"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1709
  "DEF_ZRECSPACE" > "HOLLight.hollight.DEF_ZRECSPACE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1710
  "DEF_ZIP" > "HOLLight.hollight.DEF_ZIP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1711
  "DEF_ZCONSTR" > "HOLLight.hollight.DEF_ZCONSTR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1712
  "DEF_ZBOT" > "HOLLight.hollight.DEF_ZBOT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1713
  "DEF_WF" > "HOLLight.hollight.DEF_WF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1714
  "DEF_UNIV" > "HOLLight.hollight.DEF_UNIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1715
  "DEF_UNIONS" > "HOLLight.hollight.DEF_UNIONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1716
  "DEF_UNION" > "HOLLight.hollight.DEF_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1717
  "DEF_UNCURRY" > "HOLLight.hollight.DEF_UNCURRY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1718
  "DEF_TL" > "HOLLight.hollight.DEF_TL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1719
  "DEF_T" > "HOL.True_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1720
  "DEF_SURJ" > "HOLLight.hollight.DEF_SURJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1721
  "DEF_SUBSET" > "HOLLight.hollight.DEF_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1722
  "DEF_SOME" > "HOLLight.hollight.DEF_SOME"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1723
  "DEF_SND" > "HOLLightCompat.snd_altdef"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1724
  "DEF_SING" > "HOLLight.hollight.DEF_SING"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1725
  "DEF_SETSPEC" > "HOLLight.hollight.DEF_SETSPEC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1726
  "DEF_REVERSE" > "HOLLight.hollight.DEF_REVERSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1727
  "DEF_REST" > "HOLLight.hollight.DEF_REST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1728
  "DEF_REPLICATE" > "HOLLight.hollight.DEF_REPLICATE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1729
  "DEF_PSUBSET" > "HOLLight.hollight.DEF_PSUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1730
  "DEF_PRE" > "HOLLightCompat.Pred_altdef"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1731
  "DEF_PASSOC" > "HOLLight.hollight.DEF_PASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1732
  "DEF_PAIRWISE" > "HOLLight.hollight.DEF_PAIRWISE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1733
  "DEF_OUTR" > "HOLLight.hollight.DEF_OUTR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1734
  "DEF_OUTL" > "HOLLight.hollight.DEF_OUTL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1735
  "DEF_ONTO" > "Fun.surj_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1736
  "DEF_ONE_ONE" > "HOL4Setup.ONE_ONE_DEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1737
  "DEF_ODD" > "HOLLight.hollight.DEF_ODD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1738
  "DEF_NUMSUM" > "HOLLight.hollight.DEF_NUMSUM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1739
  "DEF_NUMSND" > "HOLLight.hollight.DEF_NUMSND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1740
  "DEF_NUMRIGHT" > "HOLLight.hollight.DEF_NUMRIGHT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1741
  "DEF_NUMPAIR" > "HOLLight.hollight.DEF_NUMPAIR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1742
  "DEF_NUMLEFT" > "HOLLight.hollight.DEF_NUMLEFT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1743
  "DEF_NUMFST" > "HOLLight.hollight.DEF_NUMFST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1744
  "DEF_NUMERAL" > "HOLLightCompat.NUMERAL_rew"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1745
  "DEF_NULL" > "HOLLight.hollight.DEF_NULL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1746
  "DEF_NONE" > "HOLLight.hollight.DEF_NONE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1747
  "DEF_NIL" > "HOLLight.hollight.DEF_NIL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1748
  "DEF_MOD" > "HOLLight.hollight.DEF_MOD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1749
  "DEF_MEM" > "HOLLight.hollight.DEF_MEM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1750
  "DEF_MAP2" > "HOLLight.hollight.DEF_MAP2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1751
  "DEF_MAP" > "HOLLight.hollight.DEF_MAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1752
  "DEF_LET_END" > "HOLLight.hollight.DEF_LET_END"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1753
  "DEF_LET" > "HOL4Compat.LET_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1754
  "DEF_LENGTH" > "HOLLight.hollight.DEF_LENGTH"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1755
  "DEF_LAST" > "HOLLight.hollight.DEF_LAST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1756
  "DEF_ITSET" > "HOLLight.hollight.DEF_ITSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1757
  "DEF_ITLIST2" > "HOLLight.hollight.DEF_ITLIST2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1758
  "DEF_ITLIST" > "HOLLight.hollight.DEF_ITLIST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1759
  "DEF_ISO" > "HOLLight.hollight.DEF_ISO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1760
  "DEF_INTERS" > "HOLLight.hollight.DEF_INTERS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1761
  "DEF_INTER" > "HOLLight.hollight.DEF_INTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1762
  "DEF_INSERT" > "HOLLight.hollight.DEF_INSERT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1763
  "DEF_INJP" > "HOLLight.hollight.DEF_INJP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1764
  "DEF_INJN" > "HOLLight.hollight.DEF_INJN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1765
  "DEF_INJF" > "HOLLight.hollight.DEF_INJF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1766
  "DEF_INJA" > "HOLLight.hollight.DEF_INJA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1767
  "DEF_INJ" > "HOLLight.hollight.DEF_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1768
  "DEF_INFINITE" > "HOLLight.hollight.DEF_INFINITE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1769
  "DEF_IN" > "HOLLight.hollight.DEF_IN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1770
  "DEF_IMAGE" > "HOLLight.hollight.DEF_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1771
  "DEF_I" > "Fun.id_apply"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1772
  "DEF_HD" > "HOLLight.hollight.DEF_HD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1773
  "DEF_HAS_SIZE" > "HOLLight.hollight.DEF_HAS_SIZE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1774
  "DEF_GSPEC" > "HOLLight.hollight.DEF_GSPEC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1775
  "DEF_GEQ" > "HOLLight.hollight.DEF_GEQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1776
  "DEF_GABS" > "HOLLight.hollight.DEF_GABS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1777
  "DEF_FST" > "HOLLightCompat.fst_altdef"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1778
  "DEF_FNIL" > "HOLLight.hollight.DEF_FNIL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1779
  "DEF_FINREC" > "HOLLight.hollight.DEF_FINREC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1780
  "DEF_FINITE" > "HOLLight.hollight.DEF_FINITE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1781
  "DEF_FILTER" > "HOLLight.hollight.DEF_FILTER"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1782
  "DEF_FCONS" > "HOLLight.hollight.DEF_FCONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1783
  "DEF_FACT" > "HOLLight.hollight.DEF_FACT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1784
  "DEF_F" > "HOL.False_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1785
  "DEF_EXP" > "HOLLight.hollight.DEF_EXP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1786
  "DEF_EX" > "HOLLight.hollight.DEF_EX"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1787
  "DEF_EVEN" > "HOLLight.hollight.DEF_EVEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1788
  "DEF_EMPTY" > "HOLLight.hollight.DEF_EMPTY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1789
  "DEF_EL" > "HOLLight.hollight.DEF_EL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1790
  "DEF_DIV" > "HOLLight.hollight.DEF_DIV"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1791
  "DEF_DISJOINT" > "HOLLight.hollight.DEF_DISJOINT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1792
  "DEF_DIFF" > "HOLLight.hollight.DEF_DIFF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1793
  "DEF_DELETE" > "HOLLight.hollight.DEF_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1794
  "DEF_DECIMAL" > "HOLLight.hollight.DEF_DECIMAL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1795
  "DEF_CURRY" > "HOLLight.hollight.DEF_CURRY"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1796
  "DEF_COUNTABLE" > "HOLLight.hollight.DEF_COUNTABLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1797
  "DEF_CONSTR" > "HOLLight.hollight.DEF_CONSTR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1798
  "DEF_CONS" > "HOLLight.hollight.DEF_CONS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1799
  "DEF_COND" > "HOLLight.hollight.DEF_COND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1800
  "DEF_CHOICE" > "HOLLight.hollight.DEF_CHOICE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1801
  "DEF_CASEWISE" > "HOLLight.hollight.DEF_CASEWISE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1802
  "DEF_CARD_LT" > "HOLLight.hollight.DEF_CARD_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1803
  "DEF_CARD_LE" > "HOLLight.hollight.DEF_CARD_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1804
  "DEF_CARD_GT" > "HOLLight.hollight.DEF_CARD_GT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1805
  "DEF_CARD_GE" > "HOLLight.hollight.DEF_CARD_GE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1806
  "DEF_CARD_EQ" > "HOLLight.hollight.DEF_CARD_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1807
  "DEF_CARD" > "HOLLight.hollight.DEF_CARD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1808
  "DEF_BOTTOM" > "HOLLight.hollight.DEF_BOTTOM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1809
  "DEF_BIT1" > "HOLLightCompat.NUMERAL_BIT1_altdef"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1810
  "DEF_BIT0" > "HOLLightCompat.NUMERAL_BIT0_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1811
  "DEF_BIJ" > "HOLLight.hollight.DEF_BIJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1812
  "DEF_ASSOC" > "HOLLight.hollight.DEF_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1813
  "DEF_APPEND" > "HOLLight.hollight.DEF_APPEND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1814
  "DEF_ALL2" > "HOLLight.hollight.DEF_ALL2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1815
  "DEF_ALL" > "HOLLight.hollight.DEF_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1816
  "DEF_-" > "HOLLightCompat.sub_altdef"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1817
  "DEF_," > "Product_Type.Pair_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1818
  "DEF_+" > "HOLLightCompat.add_altdef"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1819
  "DEF_$" > "HOLLight.hollight.DEF_$"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1820
  "DECOMPOSITION" > "HOLLight.hollight.DECOMPOSITION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1821
  "DECIMAL_def" > "HOLLight.hollight.DECIMAL_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1822
  "CURRY_def" > "HOLLight.hollight.CURRY_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1823
  "COUNTABLE_def" > "HOLLight.hollight.COUNTABLE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1824
  "CONS_def" > "HOLLight.hollight.CONS_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1825
  "CONS_11" > "HOLLight.hollight.CONS_11"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1826
  "CONSTR_def" > "HOLLight.hollight.CONSTR_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1827
  "CONSTR_REC" > "HOLLight.hollight.CONSTR_REC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1828
  "CONSTR_INJ" > "HOLLight.hollight.CONSTR_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1829
  "CONSTR_IND" > "HOLLight.hollight.CONSTR_IND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1830
  "CONSTR_BOT" > "HOLLight.hollight.CONSTR_BOT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1831
  "CONJ_SYM" > "HOL.conj_comms_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1832
  "CONJ_ASSOC" > "HOL.conj_assoc"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1833
  "CONJ_ACI" > "HOLLight.hollight.CONJ_ACI"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1834
  "COND_def" > "HOLLight.hollight.COND_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1835
  "COND_RATOR" > "HOLLight.hollight.COND_RATOR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1836
  "COND_RAND" > "HOLLight.hollight.COND_RAND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1837
  "COND_ID" > "HOLLight.hollight.COND_ID"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1838
  "COND_EXPAND" > "HOLLight.hollight.COND_EXPAND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1839
  "COND_EQ_CLAUSE" > "HOLLight.hollight.COND_EQ_CLAUSE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1840
  "COND_ELIM_THM" > "HOLLight.hollight.COND_ELIM_THM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1841
  "COND_CLAUSES" > "HOLLight.hollight.COND_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1842
  "COND_ABS" > "HOLLight.hollight.COND_ABS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1843
  "COMPONENT" > "HOLLight.hollight.COMPONENT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1844
  "CHOOSE_SUBSET" > "HOLLight.hollight.CHOOSE_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1845
  "CHOICE_def" > "HOLLight.hollight.CHOICE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1846
  "CHOICE_DEF" > "HOLLight.hollight.CHOICE_DEF"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1847
  "CASEWISE_def" > "HOLLight.hollight.CASEWISE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1848
  "CASEWISE_WORKS" > "HOLLight.hollight.CASEWISE_WORKS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1849
  "CASEWISE_CASES" > "HOLLight.hollight.CASEWISE_CASES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1850
  "CASEWISE" > "HOLLight.hollight.CASEWISE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1851
  "CART_EQ" > "HOLLight.hollight.CART_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1852
  "CARD_def" > "HOLLight.hollight.CARD_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1853
  "CARD_UNION_LE" > "HOLLight.hollight.CARD_UNION_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1854
  "CARD_UNION_EQ" > "HOLLight.hollight.CARD_UNION_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1855
  "CARD_UNIONS_LE" > "HOLLight.hollight.CARD_UNIONS_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1856
  "CARD_UNION" > "HOLLight.hollight.CARD_UNION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1857
  "CARD_SUBSET_LE" > "HOLLight.hollight.CARD_SUBSET_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1858
  "CARD_SUBSET_EQ" > "HOLLight.hollight.CARD_SUBSET_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1859
  "CARD_SUBSET" > "HOLLight.hollight.CARD_SUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1860
  "CARD_PSUBSET" > "HOLLight.hollight.CARD_PSUBSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1861
  "CARD_PRODUCT" > "HOLLight.hollight.CARD_PRODUCT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1862
  "CARD_POWERSET" > "HOLLight.hollight.CARD_POWERSET"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1863
  "CARD_NUMSEG_LT" > "HOLLight.hollight.CARD_NUMSEG_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1864
  "CARD_NUMSEG_LEMMA" > "HOLLight.hollight.CARD_NUMSEG_LEMMA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1865
  "CARD_NUMSEG_LE" > "HOLLight.hollight.CARD_NUMSEG_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1866
  "CARD_NUMSEG_1" > "HOLLight.hollight.CARD_NUMSEG_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1867
  "CARD_NUMSEG" > "HOLLight.hollight.CARD_NUMSEG"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1868
  "CARD_LT_def" > "HOLLight.hollight.CARD_LT_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1869
  "CARD_LE_def" > "HOLLight.hollight.CARD_LE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1870
  "CARD_LE_INJ" > "HOLLight.hollight.CARD_LE_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1871
  "CARD_IMAGE_LE" > "HOLLight.hollight.CARD_IMAGE_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1872
  "CARD_IMAGE_INJ" > "HOLLight.hollight.CARD_IMAGE_INJ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1873
  "CARD_GT_def" > "HOLLight.hollight.CARD_GT_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1874
  "CARD_GE_def" > "HOLLight.hollight.CARD_GE_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1875
  "CARD_GE_TRANS" > "HOLLight.hollight.CARD_GE_TRANS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1876
  "CARD_GE_REFL" > "HOLLight.hollight.CARD_GE_REFL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1877
  "CARD_FUNSPACE" > "HOLLight.hollight.CARD_FUNSPACE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1878
  "CARD_FINITE_IMAGE" > "HOLLight.hollight.CARD_FINITE_IMAGE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1879
  "CARD_EQ_def" > "HOLLight.hollight.CARD_EQ_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1880
  "CARD_EQ_SUM" > "HOLLight.hollight.CARD_EQ_SUM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1881
  "CARD_EQ_NSUM" > "HOLLight.hollight.CARD_EQ_NSUM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1882
  "CARD_EQ_0" > "HOLLight.hollight.CARD_EQ_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1883
  "CARD_DELETE" > "HOLLight.hollight.CARD_DELETE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1884
  "CARD_CLAUSES" > "HOLLight.hollight.CARD_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1885
  "BOUNDS_NOTZERO" > "HOLLight.hollight.BOUNDS_NOTZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1886
  "BOUNDS_LINEAR_0" > "HOLLight.hollight.BOUNDS_LINEAR_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1887
  "BOUNDS_LINEAR" > "HOLLight.hollight.BOUNDS_LINEAR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1888
  "BOUNDS_IGNORE" > "HOLLight.hollight.BOUNDS_IGNORE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1889
  "BOUNDS_DIVIDED" > "HOLLight.hollight.BOUNDS_DIVIDED"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1890
  "BOTTOM_def" > "HOLLight.hollight.BOTTOM_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1891
  "BOOL_CASES_AX" > "Datatype.bool.nchotomy"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1892
  "BIT1_THM" > "HOLLightCompat.NUMERAL_BIT1_altdef"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1893
  "BIT0_THM" > "HOLLightCompat.NUMERAL_BIT0_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1894
  "BIJ_def" > "HOLLight.hollight.BIJ_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1895
  "BETA_THM" > "Presburger.fm_modd_pinf"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1896
  "ASSOC_def" > "HOLLight.hollight.ASSOC_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1897
  "ARITH_ZERO" > "HOLLight.hollight.ARITH_ZERO"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1898
  "ARITH_SUC" > "HOLLight.hollight.ARITH_SUC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1899
  "ARITH_SUB" > "HOLLight.hollight.ARITH_SUB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1900
  "ARITH_PRE" > "HOLLight.hollight.ARITH_PRE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1901
  "ARITH_ODD" > "HOLLight.hollight.ARITH_ODD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1902
  "ARITH_MULT" > "HOLLight.hollight.ARITH_MULT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1903
  "ARITH_LT" > "HOLLight.hollight.ARITH_LT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1904
  "ARITH_LE" > "HOLLight.hollight.ARITH_LE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1905
  "ARITH_EXP" > "HOLLight.hollight.ARITH_EXP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1906
  "ARITH_EVEN" > "HOLLight.hollight.ARITH_EVEN"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1907
  "ARITH_EQ" > "HOLLight.hollight.ARITH_EQ"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1908
  "ARITH_ADD" > "HOLLight.hollight.ARITH_ADD"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1909
  "APPEND_def" > "HOLLight.hollight.APPEND_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1910
  "APPEND_NIL" > "HOLLight.hollight.APPEND_NIL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1911
  "APPEND_EQ_NIL" > "HOLLight.hollight.APPEND_EQ_NIL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1912
  "APPEND_ASSOC" > "HOLLight.hollight.APPEND_ASSOC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1913
  "AND_FORALL_THM" > "HOL.all_conj_distrib"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1914
  "AND_CLAUSES" > "HOLLight.hollight.AND_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1915
  "AND_ALL2" > "HOLLight.hollight.AND_ALL2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1916
  "AND_ALL" > "HOLLight.hollight.AND_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1917
  "ALL_list_def" > "HOLLight.hollight.ALL_list_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1918
  "ALL_T" > "HOLLight.hollight.ALL_T"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1919
  "ALL_MP" > "HOLLight.hollight.ALL_MP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1920
  "ALL_MEM" > "HOLLight.hollight.ALL_MEM"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1921
  "ALL_MAP" > "HOLLight.hollight.ALL_MAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1922
  "ALL_IMP" > "HOLLight.hollight.ALL_IMP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1923
  "ALL_APPEND" > "HOLLight.hollight.ALL_APPEND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1924
  "ALL2_def" > "HOLLight.hollight.ALL2_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1925
  "ALL2_MAP2" > "HOLLight.hollight.ALL2_MAP2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1926
  "ALL2_MAP" > "HOLLight.hollight.ALL2_MAP"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1927
  "ALL2_AND_RIGHT" > "HOLLight.hollight.ALL2_AND_RIGHT"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1928
  "ALL2_ALL" > "HOLLight.hollight.ALL2_ALL"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1929
  "ALL2" > "HOLLight.hollight.ALL2"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1930
  "ADMISSIBLE_SUM" > "HOLLight.hollight.ADMISSIBLE_SUM"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1931
  "ADMISSIBLE_NSUM" > "HOLLight.hollight.ADMISSIBLE_NSUM"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1932
  "ADMISSIBLE_NEST" > "HOLLight.hollight.ADMISSIBLE_NEST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1933
  "ADMISSIBLE_LAMBDA" > "HOLLight.hollight.ADMISSIBLE_LAMBDA"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1934
  "ADMISSIBLE_IMP_SUPERADMISSIBLE" > "HOLLight.hollight.ADMISSIBLE_IMP_SUPERADMISSIBLE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1935
  "ADMISSIBLE_CONST" > "HOLLight.hollight.ADMISSIBLE_CONST"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1936
  "ADMISSIBLE_COND" > "HOLLight.hollight.ADMISSIBLE_COND"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1937
  "ADMISSIBLE_COMB" > "HOLLight.hollight.ADMISSIBLE_COMB"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1938
  "ADMISSIBLE_BASE" > "HOLLight.hollight.ADMISSIBLE_BASE"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1939
  "ADD_SYM" > "Finite_Set.AC_add.f.AC_2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1940
  "ADD_SUC" > "Nat.add_Suc_right"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1941
  "ADD_SUBR2" > "Nat.diff_add_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1942
  "ADD_SUBR" > "HOLLight.hollight.ADD_SUBR"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1943
  "ADD_SUB2" > "Nat.diff_add_inverse"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1944
  "ADD_SUB" > "Nat.diff_add_inverse2"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1945
  "ADD_EQ_0" > "Nat.add_is_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1946
  "ADD_CLAUSES" > "HOLLight.hollight.ADD_CLAUSES"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1947
  "ADD_ASSOC" > "Finite_Set.AC_add.f.AC_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1948
  "ADD_AC" > "HOLLight.hollight.ADD_AC"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1949
  "ADD_0" > "Presburger.add_right_zero"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1950
  "ADD1" > "HOLLight.hollight.ADD1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1951
  "ABS_SIMP" > "Presburger.fm_modd_pinf"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1952
  "ABSORPTION" > "HOLLight.hollight.ABSORPTION"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1953
  ">_def" > "HOLLight.hollight.>_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1954
  ">=_def" > "HOLLight.hollight.>=_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1955
  "<_def" > "HOLLight.hollight.<_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1956
  "<=_def" > "HOLLight.hollight.<=_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1957
  "$_def" > "HOLLight.hollight.$_def"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1958
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1959
ignore_thms
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1960
  "TYDEF_sum"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1961
  "TYDEF_prod"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1962
  "TYDEF_num"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1963
  "TYDEF_1"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1964
  "IND_SUC_0_EXISTS"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1965
  "DEF_one"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1966
  "DEF__0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1967
  "DEF_SUC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1968
  "DEF_NUM_REP"
19093
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1969
  "DEF_INR"
6d584f9d2021 use monomorphic sequences / scanners
obua
parents: 17644
diff changeset
  1970
  "DEF_INL"
17644
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1971
  "DEF_IND_SUC"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1972
  "DEF_IND_0"
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1973
bd59bfd4bf37 fixed disambiguation problem
obua
parents:
diff changeset
  1974
end