src/ZF/ex/misc.thy
author paulson
Mon, 21 Jul 2003 13:02:07 +0200
changeset 14120 3a73850c6c7d
parent 13339 0f89104dd377
child 16417 9bc16273c2d4
permissions -rw-r--r--
Tidied some examples
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
     1
(*  Title:      ZF/ex/misc.ML
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
     2
    ID:         $Id$
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
     4
    Copyright   1993  University of Cambridge
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
     5
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
     6
Composition of homomorphisms, Pastre's examples, ...
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
     7
*)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
     8
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
     9
header{*Miscellaneous ZF Examples*}
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    10
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    11
theory misc = Main:
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    12
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    13
subsection{*Various Small Problems*}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    14
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    15
text{*A weird property of ordered pairs.*}
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    16
lemma "b\<noteq>c ==> <a,b> Int <a,c> = <a,a>"
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    17
by (simp add: Pair_def Int_cons_left Int_cons_right doubleton_eq_iff, blast)
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    18
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    19
text{*These two are cited in Benzmueller and Kohlhase's system description of
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    20
 LEO, CADE-15, 1998 (page 139-143) as theorems LEO could not prove.*}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    21
lemma "(X = Y Un Z) <-> (Y \<subseteq> X & Z \<subseteq> X & (\<forall>V. Y \<subseteq> V & Z \<subseteq> V --> X \<subseteq> V))"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    22
by (blast intro!: equalityI)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    23
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    24
text{*the dual of the previous one}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    25
lemma "(X = Y Int Z) <-> (X \<subseteq> Y & X \<subseteq> Z & (\<forall>V. V \<subseteq> Y & V \<subseteq> Z --> V \<subseteq> X))"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    26
by (blast intro!: equalityI)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    27
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    28
text{*trivial example of term synthesis: apparently hard for some provers!}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    29
lemma "a \<noteq> b ==> a:?X & b \<notin> ?X"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    30
by blast
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    31
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    32
text{*Nice Blast_tac benchmark.  Proved in 0.3s; old tactics can't manage it!}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    33
lemma "\<forall>x \<in> S. \<forall>y \<in> S. x \<subseteq> y ==> \<exists>z. S \<subseteq> {z}"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    34
by blast
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    35
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    36
text{*variant of the benchmark above}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    37
lemma "\<forall>x \<in> S. Union(S) \<subseteq> x ==> \<exists>z. S \<subseteq> {z}"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    38
by blast
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    39
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    40
(*Example 12 (credited to Peter Andrews) from
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    41
 W. Bledsoe.  A Maximal Method for Set Variables in Automatic Theorem-proving.
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    42
 In: J. Hayes and D. Michie and L. Mikulich, eds.  Machine Intelligence 9.
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    43
 Ellis Horwood, 53-100 (1979). *)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    44
lemma "(\<forall>F. {x} \<in> F --> {y} \<in> F) --> (\<forall>A. x \<in> A --> y \<in> A)"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    45
by best
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    46
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    47
text{*A characterization of functions suggested by Tobias Nipkow*}
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    48
lemma "r \<in> domain(r)->B  <->  r \<subseteq> domain(r)*B & (\<forall>X. r `` (r -`` X) \<subseteq> X)"
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    49
by (unfold Pi_def function_def, best)
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    50
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    51
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    52
subsection{*Composition of homomorphisms is a Homomorphism*}
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    53
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    54
text{*Given as a challenge problem in
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    55
  R. Boyer et al.,
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    56
  Set Theory in First-Order Logic: Clauses for G\"odel's Axioms,
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    57
  JAR 2 (1986), 287-327 *}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    58
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    59
text{*collecting the relevant lemmas}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    60
declare comp_fun [simp] SigmaI [simp] apply_funtype [simp]
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    61
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    62
(*Force helps prove conditions of rewrites such as comp_fun_apply, since
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    63
  rewriting does not instantiate Vars.*)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    64
lemma "(\<forall>A f B g. hom(A,f,B,g) =  
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    65
           {H \<in> A->B. f \<in> A*A->A & g \<in> B*B->B &  
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    66
                     (\<forall>x \<in> A. \<forall>y \<in> A. H`(f`<x,y>) = g`<H`x,H`y>)}) -->  
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    67
       J \<in> hom(A,f,B,g) & K \<in> hom(B,g,C,h) -->   
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    68
       (K O J) \<in> hom(A,f,C,h)"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    69
by force
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    70
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    71
text{*Another version, with meta-level rewriting}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    72
lemma "(!! A f B g. hom(A,f,B,g) ==  
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    73
           {H \<in> A->B. f \<in> A*A->A & g \<in> B*B->B &  
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    74
                     (\<forall>x \<in> A. \<forall>y \<in> A. H`(f`<x,y>) = g`<H`x,H`y>)}) 
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    75
       ==> J \<in> hom(A,f,B,g) & K \<in> hom(B,g,C,h) --> (K O J) \<in> hom(A,f,C,h)"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    76
