src/HOL/Import/HOL/res_quan.imp
author wenzelm
Mon, 16 Mar 2009 18:24:30 +0100
changeset 30549 d2d7874648bd
parent 14516 a183dec876ab
permissions -rw-r--r--
simplified method setup;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14516
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     1
import
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     2
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     3
import_segment "hol4"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     4
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     5
thm_maps
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     6
  "RES_SELECT_UNIV" > "HOL4Vec.res_quan.RES_SELECT_UNIV"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     7
  "RES_SELECT_EMPTY" > "HOL4Vec.res_quan.RES_SELECT_EMPTY"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     8
  "RES_SELECT" > "HOL4Base.bool.RES_SELECT_DEF"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
     9
  "RES_FORALL_UNIV" > "HOL4Vec.res_quan.RES_FORALL_UNIV"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    10
  "RES_FORALL_UNIQUE" > "HOL4Vec.res_quan.RES_FORALL_UNIQUE"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    11
  "RES_FORALL_REORDER" > "HOL4Vec.res_quan.RES_FORALL_REORDER"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    12
  "RES_FORALL_NULL" > "HOL4Vec.res_quan.RES_FORALL_NULL"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    13
  "RES_FORALL_FORALL" > "HOL4Vec.res_quan.RES_FORALL_FORALL"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    14
  "RES_FORALL_EMPTY" > "HOL4Vec.res_quan.RES_FORALL_EMPTY"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    15
  "RES_FORALL_DISJ_DIST" > "HOL4Vec.res_quan.RES_FORALL_DISJ_DIST"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    16
  "RES_FORALL_CONJ_DIST" > "HOL4Vec.res_quan.RES_FORALL_CONJ_DIST"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    17
  "RES_FORALL" > "HOL4Base.bool.RES_FORALL_DEF"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    18
  "RES_EXISTS_UNIV" > "HOL4Vec.res_quan.RES_EXISTS_UNIV"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    19
  "RES_EXISTS_UNIQUE_UNIV" > "HOL4Vec.res_quan.RES_EXISTS_UNIQUE_UNIV"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    20
  "RES_EXISTS_UNIQUE_NULL" > "HOL4Vec.res_quan.RES_EXISTS_UNIQUE_NULL"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    21
  "RES_EXISTS_UNIQUE_EMPTY" > "HOL4Vec.res_quan.RES_EXISTS_UNIQUE_EMPTY"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    22
  "RES_EXISTS_UNIQUE_ALT" > "HOL4Vec.res_quan.RES_EXISTS_UNIQUE_ALT"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    23
  "RES_EXISTS_UNIQUE" > "HOL4Base.bool.RES_EXISTS_UNIQUE_DEF"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    24
  "RES_EXISTS_REORDER" > "HOL4Vec.res_quan.RES_EXISTS_REORDER"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    25
  "RES_EXISTS_NULL" > "HOL4Vec.res_quan.RES_EXISTS_NULL"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    26
  "RES_EXISTS_EQUAL" > "HOL4Vec.res_quan.RES_EXISTS_EQUAL"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    27
  "RES_EXISTS_EMPTY" > "HOL4Vec.res_quan.RES_EXISTS_EMPTY"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    28
  "RES_EXISTS_DISJ_DIST" > "HOL4Vec.res_quan.RES_EXISTS_DISJ_DIST"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    29
  "RES_EXISTS_ALT" > "HOL4Vec.res_quan.RES_EXISTS_ALT"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    30
  "RES_EXISTS" > "HOL4Base.bool.RES_EXISTS_DEF"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    31
  "RES_DISJ_EXISTS_DIST" > "HOL4Vec.res_quan.RES_DISJ_EXISTS_DIST"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    32
  "RES_ABSTRACT_IDEMPOT" > "HOL4Vec.res_quan.RES_ABSTRACT_IDEMPOT"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    33
  "RES_ABSTRACT_EQUAL_EQ" > "HOL4Vec.res_quan.RES_ABSTRACT_EQUAL_EQ"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    34
  "RES_ABSTRACT_EQUAL" > "HOL4Vec.res_quan.RES_ABSTRACT_EQUAL"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    35
  "RES_ABSTRACT" > "HOL4Vec.res_quan.RES_ABSTRACT"
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    36
a183dec876ab Added HOL proof importer.
skalberg
parents:
diff changeset
    37
end