by force
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    77
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    78
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    79
subsection{*Pastre's Examples*}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    80
14120
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    81
text{*D Pastre.  Automatic theorem proving in set theory. 
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    82
        Artificial Intelligence, 10:1--27, 1978.
3a73850c6c7d Tidied some examples
paulson
parents: 13339
diff changeset
    83
Previously, these were done using ML code, but blast manages fine.*}
11399
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    84
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    85
lemmas compIs [intro] = comp_surj comp_inj comp_fun [intro]
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    86
lemmas compDs [dest] =  comp_mem_injD1 comp_mem_surjD1 
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    87
                        comp_mem_injD2 comp_mem_surjD2
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    88
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    89
lemma pastre1: 
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    90
    "[| (h O g O f) \<in> inj(A,A);           
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    91
        (f O h O g) \<in> surj(B,B);          
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    92
        (g O f O h) \<in> surj(C,C);          
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    93
        f \<in> A->B;  g \<in> B->C;  h \<in> C->A |] ==> h \<in> bij(C,A)";
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    94
by (unfold bij_def, blast)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    95
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    96
lemma pastre3: 
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    97
    "[| (h O g O f) \<in> surj(A,A);          
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    98
        (f O h O g) \<in> surj(B,B);          
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
    99
        (g O f O h) \<in> inj(C,C);           
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   100
        f \<in> A->B;  g \<in> B->C;  h \<in> C->A |] ==> h \<in> bij(C,A)"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   101
by (unfold bij_def, blast)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   102
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   103
lemma pastre4: 
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   104
    "[| (h O g O f) \<in> surj(A,A);          
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   105
        (f O h O g) \<in> inj(B,B);           
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   106
        (g O f O h) \<in> inj(C,C);           
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   107
        f \<in> A->B;  g \<in> B->C;  h \<in> C->A |] ==> h \<in> bij(C,A)"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   108
by (unfold bij_def, blast)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   109
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   110
lemma pastre5: 
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   111
    "[| (h O g O f) \<in> inj(A,A);           
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   112
        (f O h O g) \<in> surj(B,B);          
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   113
        (g O f O h) \<in> inj(C,C);           
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   114
        f \<in> A->B;  g \<in> B->C;  h \<in> C->A |] ==> h \<in> bij(C,A)"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   115
by (unfold bij_def, blast)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   116
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   117
lemma pastre6: 
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   118
    "[| (h O g O f) \<in> inj(A,A);           
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   119
        (f O h O g) \<in> inj(B,B);           
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   120
        (g O f O h) \<in> surj(C,C);          
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   121
        f \<in> A->B;  g \<in> B->C;  h \<in> C->A |] ==> h \<in> bij(C,A)"
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   122
by (unfold bij_def, blast)
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   123
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   124
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   125
end
1605aeb98fd5 two Isar tactic scripts
paulson
parents:
diff changeset
   126