| author | nipkow | 
| Thu, 09 Dec 2021 08:32:29 +0100 | |
| changeset 74888 | 1c50ddcf6a01 | 
| parent 74865 | b5031a8f7718 | 
| child 74975 | 5d3a846bccf8 | 
| permissions | -rw-r--r-- | 
| 10358 | 1 | (* Title: HOL/Relation.thy | 
| 63612 | 2 | Author: Lawrence C Paulson, Cambridge University Computer Laboratory | 
| 3 | Author: Stefan Berghofer, TU Muenchen | |
| 1128 
64b30e3cc6d4
Trancl is now based on Relation which used to be in Integ.
 nipkow parents: diff
changeset | 4 | *) | 
| 
64b30e3cc6d4
Trancl is now based on Relation which used to be in Integ.
 nipkow parents: diff
changeset | 5 | |
| 60758 | 6 | section \<open>Relations -- as sets of pairs, and binary predicates\<close> | 
| 12905 | 7 | |
| 15131 | 8 | theory Relation | 
| 63612 | 9 | imports Finite_Set | 
| 15131 | 10 | begin | 
| 5978 
fa2c2dd74f8c
moved diag (diagonal relation) from Univ to Relation
 paulson parents: 
5608diff
changeset | 11 | |
| 60758 | 12 | text \<open>A preliminary: classical rules for reasoning on predicates\<close> | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 13 | |
| 46882 | 14 | declare predicate1I [Pure.intro!, intro!] | 
| 15 | declare predicate1D [Pure.dest, dest] | |
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 16 | declare predicate2I [Pure.intro!, intro!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 17 | declare predicate2D [Pure.dest, dest] | 
| 63404 | 18 | declare bot1E [elim!] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 19 | declare bot2E [elim!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 20 | declare top1I [intro!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 21 | declare top2I [intro!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 22 | declare inf1I [intro!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 23 | declare inf2I [intro!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 24 | declare inf1E [elim!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 25 | declare inf2E [elim!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 26 | declare sup1I1 [intro?] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 27 | declare sup2I1 [intro?] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 28 | declare sup1I2 [intro?] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 29 | declare sup2I2 [intro?] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 30 | declare sup1E [elim!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 31 | declare sup2E [elim!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 32 | declare sup1CI [intro!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 33 | declare sup2CI [intro!] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 34 | declare Inf1_I [intro!] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 35 | declare INF1_I [intro!] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 36 | declare Inf2_I [intro!] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 37 | declare INF2_I [intro!] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 38 | declare Inf1_D [elim] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 39 | declare INF1_D [elim] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 40 | declare Inf2_D [elim] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 41 | declare INF2_D [elim] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 42 | declare Inf1_E [elim] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 43 | declare INF1_E [elim] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 44 | declare Inf2_E [elim] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 45 | declare INF2_E [elim] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 46 | declare Sup1_I [intro] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 47 | declare SUP1_I [intro] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 48 | declare Sup2_I [intro] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 49 | declare SUP2_I [intro] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 50 | declare Sup1_E [elim!] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 51 | declare SUP1_E [elim!] | 
| 56742 
678a52e676b6
more complete classical rules for Inf and Sup, modelled after theiry counterparts on Inter and Union (and INF and SUP)
 haftmann parents: 
56545diff
changeset | 52 | declare Sup2_E [elim!] | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 53 | declare SUP2_E [elim!] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 54 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 55 | |
| 60758 | 56 | subsection \<open>Fundamental\<close> | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 57 | |
| 60758 | 58 | subsubsection \<open>Relations as sets of pairs\<close> | 
| 46694 | 59 | |
| 63404 | 60 | type_synonym 'a rel = "('a \<times> 'a) set"
 | 
| 46694 | 61 | |
| 63404 | 62 | lemma subrelI: "(\<And>x y. (x, y) \<in> r \<Longrightarrow> (x, y) \<in> s) \<Longrightarrow> r \<subseteq> s" | 
| 63 |   \<comment> \<open>Version of @{thm [source] subsetI} for binary relations\<close>
 | |
| 46694 | 64 | by auto | 
| 65 | ||
| 63404 | 66 | lemma lfp_induct2: | 
| 46694 | 67 | "(a, b) \<in> lfp f \<Longrightarrow> mono f \<Longrightarrow> | 
| 68 |     (\<And>a b. (a, b) \<in> f (lfp f \<inter> {(x, y). P x y}) \<Longrightarrow> P a b) \<Longrightarrow> P a b"
 | |
| 63404 | 69 |   \<comment> \<open>Version of @{thm [source] lfp_induct} for binary relations\<close>
 | 
| 55414 
eab03e9cee8a
renamed '{prod,sum,bool,unit}_case' to 'case_...'
 blanchet parents: 
55096diff
changeset | 70 | using lfp_induct_set [of "(a, b)" f "case_prod P"] by auto | 
| 46694 | 71 | |
| 72 | ||
| 60758 | 73 | subsubsection \<open>Conversions between set and predicate relations\<close> | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 74 | |
| 46833 | 75 | lemma pred_equals_eq [pred_set_conv]: "(\<lambda>x. x \<in> R) = (\<lambda>x. x \<in> S) \<longleftrightarrow> R = S" | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 76 | by (simp add: set_eq_iff fun_eq_iff) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 77 | |
| 46833 | 78 | lemma pred_equals_eq2 [pred_set_conv]: "(\<lambda>x y. (x, y) \<in> R) = (\<lambda>x y. (x, y) \<in> S) \<longleftrightarrow> R = S" | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 79 | by (simp add: set_eq_iff fun_eq_iff) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 80 | |
| 46833 | 81 | lemma pred_subset_eq [pred_set_conv]: "(\<lambda>x. x \<in> R) \<le> (\<lambda>x. x \<in> S) \<longleftrightarrow> R \<subseteq> S" | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 82 | by (simp add: subset_iff le_fun_def) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 83 | |
| 46833 | 84 | lemma pred_subset_eq2 [pred_set_conv]: "(\<lambda>x y. (x, y) \<in> R) \<le> (\<lambda>x y. (x, y) \<in> S) \<longleftrightarrow> R \<subseteq> S" | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 85 | by (simp add: subset_iff le_fun_def) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 86 | |
| 46883 
eec472dae593
tuned pred_set_conv lemmas. Skipped lemmas changing the lemmas generated by inductive_set
 noschinl parents: 
46882diff
changeset | 87 | lemma bot_empty_eq [pred_set_conv]: "\<bottom> = (\<lambda>x. x \<in> {})"
 | 
| 46689 | 88 | by (auto simp add: fun_eq_iff) | 
| 89 | ||
| 46883 
eec472dae593
tuned pred_set_conv lemmas. Skipped lemmas changing the lemmas generated by inductive_set
 noschinl parents: 
46882diff
changeset | 90 | lemma bot_empty_eq2 [pred_set_conv]: "\<bottom> = (\<lambda>x y. (x, y) \<in> {})"
 | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 91 | by (auto simp add: fun_eq_iff) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 92 | |
| 46883 
eec472dae593
tuned pred_set_conv lemmas. Skipped lemmas changing the lemmas generated by inductive_set
 noschinl parents: 
46882diff
changeset | 93 | lemma top_empty_eq [pred_set_conv]: "\<top> = (\<lambda>x. x \<in> UNIV)" | 
| 
eec472dae593
tuned pred_set_conv lemmas. Skipped lemmas changing the lemmas generated by inductive_set
 noschinl parents: 
46882diff
changeset | 94 | by (auto simp add: fun_eq_iff) | 
| 46689 | 95 | |
| 46883 
eec472dae593
tuned pred_set_conv lemmas. Skipped lemmas changing the lemmas generated by inductive_set
 noschinl parents: 
46882diff
changeset | 96 | lemma top_empty_eq2 [pred_set_conv]: "\<top> = (\<lambda>x y. (x, y) \<in> UNIV)" | 
| 
eec472dae593
tuned pred_set_conv lemmas. Skipped lemmas changing the lemmas generated by inductive_set
 noschinl parents: 
46882diff
changeset | 97 | by (auto simp add: fun_eq_iff) | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 98 | |
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 99 | lemma inf_Int_eq [pred_set_conv]: "(\<lambda>x. x \<in> R) \<sqinter> (\<lambda>x. x \<in> S) = (\<lambda>x. x \<in> R \<inter> S)" | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 100 | by (simp add: inf_fun_def) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 101 | |
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 102 | lemma inf_Int_eq2 [pred_set_conv]: "(\<lambda>x y. (x, y) \<in> R) \<sqinter> (\<lambda>x y. (x, y) \<in> S) = (\<lambda>x y. (x, y) \<in> R \<inter> S)" | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 103 | by (simp add: inf_fun_def) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 104 | |
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 105 | lemma sup_Un_eq [pred_set_conv]: "(\<lambda>x. x \<in> R) \<squnion> (\<lambda>x. x \<in> S) = (\<lambda>x. x \<in> R \<union> S)" | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 106 | by (simp add: sup_fun_def) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 107 | |
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 108 | lemma sup_Un_eq2 [pred_set_conv]: "(\<lambda>x y. (x, y) \<in> R) \<squnion> (\<lambda>x y. (x, y) \<in> S) = (\<lambda>x y. (x, y) \<in> R \<union> S)" | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 109 | by (simp add: sup_fun_def) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 110 | |
| 46981 | 111 | lemma INF_INT_eq [pred_set_conv]: "(\<Sqinter>i\<in>S. (\<lambda>x. x \<in> r i)) = (\<lambda>x. x \<in> (\<Inter>i\<in>S. r i))" | 
| 112 | by (simp add: fun_eq_iff) | |
| 113 | ||
| 114 | lemma INF_INT_eq2 [pred_set_conv]: "(\<Sqinter>i\<in>S. (\<lambda>x y. (x, y) \<in> r i)) = (\<lambda>x y. (x, y) \<in> (\<Inter>i\<in>S. r i))" | |
| 115 | by (simp add: fun_eq_iff) | |
| 116 | ||
| 117 | lemma SUP_UN_eq [pred_set_conv]: "(\<Squnion>i\<in>S. (\<lambda>x. x \<in> r i)) = (\<lambda>x. x \<in> (\<Union>i\<in>S. r i))" | |
| 118 | by (simp add: fun_eq_iff) | |
| 119 | ||
| 120 | lemma SUP_UN_eq2 [pred_set_conv]: "(\<Squnion>i\<in>S. (\<lambda>x y. (x, y) \<in> r i)) = (\<lambda>x y. (x, y) \<in> (\<Union>i\<in>S. r i))" | |
| 121 | by (simp add: fun_eq_iff) | |
| 122 | ||
| 69275 | 123 | lemma Inf_INT_eq [pred_set_conv]: "\<Sqinter>S = (\<lambda>x. x \<in> (\<Inter>(Collect ` S)))" | 
| 46884 | 124 | by (simp add: fun_eq_iff) | 
| 46833 | 125 | |
| 126 | lemma INF_Int_eq [pred_set_conv]: "(\<Sqinter>i\<in>S. (\<lambda>x. x \<in> i)) = (\<lambda>x. x \<in> \<Inter>S)" | |
| 46884 | 127 | by (simp add: fun_eq_iff) | 
| 46833 | 128 | |
| 69275 | 129 | lemma Inf_INT_eq2 [pred_set_conv]: "\<Sqinter>S = (\<lambda>x y. (x, y) \<in> (\<Inter>(Collect ` case_prod ` S)))" | 
| 46884 | 130 | by (simp add: fun_eq_iff) | 
| 46833 | 131 | |
| 132 | lemma INF_Int_eq2 [pred_set_conv]: "(\<Sqinter>i\<in>S. (\<lambda>x y. (x, y) \<in> i)) = (\<lambda>x y. (x, y) \<in> \<Inter>S)" | |
| 46884 | 133 | by (simp add: fun_eq_iff) | 
| 46833 | 134 | |
| 69275 | 135 | lemma Sup_SUP_eq [pred_set_conv]: "\<Squnion>S = (\<lambda>x. x \<in> \<Union>(Collect ` S))" | 
| 46884 | 136 | by (simp add: fun_eq_iff) | 
| 46833 | 137 | |
| 138 | lemma SUP_Sup_eq [pred_set_conv]: "(\<Squnion>i\<in>S. (\<lambda>x. x \<in> i)) = (\<lambda>x. x \<in> \<Union>S)" | |
| 46884 | 139 | by (simp add: fun_eq_iff) | 
| 46833 | 140 | |
| 69275 | 141 | lemma Sup_SUP_eq2 [pred_set_conv]: "\<Squnion>S = (\<lambda>x y. (x, y) \<in> (\<Union>(Collect ` case_prod ` S)))" | 
| 46884 | 142 | by (simp add: fun_eq_iff) | 
| 46833 | 143 | |
| 144 | lemma SUP_Sup_eq2 [pred_set_conv]: "(\<Squnion>i\<in>S. (\<lambda>x y. (x, y) \<in> i)) = (\<lambda>x y. (x, y) \<in> \<Union>S)" | |
| 46884 | 145 | by (simp add: fun_eq_iff) | 
| 46833 | 146 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 147 | |
| 60758 | 148 | subsection \<open>Properties of relations\<close> | 
| 5978 
fa2c2dd74f8c
moved diag (diagonal relation) from Univ to Relation
 paulson parents: 
5608diff
changeset | 149 | |
| 60758 | 150 | subsubsection \<open>Reflexivity\<close> | 
| 10786 | 151 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 152 | definition refl_on :: "'a set \<Rightarrow> 'a rel \<Rightarrow> bool" | 
| 63404 | 153 | where "refl_on A r \<longleftrightarrow> r \<subseteq> A \<times> A \<and> (\<forall>x\<in>A. (x, x) \<in> r)" | 
| 6806 
43c081a0858d
new preficates refl, sym [from Integ/Equiv], antisym
 paulson parents: 
5978diff
changeset | 154 | |
| 63404 | 155 | abbreviation refl :: "'a rel \<Rightarrow> bool" \<comment> \<open>reflexivity over a type\<close> | 
| 156 | where "refl \<equiv> refl_on UNIV" | |
| 26297 | 157 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 158 | definition reflp :: "('a \<Rightarrow> 'a \<Rightarrow> bool) \<Rightarrow> bool"
 | 
| 63404 | 159 | where "reflp r \<longleftrightarrow> (\<forall>x. r x x)" | 
| 46694 | 160 | |
| 63404 | 161 | lemma reflp_refl_eq [pred_set_conv]: "reflp (\<lambda>x y. (x, y) \<in> r) \<longleftrightarrow> refl r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 162 | by (simp add: refl_on_def reflp_def) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 163 | |
| 63404 | 164 | lemma refl_onI [intro?]: "r \<subseteq> A \<times> A \<Longrightarrow> (\<And>x. x \<in> A \<Longrightarrow> (x, x) \<in> r) \<Longrightarrow> refl_on A r" | 
| 165 | unfolding refl_on_def by (iprover intro!: ballI) | |
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 166 | |
| 63404 | 167 | lemma refl_onD: "refl_on A r \<Longrightarrow> a \<in> A \<Longrightarrow> (a, a) \<in> r" | 
| 168 | unfolding refl_on_def by blast | |
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 169 | |
| 63404 | 170 | lemma refl_onD1: "refl_on A r \<Longrightarrow> (x, y) \<in> r \<Longrightarrow> x \<in> A" | 
| 171 | unfolding refl_on_def by blast | |
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 172 | |
| 63404 | 173 | lemma refl_onD2: "refl_on A r \<Longrightarrow> (x, y) \<in> r \<Longrightarrow> y \<in> A" | 
| 174 | unfolding refl_on_def by blast | |
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 175 | |
| 63404 | 176 | lemma reflpI [intro?]: "(\<And>x. r x x) \<Longrightarrow> reflp r" | 
| 46694 | 177 | by (auto intro: refl_onI simp add: reflp_def) | 
| 178 | ||
| 179 | lemma reflpE: | |
| 180 | assumes "reflp r" | |
| 181 | obtains "r x x" | |
| 182 | using assms by (auto dest: refl_onD simp add: reflp_def) | |
| 183 | ||
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 184 | lemma reflpD [dest?]: | 
| 47937 
70375fa2679d
generate abs_eq, use it as a code equation for total quotients; no_abs_code renamed to no_code; added no_code for quotient_type command
 kuncar parents: 
47436diff
changeset | 185 | assumes "reflp r" | 
| 
70375fa2679d
generate abs_eq, use it as a code equation for total quotients; no_abs_code renamed to no_code; added no_code for quotient_type command
 kuncar parents: 
47436diff
changeset | 186 | shows "r x x" | 
| 
70375fa2679d
generate abs_eq, use it as a code equation for total quotients; no_abs_code renamed to no_code; added no_code for quotient_type command
 kuncar parents: 
47436diff
changeset | 187 | using assms by (auto elim: reflpE) | 
| 
70375fa2679d
generate abs_eq, use it as a code equation for total quotients; no_abs_code renamed to no_code; added no_code for quotient_type command
 kuncar parents: 
47436diff
changeset | 188 | |
| 63404 | 189 | lemma refl_on_Int: "refl_on A r \<Longrightarrow> refl_on B s \<Longrightarrow> refl_on (A \<inter> B) (r \<inter> s)" | 
| 190 | unfolding refl_on_def by blast | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 191 | |
| 63404 | 192 | lemma reflp_inf: "reflp r \<Longrightarrow> reflp s \<Longrightarrow> reflp (r \<sqinter> s)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 193 | by (auto intro: reflpI elim: reflpE) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 194 | |
| 63404 | 195 | lemma refl_on_Un: "refl_on A r \<Longrightarrow> refl_on B s \<Longrightarrow> refl_on (A \<union> B) (r \<union> s)" | 
| 196 | unfolding refl_on_def by blast | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 197 | |
| 63404 | 198 | lemma reflp_sup: "reflp r \<Longrightarrow> reflp s \<Longrightarrow> reflp (r \<squnion> s)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 199 | by (auto intro: reflpI elim: reflpE) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 200 | |
| 69275 | 201 | lemma refl_on_INTER: "\<forall>x\<in>S. refl_on (A x) (r x) \<Longrightarrow> refl_on (\<Inter>(A ` S)) (\<Inter>(r ` S))" | 
| 63404 | 202 | unfolding refl_on_def by fast | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 203 | |
| 69275 | 204 | lemma refl_on_UNION: "\<forall>x\<in>S. refl_on (A x) (r x) \<Longrightarrow> refl_on (\<Union>(A ` S)) (\<Union>(r ` S))" | 
| 63404 | 205 | unfolding refl_on_def by blast | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 206 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 207 | lemma refl_on_empty [simp]: "refl_on {} {}"
 | 
| 63404 | 208 | by (simp add: refl_on_def) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 209 | |
| 63563 
0bcd79da075b
prefer [simp] over [iff] as [iff] break HOL-UNITY
 Andreas Lochbihler parents: 
63561diff
changeset | 210 | lemma refl_on_singleton [simp]: "refl_on {x} {(x, x)}"
 | 
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 211 | by (blast intro: refl_onI) | 
| 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 212 | |
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 213 | lemma refl_on_def' [nitpick_unfold, code]: | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 214 | "refl_on A r \<longleftrightarrow> (\<forall>(x, y) \<in> r. x \<in> A \<and> y \<in> A) \<and> (\<forall>x \<in> A. (x, x) \<in> r)" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 215 | by (auto intro: refl_onI dest: refl_onD refl_onD1 refl_onD2) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 216 | |
| 67399 | 217 | lemma reflp_equality [simp]: "reflp (=)" | 
| 63404 | 218 | by (simp add: reflp_def) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 219 | |
| 63404 | 220 | lemma reflp_mono: "reflp R \<Longrightarrow> (\<And>x y. R x y \<longrightarrow> Q x y) \<Longrightarrow> reflp Q" | 
| 221 | by (auto intro: reflpI dest: reflpD) | |
| 61630 | 222 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 223 | |
| 60758 | 224 | subsubsection \<open>Irreflexivity\<close> | 
| 6806 
43c081a0858d
new preficates refl, sym [from Integ/Equiv], antisym
 paulson parents: 
5978diff
changeset | 225 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 226 | definition irrefl :: "'a rel \<Rightarrow> bool" | 
| 63404 | 227 | where "irrefl r \<longleftrightarrow> (\<forall>a. (a, a) \<notin> r)" | 
| 56545 | 228 | |
| 229 | definition irreflp :: "('a \<Rightarrow> 'a \<Rightarrow> bool) \<Rightarrow> bool"
 | |
| 63404 | 230 | where "irreflp R \<longleftrightarrow> (\<forall>a. \<not> R a a)" | 
| 56545 | 231 | |
| 63404 | 232 | lemma irreflp_irrefl_eq [pred_set_conv]: "irreflp (\<lambda>a b. (a, b) \<in> R) \<longleftrightarrow> irrefl R" | 
| 56545 | 233 | by (simp add: irrefl_def irreflp_def) | 
| 234 | ||
| 63404 | 235 | lemma irreflI [intro?]: "(\<And>a. (a, a) \<notin> R) \<Longrightarrow> irrefl R" | 
| 56545 | 236 | by (simp add: irrefl_def) | 
| 237 | ||
| 63404 | 238 | lemma irreflpI [intro?]: "(\<And>a. \<not> R a a) \<Longrightarrow> irreflp R" | 
| 56545 | 239 | by (fact irreflI [to_pred]) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 240 | |
| 63404 | 241 | lemma irrefl_distinct [code]: "irrefl r \<longleftrightarrow> (\<forall>(a, b) \<in> r. a \<noteq> b)" | 
| 46694 | 242 | by (auto simp add: irrefl_def) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 243 | |
| 74865 
b5031a8f7718
added lemmas irreflp_{less,greater} to preorder and {trans,irrefl}_mult{,p} to Multiset
 desharna parents: 
74806diff
changeset | 244 | lemma (in preorder) irreflp_less[simp]: "irreflp (<)" | 
| 
b5031a8f7718
added lemmas irreflp_{less,greater} to preorder and {trans,irrefl}_mult{,p} to Multiset
 desharna parents: 
74806diff
changeset | 245 | by (simp add: irreflpI) | 
| 
b5031a8f7718
added lemmas irreflp_{less,greater} to preorder and {trans,irrefl}_mult{,p} to Multiset
 desharna parents: 
74806diff
changeset | 246 | |
| 
b5031a8f7718
added lemmas irreflp_{less,greater} to preorder and {trans,irrefl}_mult{,p} to Multiset
 desharna parents: 
74806diff
changeset | 247 | lemma (in preorder) irreflp_greater[simp]: "irreflp (>)" | 
| 
b5031a8f7718
added lemmas irreflp_{less,greater} to preorder and {trans,irrefl}_mult{,p} to Multiset
 desharna parents: 
74806diff
changeset | 248 | by (simp add: irreflpI) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 249 | |
| 60758 | 250 | subsubsection \<open>Asymmetry\<close> | 
| 56545 | 251 | |
| 252 | inductive asym :: "'a rel \<Rightarrow> bool" | |
| 71935 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 253 | where asymI: "(\<And>a b. (a, b) \<in> R \<Longrightarrow> (b, a) \<notin> R) \<Longrightarrow> asym R" | 
| 56545 | 254 | |
| 255 | inductive asymp :: "('a \<Rightarrow> 'a \<Rightarrow> bool) \<Rightarrow> bool"
 | |
| 71935 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 256 | where asympI: "(\<And>a b. R a b \<Longrightarrow> \<not> R b a) \<Longrightarrow> asymp R" | 
| 56545 | 257 | |
| 63404 | 258 | lemma asymp_asym_eq [pred_set_conv]: "asymp (\<lambda>a b. (a, b) \<in> R) \<longleftrightarrow> asym R" | 
| 56545 | 259 | by (auto intro!: asymI asympI elim: asym.cases asymp.cases simp add: irreflp_irrefl_eq) | 
| 260 | ||
| 71935 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 261 | lemma asymD: "\<lbrakk>asym R; (x,y) \<in> R\<rbrakk> \<Longrightarrow> (y,x) \<notin> R" | 
| 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 262 | by (simp add: asym.simps) | 
| 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 263 | |
| 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 264 | lemma asym_iff: "asym R \<longleftrightarrow> (\<forall>x y. (x,y) \<in> R \<longrightarrow> (y,x) \<notin> R)" | 
| 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 265 | by (blast intro: asymI dest: asymD) | 
| 56545 | 266 | |
| 74806 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 267 | context preorder begin | 
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 268 | |
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 269 | lemma asymp_less[simp]: "asymp (<)" | 
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 270 | by (auto intro: asympI dual_order.asym) | 
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 271 | |
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 272 | lemma asymp_greater[simp]: "asymp (>)" | 
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 273 | by (auto intro: asympI dual_order.asym) | 
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 274 | |
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 275 | end | 
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 276 | |
| 
ba59c691b3ee
added asymp_{less,greater} to preorder and moved mult1_lessE out
 desharna parents: 
73832diff
changeset | 277 | |
| 60758 | 278 | subsubsection \<open>Symmetry\<close> | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 279 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 280 | definition sym :: "'a rel \<Rightarrow> bool" | 
| 63404 | 281 | where "sym r \<longleftrightarrow> (\<forall>x y. (x, y) \<in> r \<longrightarrow> (y, x) \<in> r)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 282 | |
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 283 | definition symp :: "('a \<Rightarrow> 'a \<Rightarrow> bool) \<Rightarrow> bool"
 | 
| 63404 | 284 | where "symp r \<longleftrightarrow> (\<forall>x y. r x y \<longrightarrow> r y x)" | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 285 | |
| 63404 | 286 | lemma symp_sym_eq [pred_set_conv]: "symp (\<lambda>x y. (x, y) \<in> r) \<longleftrightarrow> sym r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 287 | by (simp add: sym_def symp_def) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 288 | |
| 63404 | 289 | lemma symI [intro?]: "(\<And>a b. (a, b) \<in> r \<Longrightarrow> (b, a) \<in> r) \<Longrightarrow> sym r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 290 | by (unfold sym_def) iprover | 
| 46694 | 291 | |
| 63404 | 292 | lemma sympI [intro?]: "(\<And>a b. r a b \<Longrightarrow> r b a) \<Longrightarrow> symp r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 293 | by (fact symI [to_pred]) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 294 | |
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 295 | lemma symE: | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 296 | assumes "sym r" and "(b, a) \<in> r" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 297 | obtains "(a, b) \<in> r" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 298 | using assms by (simp add: sym_def) | 
| 46694 | 299 | |
| 300 | lemma sympE: | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 301 | assumes "symp r" and "r b a" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 302 | obtains "r a b" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 303 | using assms by (rule symE [to_pred]) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 304 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 305 | lemma symD [dest?]: | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 306 | assumes "sym r" and "(b, a) \<in> r" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 307 | shows "(a, b) \<in> r" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 308 | using assms by (rule symE) | 
| 46694 | 309 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 310 | lemma sympD [dest?]: | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 311 | assumes "symp r" and "r b a" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 312 | shows "r a b" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 313 | using assms by (rule symD [to_pred]) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 314 | |
| 63404 | 315 | lemma sym_Int: "sym r \<Longrightarrow> sym s \<Longrightarrow> sym (r \<inter> s)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 316 | by (fast intro: symI elim: symE) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 317 | |
| 63404 | 318 | lemma symp_inf: "symp r \<Longrightarrow> symp s \<Longrightarrow> symp (r \<sqinter> s)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 319 | by (fact sym_Int [to_pred]) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 320 | |
| 63404 | 321 | lemma sym_Un: "sym r \<Longrightarrow> sym s \<Longrightarrow> sym (r \<union> s)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 322 | by (fast intro: symI elim: symE) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 323 | |
| 63404 | 324 | lemma symp_sup: "symp r \<Longrightarrow> symp s \<Longrightarrow> symp (r \<squnion> s)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 325 | by (fact sym_Un [to_pred]) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 326 | |
| 69275 | 327 | lemma sym_INTER: "\<forall>x\<in>S. sym (r x) \<Longrightarrow> sym (\<Inter>(r ` S))" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 328 | by (fast intro: symI elim: symE) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 329 | |
| 69275 | 330 | lemma symp_INF: "\<forall>x\<in>S. symp (r x) \<Longrightarrow> symp (\<Sqinter>(r ` S))" | 
| 46982 | 331 | by (fact sym_INTER [to_pred]) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 332 | |
| 69275 | 333 | lemma sym_UNION: "\<forall>x\<in>S. sym (r x) \<Longrightarrow> sym (\<Union>(r ` S))" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 334 | by (fast intro: symI elim: symE) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 335 | |
| 69275 | 336 | lemma symp_SUP: "\<forall>x\<in>S. symp (r x) \<Longrightarrow> symp (\<Squnion>(r ` S))" | 
| 46982 | 337 | by (fact sym_UNION [to_pred]) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 338 | |
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 339 | |
| 60758 | 340 | subsubsection \<open>Antisymmetry\<close> | 
| 46694 | 341 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 342 | definition antisym :: "'a rel \<Rightarrow> bool" | 
| 63404 | 343 | where "antisym r \<longleftrightarrow> (\<forall>x y. (x, y) \<in> r \<longrightarrow> (y, x) \<in> r \<longrightarrow> x = y)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 344 | |
| 64634 | 345 | definition antisymp :: "('a \<Rightarrow> 'a \<Rightarrow> bool) \<Rightarrow> bool"
 | 
| 346 | where "antisymp r \<longleftrightarrow> (\<forall>x y. r x y \<longrightarrow> r y x \<longrightarrow> x = y)" | |
| 63404 | 347 | |
| 64634 | 348 | lemma antisymp_antisym_eq [pred_set_conv]: "antisymp (\<lambda>x y. (x, y) \<in> r) \<longleftrightarrow> antisym r" | 
| 349 | by (simp add: antisym_def antisymp_def) | |
| 350 | ||
| 351 | lemma antisymI [intro?]: | |
| 352 | "(\<And>x y. (x, y) \<in> r \<Longrightarrow> (y, x) \<in> r \<Longrightarrow> x = y) \<Longrightarrow> antisym r" | |
| 63404 | 353 | unfolding antisym_def by iprover | 
| 46694 | 354 | |
| 64634 | 355 | lemma antisympI [intro?]: | 
| 356 | "(\<And>x y. r x y \<Longrightarrow> r y x \<Longrightarrow> x = y) \<Longrightarrow> antisymp r" | |
| 357 | by (fact antisymI [to_pred]) | |
| 358 | ||
| 359 | lemma antisymD [dest?]: | |
| 360 | "antisym r \<Longrightarrow> (a, b) \<in> r \<Longrightarrow> (b, a) \<in> r \<Longrightarrow> a = b" | |
| 63404 | 361 | unfolding antisym_def by iprover | 
| 46694 | 362 | |
| 64634 | 363 | lemma antisympD [dest?]: | 
| 364 | "antisymp r \<Longrightarrow> r a b \<Longrightarrow> r b a \<Longrightarrow> a = b" | |
| 365 | by (fact antisymD [to_pred]) | |
| 46694 | 366 | |
| 64634 | 367 | lemma antisym_subset: | 
| 368 | "r \<subseteq> s \<Longrightarrow> antisym s \<Longrightarrow> antisym r" | |
| 63404 | 369 | unfolding antisym_def by blast | 
| 46694 | 370 | |
| 64634 | 371 | lemma antisymp_less_eq: | 
| 372 | "r \<le> s \<Longrightarrow> antisymp s \<Longrightarrow> antisymp r" | |
| 373 | by (fact antisym_subset [to_pred]) | |
| 374 | ||
| 375 | lemma antisym_empty [simp]: | |
| 376 |   "antisym {}"
 | |
| 377 | unfolding antisym_def by blast | |
| 46694 | 378 | |
| 64634 | 379 | lemma antisym_bot [simp]: | 
| 380 | "antisymp \<bottom>" | |
| 381 | by (fact antisym_empty [to_pred]) | |
| 382 | ||
| 383 | lemma antisymp_equality [simp]: | |
| 384 | "antisymp HOL.eq" | |
| 385 | by (auto intro: antisympI) | |
| 386 | ||
| 387 | lemma antisym_singleton [simp]: | |
| 388 |   "antisym {x}"
 | |
| 389 | by (blast intro: antisymI) | |
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 390 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 391 | |
| 60758 | 392 | subsubsection \<open>Transitivity\<close> | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 393 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 394 | definition trans :: "'a rel \<Rightarrow> bool" | 
| 63404 | 395 | where "trans r \<longleftrightarrow> (\<forall>x y z. (x, y) \<in> r \<longrightarrow> (y, z) \<in> r \<longrightarrow> (x, z) \<in> r)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 396 | |
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 397 | definition transp :: "('a \<Rightarrow> 'a \<Rightarrow> bool) \<Rightarrow> bool"
 | 
| 63404 | 398 | where "transp r \<longleftrightarrow> (\<forall>x y z. r x y \<longrightarrow> r y z \<longrightarrow> r x z)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 399 | |
| 63404 | 400 | lemma transp_trans_eq [pred_set_conv]: "transp (\<lambda>x y. (x, y) \<in> r) \<longleftrightarrow> trans r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 401 | by (simp add: trans_def transp_def) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 402 | |
| 63404 | 403 | lemma transI [intro?]: "(\<And>x y z. (x, y) \<in> r \<Longrightarrow> (y, z) \<in> r \<Longrightarrow> (x, z) \<in> r) \<Longrightarrow> trans r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 404 | by (unfold trans_def) iprover | 
| 46694 | 405 | |
| 63404 | 406 | lemma transpI [intro?]: "(\<And>x y z. r x y \<Longrightarrow> r y z \<Longrightarrow> r x z) \<Longrightarrow> transp r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 407 | by (fact transI [to_pred]) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 408 | |
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 409 | lemma transE: | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 410 | assumes "trans r" and "(x, y) \<in> r" and "(y, z) \<in> r" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 411 | obtains "(x, z) \<in> r" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 412 | using assms by (unfold trans_def) iprover | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 413 | |
| 46694 | 414 | lemma transpE: | 
| 415 | assumes "transp r" and "r x y" and "r y z" | |
| 416 | obtains "r x z" | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 417 | using assms by (rule transE [to_pred]) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 418 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 419 | lemma transD [dest?]: | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 420 | assumes "trans r" and "(x, y) \<in> r" and "(y, z) \<in> r" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 421 | shows "(x, z) \<in> r" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 422 | using assms by (rule transE) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 423 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 424 | lemma transpD [dest?]: | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 425 | assumes "transp r" and "r x y" and "r y z" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 426 | shows "r x z" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 427 | using assms by (rule transD [to_pred]) | 
| 46694 | 428 | |
| 63404 | 429 | lemma trans_Int: "trans r \<Longrightarrow> trans s \<Longrightarrow> trans (r \<inter> s)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 430 | by (fast intro: transI elim: transE) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 431 | |
| 63404 | 432 | lemma transp_inf: "transp r \<Longrightarrow> transp s \<Longrightarrow> transp (r \<sqinter> s)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 433 | by (fact trans_Int [to_pred]) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 434 | |
| 69275 | 435 | lemma trans_INTER: "\<forall>x\<in>S. trans (r x) \<Longrightarrow> trans (\<Inter>(r ` S))" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 436 | by (fast intro: transI elim: transD) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 437 | |
| 69275 | 438 | lemma transp_INF: "\<forall>x\<in>S. transp (r x) \<Longrightarrow> transp (\<Sqinter>(r ` S))" | 
| 64584 | 439 | by (fact trans_INTER [to_pred]) | 
| 440 | ||
| 63404 | 441 | lemma trans_join [code]: "trans r \<longleftrightarrow> (\<forall>(x, y1) \<in> r. \<forall>(y2, z) \<in> r. y1 = y2 \<longrightarrow> (x, z) \<in> r)" | 
| 46694 | 442 | by (auto simp add: trans_def) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 443 | |
| 63404 | 444 | lemma transp_trans: "transp r \<longleftrightarrow> trans {(x, y). r x y}"
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 445 | by (simp add: trans_def transp_def) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 446 | |
| 67399 | 447 | lemma transp_equality [simp]: "transp (=)" | 
| 63404 | 448 | by (auto intro: transpI) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 449 | |
| 63563 
0bcd79da075b
prefer [simp] over [iff] as [iff] break HOL-UNITY
 Andreas Lochbihler parents: 
63561diff
changeset | 450 | lemma trans_empty [simp]: "trans {}"
 | 
| 63612 | 451 | by (blast intro: transI) | 
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 452 | |
| 63563 
0bcd79da075b
prefer [simp] over [iff] as [iff] break HOL-UNITY
 Andreas Lochbihler parents: 
63561diff
changeset | 453 | lemma transp_empty [simp]: "transp (\<lambda>x y. False)" | 
| 63612 | 454 | using trans_empty[to_pred] by (simp add: bot_fun_def) | 
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 455 | |
| 63563 
0bcd79da075b
prefer [simp] over [iff] as [iff] break HOL-UNITY
 Andreas Lochbihler parents: 
63561diff
changeset | 456 | lemma trans_singleton [simp]: "trans {(a, a)}"
 | 
| 63612 | 457 | by (blast intro: transI) | 
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 458 | |
| 63563 
0bcd79da075b
prefer [simp] over [iff] as [iff] break HOL-UNITY
 Andreas Lochbihler parents: 
63561diff
changeset | 459 | lemma transp_singleton [simp]: "transp (\<lambda>x y. x = a \<and> y = a)" | 
| 63612 | 460 | by (simp add: transp_def) | 
| 461 | ||
| 66441 | 462 | context preorder | 
| 463 | begin | |
| 66434 
5d7e770c7d5d
added sorted_wrt to List; added Data_Structures/Binomial_Heap.thy
 nipkow parents: 
64634diff
changeset | 464 | |
| 67399 | 465 | lemma transp_le[simp]: "transp (\<le>)" | 
| 66441 | 466 | by(auto simp add: transp_def intro: order_trans) | 
| 66434 
5d7e770c7d5d
added sorted_wrt to List; added Data_Structures/Binomial_Heap.thy
 nipkow parents: 
64634diff
changeset | 467 | |
| 67399 | 468 | lemma transp_less[simp]: "transp (<)" | 
| 66441 | 469 | by(auto simp add: transp_def intro: less_trans) | 
| 66434 
5d7e770c7d5d
added sorted_wrt to List; added Data_Structures/Binomial_Heap.thy
 nipkow parents: 
64634diff
changeset | 470 | |
| 67399 | 471 | lemma transp_ge[simp]: "transp (\<ge>)" | 
| 66441 | 472 | by(auto simp add: transp_def intro: order_trans) | 
| 66434 
5d7e770c7d5d
added sorted_wrt to List; added Data_Structures/Binomial_Heap.thy
 nipkow parents: 
64634diff
changeset | 473 | |
| 67399 | 474 | lemma transp_gr[simp]: "transp (>)" | 
| 66441 | 475 | by(auto simp add: transp_def intro: less_trans) | 
| 476 | ||
| 477 | end | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 478 | |
| 60758 | 479 | subsubsection \<open>Totality\<close> | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 480 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 481 | definition total_on :: "'a set \<Rightarrow> 'a rel \<Rightarrow> bool" | 
| 63404 | 482 | where "total_on A r \<longleftrightarrow> (\<forall>x\<in>A. \<forall>y\<in>A. x \<noteq> y \<longrightarrow> (x, y) \<in> r \<or> (y, x) \<in> r)" | 
| 29859 
33bff35f1335
Moved Order_Relation into Library and moved some of it into Relation.
 nipkow parents: 
29609diff
changeset | 483 | |
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 484 | lemma total_onI [intro?]: | 
| 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 485 | "(\<And>x y. \<lbrakk>x \<in> A; y \<in> A; x \<noteq> y\<rbrakk> \<Longrightarrow> (x, y) \<in> r \<or> (y, x) \<in> r) \<Longrightarrow> total_on A r" | 
| 63612 | 486 | unfolding total_on_def by blast | 
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 487 | |
| 29859 
33bff35f1335
Moved Order_Relation into Library and moved some of it into Relation.
 nipkow parents: 
29609diff
changeset | 488 | abbreviation "total \<equiv> total_on UNIV" | 
| 
33bff35f1335
Moved Order_Relation into Library and moved some of it into Relation.
 nipkow parents: 
29609diff
changeset | 489 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 490 | lemma total_on_empty [simp]: "total_on {} r"
 | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 491 | by (simp add: total_on_def) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 492 | |
| 63563 
0bcd79da075b
prefer [simp] over [iff] as [iff] break HOL-UNITY
 Andreas Lochbihler parents: 
63561diff
changeset | 493 | lemma total_on_singleton [simp]: "total_on {x} {(x, x)}"
 | 
| 63612 | 494 | unfolding total_on_def by blast | 
| 495 | ||
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 496 | |
| 60758 | 497 | subsubsection \<open>Single valued relations\<close> | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 498 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 499 | definition single_valued :: "('a \<times> 'b) set \<Rightarrow> bool"
 | 
| 63404 | 500 | where "single_valued r \<longleftrightarrow> (\<forall>x y. (x, y) \<in> r \<longrightarrow> (\<forall>z. (x, z) \<in> r \<longrightarrow> y = z))" | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 501 | |
| 64634 | 502 | definition single_valuedp :: "('a \<Rightarrow> 'b \<Rightarrow> bool) \<Rightarrow> bool"
 | 
| 503 | where "single_valuedp r \<longleftrightarrow> (\<forall>x y. r x y \<longrightarrow> (\<forall>z. r x z \<longrightarrow> y = z))" | |
| 504 | ||
| 505 | lemma single_valuedp_single_valued_eq [pred_set_conv]: | |
| 506 | "single_valuedp (\<lambda>x y. (x, y) \<in> r) \<longleftrightarrow> single_valued r" | |
| 507 | by (simp add: single_valued_def single_valuedp_def) | |
| 46694 | 508 | |
| 71827 | 509 | lemma single_valuedp_iff_Uniq: | 
| 510 | "single_valuedp r \<longleftrightarrow> (\<forall>x. \<exists>\<^sub>\<le>\<^sub>1y. r x y)" | |
| 511 | unfolding Uniq_def single_valuedp_def by auto | |
| 512 | ||
| 64634 | 513 | lemma single_valuedI: | 
| 514 | "(\<And>x y. (x, y) \<in> r \<Longrightarrow> (\<And>z. (x, z) \<in> r \<Longrightarrow> y = z)) \<Longrightarrow> single_valued r" | |
| 515 | unfolding single_valued_def by blast | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 516 | |
| 64634 | 517 | lemma single_valuedpI: | 
| 518 | "(\<And>x y. r x y \<Longrightarrow> (\<And>z. r x z \<Longrightarrow> y = z)) \<Longrightarrow> single_valuedp r" | |
| 519 | by (fact single_valuedI [to_pred]) | |
| 520 | ||
| 521 | lemma single_valuedD: | |
| 522 | "single_valued r \<Longrightarrow> (x, y) \<in> r \<Longrightarrow> (x, z) \<in> r \<Longrightarrow> y = z" | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 523 | by (simp add: single_valued_def) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 524 | |
| 64634 | 525 | lemma single_valuedpD: | 
| 526 | "single_valuedp r \<Longrightarrow> r x y \<Longrightarrow> r x z \<Longrightarrow> y = z" | |
| 527 | by (fact single_valuedD [to_pred]) | |
| 528 | ||
| 529 | lemma single_valued_empty [simp]: | |
| 530 |   "single_valued {}"
 | |
| 63404 | 531 | by (simp add: single_valued_def) | 
| 52392 | 532 | |
| 64634 | 533 | lemma single_valuedp_bot [simp]: | 
| 534 | "single_valuedp \<bottom>" | |
| 535 | by (fact single_valued_empty [to_pred]) | |
| 536 | ||
| 537 | lemma single_valued_subset: | |
| 538 | "r \<subseteq> s \<Longrightarrow> single_valued s \<Longrightarrow> single_valued r" | |
| 63404 | 539 | unfolding single_valued_def by blast | 
| 11136 | 540 | |
| 64634 | 541 | lemma single_valuedp_less_eq: | 
| 542 | "r \<le> s \<Longrightarrow> single_valuedp s \<Longrightarrow> single_valuedp r" | |
| 543 | by (fact single_valued_subset [to_pred]) | |
| 544 | ||
| 12905 | 545 | |
| 60758 | 546 | subsection \<open>Relation operations\<close> | 
| 46694 | 547 | |
| 60758 | 548 | subsubsection \<open>The identity relation\<close> | 
| 12905 | 549 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 550 | definition Id :: "'a rel" | 
| 69905 | 551 |   where "Id = {p. \<exists>x. p = (x, x)}"
 | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 552 | |
| 63404 | 553 | lemma IdI [intro]: "(a, a) \<in> Id" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 554 | by (simp add: Id_def) | 
| 12905 | 555 | |
| 63404 | 556 | lemma IdE [elim!]: "p \<in> Id \<Longrightarrow> (\<And>x. p = (x, x) \<Longrightarrow> P) \<Longrightarrow> P" | 
| 557 | unfolding Id_def by (iprover elim: CollectE) | |
| 12905 | 558 | |
| 63404 | 559 | lemma pair_in_Id_conv [iff]: "(a, b) \<in> Id \<longleftrightarrow> a = b" | 
| 560 | unfolding Id_def by blast | |
| 12905 | 561 | |
| 30198 | 562 | lemma refl_Id: "refl Id" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 563 | by (simp add: refl_on_def) | 
| 12905 | 564 | |
| 565 | lemma antisym_Id: "antisym Id" | |
| 61799 | 566 | \<comment> \<open>A strange result, since \<open>Id\<close> is also symmetric.\<close> | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 567 | by (simp add: antisym_def) | 
| 12905 | 568 | |
| 19228 | 569 | lemma sym_Id: "sym Id" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 570 | by (simp add: sym_def) | 
| 19228 | 571 | |
| 12905 | 572 | lemma trans_Id: "trans Id" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 573 | by (simp add: trans_def) | 
| 12905 | 574 | |
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 575 | lemma single_valued_Id [simp]: "single_valued Id" | 
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 576 | by (unfold single_valued_def) blast | 
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 577 | |
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 578 | lemma irrefl_diff_Id [simp]: "irrefl (r - Id)" | 
| 63404 | 579 | by (simp add: irrefl_def) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 580 | |
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 581 | lemma trans_diff_Id: "trans r \<Longrightarrow> antisym r \<Longrightarrow> trans (r - Id)" | 
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 582 | unfolding antisym_def trans_def by blast | 
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 583 | |
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 584 | lemma total_on_diff_Id [simp]: "total_on A (r - Id) = total_on A r" | 
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 585 | by (simp add: total_on_def) | 
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 586 | |
| 62087 
44841d07ef1d
revisions to limits and derivatives, plus new lemmas
 paulson parents: 
61955diff
changeset | 587 | lemma Id_fstsnd_eq: "Id = {x. fst x = snd x}"
 | 
| 
44841d07ef1d
revisions to limits and derivatives, plus new lemmas
 paulson parents: 
61955diff
changeset | 588 | by force | 
| 12905 | 589 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 590 | |
| 60758 | 591 | subsubsection \<open>Diagonal: identity over a set\<close> | 
| 12905 | 592 | |
| 63612 | 593 | definition Id_on :: "'a set \<Rightarrow> 'a rel" | 
| 63404 | 594 |   where "Id_on A = (\<Union>x\<in>A. {(x, x)})"
 | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 595 | |
| 30198 | 596 | lemma Id_on_empty [simp]: "Id_on {} = {}"
 | 
| 63404 | 597 | by (simp add: Id_on_def) | 
| 13812 
91713a1915ee
converting HOL/UNITY to use unconditional fairness
 paulson parents: 
13639diff
changeset | 598 | |
| 63404 | 599 | lemma Id_on_eqI: "a = b \<Longrightarrow> a \<in> A \<Longrightarrow> (a, b) \<in> Id_on A" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 600 | by (simp add: Id_on_def) | 
| 12905 | 601 | |
| 63404 | 602 | lemma Id_onI [intro!]: "a \<in> A \<Longrightarrow> (a, a) \<in> Id_on A" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 603 | by (rule Id_on_eqI) (rule refl) | 
| 12905 | 604 | |
| 63404 | 605 | lemma Id_onE [elim!]: "c \<in> Id_on A \<Longrightarrow> (\<And>x. x \<in> A \<Longrightarrow> c = (x, x) \<Longrightarrow> P) \<Longrightarrow> P" | 
| 61799 | 606 | \<comment> \<open>The general elimination rule.\<close> | 
| 63404 | 607 | unfolding Id_on_def by (iprover elim!: UN_E singletonE) | 
| 12905 | 608 | |
| 63404 | 609 | lemma Id_on_iff: "(x, y) \<in> Id_on A \<longleftrightarrow> x = y \<and> x \<in> A" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 610 | by blast | 
| 12905 | 611 | |
| 63404 | 612 | lemma Id_on_def' [nitpick_unfold]: "Id_on {x. A x} = Collect (\<lambda>(x, y). x = y \<and> A x)"
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 613 | by auto | 
| 40923 
be80c93ac0a2
adding a nice definition of Id_on for quickcheck and nitpick
 bulwahn parents: 
36772diff
changeset | 614 | |
| 30198 | 615 | lemma Id_on_subset_Times: "Id_on A \<subseteq> A \<times> A" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 616 | by blast | 
| 12905 | 617 | |
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 618 | lemma refl_on_Id_on: "refl_on A (Id_on A)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 619 | by (rule refl_onI [OF Id_on_subset_Times Id_onI]) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 620 | |
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 621 | lemma antisym_Id_on [simp]: "antisym (Id_on A)" | 
| 63404 | 622 | unfolding antisym_def by blast | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 623 | |
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 624 | lemma sym_Id_on [simp]: "sym (Id_on A)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 625 | by (rule symI) clarify | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 626 | |
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 627 | lemma trans_Id_on [simp]: "trans (Id_on A)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 628 | by (fast intro: transI elim: transD) | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 629 | |
| 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 630 | lemma single_valued_Id_on [simp]: "single_valued (Id_on A)" | 
| 63404 | 631 | unfolding single_valued_def by blast | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 632 | |
| 12905 | 633 | |
| 60758 | 634 | subsubsection \<open>Composition\<close> | 
| 12905 | 635 | |
| 63404 | 636 | inductive_set relcomp  :: "('a \<times> 'b) set \<Rightarrow> ('b \<times> 'c) set \<Rightarrow> ('a \<times> 'c) set"  (infixr "O" 75)
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 637 |   for r :: "('a \<times> 'b) set" and s :: "('b \<times> 'c) set"
 | 
| 63404 | 638 | where relcompI [intro]: "(a, b) \<in> r \<Longrightarrow> (b, c) \<in> s \<Longrightarrow> (a, c) \<in> r O s" | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 639 | |
| 47434 
b75ce48a93ee
dropped abbreviation "pred_comp"; introduced infix notation "P OO Q" for "relcompp P Q"
 griff parents: 
47433diff
changeset | 640 | notation relcompp (infixr "OO" 75) | 
| 12905 | 641 | |
| 47434 
b75ce48a93ee
dropped abbreviation "pred_comp"; introduced infix notation "P OO Q" for "relcompp P Q"
 griff parents: 
47433diff
changeset | 642 | lemmas relcomppI = relcompp.intros | 
| 12905 | 643 | |
| 60758 | 644 | text \<open> | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 645 | For historic reasons, the elimination rules are not wholly corresponding. | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 646 | Feel free to consolidate this. | 
| 60758 | 647 | \<close> | 
| 46694 | 648 | |
| 47433 
07f4bf913230
renamed "rel_comp" to "relcomp" (to be consistent with, e.g., "relpow")
 griff parents: 
47087diff
changeset | 649 | inductive_cases relcompEpair: "(a, c) \<in> r O s" | 
| 47434 
b75ce48a93ee
dropped abbreviation "pred_comp"; introduced infix notation "P OO Q" for "relcompp P Q"
 griff parents: 
47433diff
changeset | 650 | inductive_cases relcomppE [elim!]: "(r OO s) a c" | 
| 46694 | 651 | |
| 47433 
07f4bf913230
renamed "rel_comp" to "relcomp" (to be consistent with, e.g., "relpow")
 griff parents: 
47087diff
changeset | 652 | lemma relcompE [elim!]: "xz \<in> r O s \<Longrightarrow> | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 653 | (\<And>x y z. xz = (x, z) \<Longrightarrow> (x, y) \<in> r \<Longrightarrow> (y, z) \<in> s \<Longrightarrow> P) \<Longrightarrow> P" | 
| 63404 | 654 | apply (cases xz) | 
| 655 | apply simp | |
| 656 | apply (erule relcompEpair) | |
| 657 | apply iprover | |
| 658 | done | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 659 | |
| 63404 | 660 | lemma R_O_Id [simp]: "R O Id = R" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 661 | by fast | 
| 46694 | 662 | |
| 63404 | 663 | lemma Id_O_R [simp]: "Id O R = R" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 664 | by fast | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 665 | |
| 63404 | 666 | lemma relcomp_empty1 [simp]: "{} O R = {}"
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 667 | by blast | 
| 12905 | 668 | |
| 63404 | 669 | lemma relcompp_bot1 [simp]: "\<bottom> OO R = \<bottom>" | 
| 47433 
07f4bf913230
renamed "rel_comp" to "relcomp" (to be consistent with, e.g., "relpow")
 griff parents: 
47087diff
changeset | 670 | by (fact relcomp_empty1 [to_pred]) | 
| 12905 | 671 | |
| 63404 | 672 | lemma relcomp_empty2 [simp]: "R O {} = {}"
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 673 | by blast | 
| 12905 | 674 | |
| 63404 | 675 | lemma relcompp_bot2 [simp]: "R OO \<bottom> = \<bottom>" | 
| 47433 
07f4bf913230
renamed "rel_comp" to "relcomp" (to be consistent with, e.g., "relpow")
 griff parents: 
47087diff
changeset | 676 | by (fact relcomp_empty2 [to_pred]) | 
| 23185 | 677 | |
| 63404 | 678 | lemma O_assoc: "(R O S) O T = R O (S O T)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 679 | by blast | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 680 | |
| 63404 | 681 | lemma relcompp_assoc: "(r OO s) OO t = r OO (s OO t)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 682 | by (fact O_assoc [to_pred]) | 
| 23185 | 683 | |
| 63404 | 684 | lemma trans_O_subset: "trans r \<Longrightarrow> r O r \<subseteq> r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 685 | by (unfold trans_def) blast | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 686 | |
| 63404 | 687 | lemma transp_relcompp_less_eq: "transp r \<Longrightarrow> r OO r \<le> r " | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 688 | by (fact trans_O_subset [to_pred]) | 
| 12905 | 689 | |
| 63404 | 690 | lemma relcomp_mono: "r' \<subseteq> r \<Longrightarrow> s' \<subseteq> s \<Longrightarrow> r' O s' \<subseteq> r O s" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 691 | by blast | 
| 12905 | 692 | |
| 63404 | 693 | lemma relcompp_mono: "r' \<le> r \<Longrightarrow> s' \<le> s \<Longrightarrow> r' OO s' \<le> r OO s " | 
| 47433 
07f4bf913230
renamed "rel_comp" to "relcomp" (to be consistent with, e.g., "relpow")
 griff parents: 
47087diff
changeset | 694 | by (fact relcomp_mono [to_pred]) | 
| 12905 | 695 | |
| 63404 | 696 | lemma relcomp_subset_Sigma: "r \<subseteq> A \<times> B \<Longrightarrow> s \<subseteq> B \<times> C \<Longrightarrow> r O s \<subseteq> A \<times> C" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 697 | by blast | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 698 | |
| 63404 | 699 | lemma relcomp_distrib [simp]: "R O (S \<union> T) = (R O S) \<union> (R O T)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 700 | by auto | 
| 12905 | 701 | |
| 63404 | 702 | lemma relcompp_distrib [simp]: "R OO (S \<squnion> T) = R OO S \<squnion> R OO T" | 
| 47433 
07f4bf913230
renamed "rel_comp" to "relcomp" (to be consistent with, e.g., "relpow")
 griff parents: 
47087diff
changeset | 703 | by (fact relcomp_distrib [to_pred]) | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 704 | |
| 63404 | 705 | lemma relcomp_distrib2 [simp]: "(S \<union> T) O R = (S O R) \<union> (T O R)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 706 | by auto | 
| 28008 
f945f8d9ad4d
added distributivity of relation composition over union [simp]
 krauss parents: 
26297diff
changeset | 707 | |
| 63404 | 708 | lemma relcompp_distrib2 [simp]: "(S \<squnion> T) OO R = S OO R \<squnion> T OO R" | 
| 47433 
07f4bf913230
renamed "rel_comp" to "relcomp" (to be consistent with, e.g., "relpow")
 griff parents: 
47087diff
changeset | 709 | by (fact relcomp_distrib2 [to_pred]) | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 710 | |
| 69275 | 711 | lemma relcomp_UNION_distrib: "s O \<Union>(r ` I) = (\<Union>i\<in>I. s O r i) " | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 712 | by auto | 
| 28008 
f945f8d9ad4d
added distributivity of relation composition over union [simp]
 krauss parents: 
26297diff
changeset | 713 | |
| 69275 | 714 | lemma relcompp_SUP_distrib: "s OO \<Squnion>(r ` I) = (\<Squnion>i\<in>I. s OO r i)" | 
| 64584 | 715 | by (fact relcomp_UNION_distrib [to_pred]) | 
| 716 | ||
| 69275 | 717 | lemma relcomp_UNION_distrib2: "\<Union>(r ` I) O s = (\<Union>i\<in>I. r i O s) " | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 718 | by auto | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 719 | |
| 69275 | 720 | lemma relcompp_SUP_distrib2: "\<Squnion>(r ` I) OO s = (\<Squnion>i\<in>I. r i OO s)" | 
| 64584 | 721 | by (fact relcomp_UNION_distrib2 [to_pred]) | 
| 722 | ||
| 63404 | 723 | lemma single_valued_relcomp: "single_valued r \<Longrightarrow> single_valued s \<Longrightarrow> single_valued (r O s)" | 
| 724 | unfolding single_valued_def by blast | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 725 | |
| 63404 | 726 | lemma relcomp_unfold: "r O s = {(x, z). \<exists>y. (x, y) \<in> r \<and> (y, z) \<in> s}"
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 727 | by (auto simp add: set_eq_iff) | 
| 12905 | 728 | |
| 58195 | 729 | lemma relcompp_apply: "(R OO S) a c \<longleftrightarrow> (\<exists>b. R a b \<and> S b c)" | 
| 730 | unfolding relcomp_unfold [to_pred] .. | |
| 731 | ||
| 67399 | 732 | lemma eq_OO: "(=) OO R = R" | 
| 63404 | 733 | by blast | 
| 55083 | 734 | |
| 67399 | 735 | lemma OO_eq: "R OO (=) = R" | 
| 63404 | 736 | by blast | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 737 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 738 | |
| 60758 | 739 | subsubsection \<open>Converse\<close> | 
| 12913 | 740 | |
| 61955 
e96292f32c3c
former "xsymbols" syntax is used by default, and ASCII replacement syntax with print mode "ASCII";
 wenzelm parents: 
61799diff
changeset | 741 | inductive_set converse :: "('a \<times> 'b) set \<Rightarrow> ('b \<times> 'a) set"  ("(_\<inverse>)" [1000] 999)
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 742 |   for r :: "('a \<times> 'b) set"
 | 
| 63404 | 743 | where "(a, b) \<in> r \<Longrightarrow> (b, a) \<in> r\<inverse>" | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 744 | |
| 63404 | 745 | notation conversep  ("(_\<inverse>\<inverse>)" [1000] 1000)
 | 
| 46694 | 746 | |
| 61955 
e96292f32c3c
former "xsymbols" syntax is used by default, and ASCII replacement syntax with print mode "ASCII";
 wenzelm parents: 
61799diff
changeset | 747 | notation (ASCII) | 
| 
e96292f32c3c
former "xsymbols" syntax is used by default, and ASCII replacement syntax with print mode "ASCII";
 wenzelm parents: 
61799diff
changeset | 748 |   converse  ("(_^-1)" [1000] 999) and
 | 
| 
e96292f32c3c
former "xsymbols" syntax is used by default, and ASCII replacement syntax with print mode "ASCII";
 wenzelm parents: 
61799diff
changeset | 749 |   conversep ("(_^--1)" [1000] 1000)
 | 
| 46694 | 750 | |
| 63404 | 751 | lemma converseI [sym]: "(a, b) \<in> r \<Longrightarrow> (b, a) \<in> r\<inverse>" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 752 | by (fact converse.intros) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 753 | |
| 63404 | 754 | lemma conversepI (* CANDIDATE [sym] *): "r a b \<Longrightarrow> r\<inverse>\<inverse> b a" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 755 | by (fact conversep.intros) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 756 | |
| 63404 | 757 | lemma converseD [sym]: "(a, b) \<in> r\<inverse> \<Longrightarrow> (b, a) \<in> r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 758 | by (erule converse.cases) iprover | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 759 | |
| 63404 | 760 | lemma conversepD (* CANDIDATE [sym] *): "r\<inverse>\<inverse> b a \<Longrightarrow> r a b" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 761 | by (fact converseD [to_pred]) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 762 | |
| 63404 | 763 | lemma converseE [elim!]: "yx \<in> r\<inverse> \<Longrightarrow> (\<And>x y. yx = (y, x) \<Longrightarrow> (x, y) \<in> r \<Longrightarrow> P) \<Longrightarrow> P" | 
| 61799 | 764 | \<comment> \<open>More general than \<open>converseD\<close>, as it ``splits'' the member of the relation.\<close> | 
| 63404 | 765 | apply (cases yx) | 
| 766 | apply simp | |
| 767 | apply (erule converse.cases) | |
| 768 | apply iprover | |
| 769 | done | |
| 46694 | 770 | |
| 46882 | 771 | lemmas conversepE [elim!] = conversep.cases | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 772 | |
| 63404 | 773 | lemma converse_iff [iff]: "(a, b) \<in> r\<inverse> \<longleftrightarrow> (b, a) \<in> r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 774 | by (auto intro: converseI) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 775 | |
| 63404 | 776 | lemma conversep_iff [iff]: "r\<inverse>\<inverse> a b = r b a" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 777 | by (fact converse_iff [to_pred]) | 
| 46694 | 778 | |
| 63404 | 779 | lemma converse_converse [simp]: "(r\<inverse>)\<inverse> = r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 780 | by (simp add: set_eq_iff) | 
| 46694 | 781 | |
| 63404 | 782 | lemma conversep_conversep [simp]: "(r\<inverse>\<inverse>)\<inverse>\<inverse> = r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 783 | by (fact converse_converse [to_pred]) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 784 | |
| 53680 | 785 | lemma converse_empty[simp]: "{}\<inverse> = {}"
 | 
| 63404 | 786 | by auto | 
| 53680 | 787 | |
| 788 | lemma converse_UNIV[simp]: "UNIV\<inverse> = UNIV" | |
| 63404 | 789 | by auto | 
| 53680 | 790 | |
| 63404 | 791 | lemma converse_relcomp: "(r O s)\<inverse> = s\<inverse> O r\<inverse>" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 792 | by blast | 
| 46694 | 793 | |
| 63404 | 794 | lemma converse_relcompp: "(r OO s)\<inverse>\<inverse> = s\<inverse>\<inverse> OO r\<inverse>\<inverse>" | 
| 795 | by (iprover intro: order_antisym conversepI relcomppI elim: relcomppE dest: conversepD) | |
| 46694 | 796 | |
| 63404 | 797 | lemma converse_Int: "(r \<inter> s)\<inverse> = r\<inverse> \<inter> s\<inverse>" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 798 | by blast | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 799 | |
| 63404 | 800 | lemma converse_meet: "(r \<sqinter> s)\<inverse>\<inverse> = r\<inverse>\<inverse> \<sqinter> s\<inverse>\<inverse>" | 
| 46694 | 801 | by (simp add: inf_fun_def) (iprover intro: conversepI ext dest: conversepD) | 
| 802 | ||
| 63404 | 803 | lemma converse_Un: "(r \<union> s)\<inverse> = r\<inverse> \<union> s\<inverse>" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 804 | by blast | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 805 | |
| 63404 | 806 | lemma converse_join: "(r \<squnion> s)\<inverse>\<inverse> = r\<inverse>\<inverse> \<squnion> s\<inverse>\<inverse>" | 
| 46694 | 807 | by (simp add: sup_fun_def) (iprover intro: conversepI ext dest: conversepD) | 
| 808 | ||
| 69275 | 809 | lemma converse_INTER: "(\<Inter>(r ` S))\<inverse> = (\<Inter>x\<in>S. (r x)\<inverse>)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 810 | by fast | 
| 19228 | 811 | |
| 69275 | 812 | lemma converse_UNION: "(\<Union>(r ` S))\<inverse> = (\<Union>x\<in>S. (r x)\<inverse>)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 813 | by blast | 
| 19228 | 814 | |
| 63404 | 815 | lemma converse_mono[simp]: "r\<inverse> \<subseteq> s \<inverse> \<longleftrightarrow> r \<subseteq> s" | 
| 52749 | 816 | by auto | 
| 817 | ||
| 63404 | 818 | lemma conversep_mono[simp]: "r\<inverse>\<inverse> \<le> s \<inverse>\<inverse> \<longleftrightarrow> r \<le> s" | 
| 52749 | 819 | by (fact converse_mono[to_pred]) | 
| 820 | ||
| 63404 | 821 | lemma converse_inject[simp]: "r\<inverse> = s \<inverse> \<longleftrightarrow> r = s" | 
| 52730 | 822 | by auto | 
| 823 | ||
| 63404 | 824 | lemma conversep_inject[simp]: "r\<inverse>\<inverse> = s \<inverse>\<inverse> \<longleftrightarrow> r = s" | 
| 52749 | 825 | by (fact converse_inject[to_pred]) | 
| 826 | ||
| 63612 | 827 | lemma converse_subset_swap: "r \<subseteq> s \<inverse> \<longleftrightarrow> r \<inverse> \<subseteq> s" | 
| 52749 | 828 | by auto | 
| 829 | ||
| 63612 | 830 | lemma conversep_le_swap: "r \<le> s \<inverse>\<inverse> \<longleftrightarrow> r \<inverse>\<inverse> \<le> s" | 
| 52749 | 831 | by (fact converse_subset_swap[to_pred]) | 
| 52730 | 832 | |
| 63404 | 833 | lemma converse_Id [simp]: "Id\<inverse> = Id" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 834 | by blast | 
| 12905 | 835 | |
| 63404 | 836 | lemma converse_Id_on [simp]: "(Id_on A)\<inverse> = Id_on A" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 837 | by blast | 
| 12905 | 838 | |
| 30198 | 839 | lemma refl_on_converse [simp]: "refl_on A (converse r) = refl_on A r" | 
| 63404 | 840 | by (auto simp: refl_on_def) | 
| 12905 | 841 | |
| 19228 | 842 | lemma sym_converse [simp]: "sym (converse r) = sym r" | 
| 63404 | 843 | unfolding sym_def by blast | 
| 19228 | 844 | |
| 845 | lemma antisym_converse [simp]: "antisym (converse r) = antisym r" | |
| 63404 | 846 | unfolding antisym_def by blast | 
| 12905 | 847 | |
| 19228 | 848 | lemma trans_converse [simp]: "trans (converse r) = trans r" | 
| 63404 | 849 | unfolding trans_def by blast | 
| 12905 | 850 | |
| 63404 | 851 | lemma sym_conv_converse_eq: "sym r \<longleftrightarrow> r\<inverse> = r" | 
| 852 | unfolding sym_def by fast | |
| 19228 | 853 | |
| 63404 | 854 | lemma sym_Un_converse: "sym (r \<union> r\<inverse>)" | 
| 855 | unfolding sym_def by blast | |
| 19228 | 856 | |
| 63404 | 857 | lemma sym_Int_converse: "sym (r \<inter> r\<inverse>)" | 
| 858 | unfolding sym_def by blast | |
| 19228 | 859 | |
| 63404 | 860 | lemma total_on_converse [simp]: "total_on A (r\<inverse>) = total_on A r" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 861 | by (auto simp: total_on_def) | 
| 29859 
33bff35f1335
Moved Order_Relation into Library and moved some of it into Relation.
 nipkow parents: 
29609diff
changeset | 862 | |
| 63404 | 863 | lemma finite_converse [iff]: "finite (r\<inverse>) = finite r" | 
| 68455 | 864 | unfolding converse_def conversep_iff using [[simproc add: finite_Collect]] | 
| 865 | by (auto elim: finite_imageD simp: inj_on_def) | |
| 866 | ||
| 867 | lemma card_inverse[simp]: "card (R\<inverse>) = card R" | |
| 868 | proof - | |
| 869 | have *: "\<And>R. prod.swap ` R = R\<inverse>" by auto | |
| 870 |   {
 | |
| 871 | assume "\<not>finite R" | |
| 872 | hence ?thesis | |
| 873 | by auto | |
| 874 |   } moreover {
 | |
| 875 | assume "finite R" | |
| 876 | with card_image_le[of R prod.swap] card_image_le[of "R\<inverse>" prod.swap] | |
| 877 | have ?thesis by (auto simp: *) | |
| 878 | } ultimately show ?thesis by blast | |
| 879 | qed | |
| 12913 | 880 | |
| 67399 | 881 | lemma conversep_noteq [simp]: "(\<noteq>)\<inverse>\<inverse> = (\<noteq>)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 882 | by (auto simp add: fun_eq_iff) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 883 | |
| 67399 | 884 | lemma conversep_eq [simp]: "(=)\<inverse>\<inverse> = (=)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 885 | by (auto simp add: fun_eq_iff) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 886 | |
| 63404 | 887 | lemma converse_unfold [code]: "r\<inverse> = {(y, x). (x, y) \<in> r}"
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 888 | by (simp add: set_eq_iff) | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 889 | |
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 890 | |
| 60758 | 891 | subsubsection \<open>Domain, range and field\<close> | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 892 | |
| 63404 | 893 | inductive_set Domain :: "('a \<times> 'b) set \<Rightarrow> 'a set" for r :: "('a \<times> 'b) set"
 | 
| 894 | where DomainI [intro]: "(a, b) \<in> r \<Longrightarrow> a \<in> Domain r" | |
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 895 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 896 | lemmas DomainPI = Domainp.DomainI | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 897 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 898 | inductive_cases DomainE [elim!]: "a \<in> Domain r" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 899 | inductive_cases DomainpE [elim!]: "Domainp r a" | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 900 | |
| 63404 | 901 | inductive_set Range :: "('a \<times> 'b) set \<Rightarrow> 'b set" for r :: "('a \<times> 'b) set"
 | 
| 902 | where RangeI [intro]: "(a, b) \<in> r \<Longrightarrow> b \<in> Range r" | |
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 903 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 904 | lemmas RangePI = Rangep.RangeI | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 905 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 906 | inductive_cases RangeE [elim!]: "b \<in> Range r" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 907 | inductive_cases RangepE [elim!]: "Rangep r b" | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 908 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 909 | definition Field :: "'a rel \<Rightarrow> 'a set" | 
| 63404 | 910 | where "Field r = Domain r \<union> Range r" | 
| 12905 | 911 | |
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 912 | lemma FieldI1: "(i, j) \<in> R \<Longrightarrow> i \<in> Field R" | 
| 63612 | 913 | unfolding Field_def by blast | 
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 914 | |
| 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 915 | lemma FieldI2: "(i, j) \<in> R \<Longrightarrow> j \<in> Field R" | 
| 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 916 | unfolding Field_def by auto | 
| 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 917 | |
| 63404 | 918 | lemma Domain_fst [code]: "Domain r = fst ` r" | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 919 | by force | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 920 | |
| 63404 | 921 | lemma Range_snd [code]: "Range r = snd ` r" | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 922 | by force | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 923 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 924 | lemma fst_eq_Domain: "fst ` R = Domain R" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 925 | by force | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 926 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 927 | lemma snd_eq_Range: "snd ` R = Range R" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 928 | by force | 
| 46694 | 929 | |
| 62087 
44841d07ef1d
revisions to limits and derivatives, plus new lemmas
 paulson parents: 
61955diff
changeset | 930 | lemma range_fst [simp]: "range fst = UNIV" | 
| 
44841d07ef1d
revisions to limits and derivatives, plus new lemmas
 paulson parents: 
61955diff
changeset | 931 | by (auto simp: fst_eq_Domain) | 
| 
44841d07ef1d
revisions to limits and derivatives, plus new lemmas
 paulson parents: 
61955diff
changeset | 932 | |
| 
44841d07ef1d
revisions to limits and derivatives, plus new lemmas
 paulson parents: 
61955diff
changeset | 933 | lemma range_snd [simp]: "range snd = UNIV" | 
| 
44841d07ef1d
revisions to limits and derivatives, plus new lemmas
 paulson parents: 
61955diff
changeset | 934 | by (auto simp: snd_eq_Range) | 
| 
44841d07ef1d
revisions to limits and derivatives, plus new lemmas
 paulson parents: 
61955diff
changeset | 935 | |
| 46694 | 936 | lemma Domain_empty [simp]: "Domain {} = {}"
 | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 937 | by auto | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 938 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 939 | lemma Range_empty [simp]: "Range {} = {}"
 | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 940 | by auto | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 941 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 942 | lemma Field_empty [simp]: "Field {} = {}"
 | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 943 | by (simp add: Field_def) | 
| 46694 | 944 | |
| 945 | lemma Domain_empty_iff: "Domain r = {} \<longleftrightarrow> r = {}"
 | |
| 946 | by auto | |
| 947 | ||
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 948 | lemma Range_empty_iff: "Range r = {} \<longleftrightarrow> r = {}"
 | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 949 | by auto | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 950 | |
| 46882 | 951 | lemma Domain_insert [simp]: "Domain (insert (a, b) r) = insert a (Domain r)" | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 952 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 953 | |
| 46882 | 954 | lemma Range_insert [simp]: "Range (insert (a, b) r) = insert b (Range r)" | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 955 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 956 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 957 | lemma Field_insert [simp]: "Field (insert (a, b) r) = {a, b} \<union> Field r"
 | 
| 46884 | 958 | by (auto simp add: Field_def) | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 959 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 960 | lemma Domain_iff: "a \<in> Domain r \<longleftrightarrow> (\<exists>y. (a, y) \<in> r)" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 961 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 962 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 963 | lemma Range_iff: "a \<in> Range r \<longleftrightarrow> (\<exists>y. (y, a) \<in> r)" | 
| 46694 | 964 | by blast | 
| 965 | ||
| 966 | lemma Domain_Id [simp]: "Domain Id = UNIV" | |
| 967 | by blast | |
| 968 | ||
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 969 | lemma Range_Id [simp]: "Range Id = UNIV" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 970 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 971 | |
| 46694 | 972 | lemma Domain_Id_on [simp]: "Domain (Id_on A) = A" | 
| 973 | by blast | |
| 974 | ||
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 975 | lemma Range_Id_on [simp]: "Range (Id_on A) = A" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 976 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 977 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 978 | lemma Domain_Un_eq: "Domain (A \<union> B) = Domain A \<union> Domain B" | 
| 46694 | 979 | by blast | 
| 980 | ||
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 981 | lemma Range_Un_eq: "Range (A \<union> B) = Range A \<union> Range B" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 982 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 983 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 984 | lemma Field_Un [simp]: "Field (r \<union> s) = Field r \<union> Field s" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 985 | by (auto simp: Field_def) | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 986 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 987 | lemma Domain_Int_subset: "Domain (A \<inter> B) \<subseteq> Domain A \<inter> Domain B" | 
| 46694 | 988 | by blast | 
| 989 | ||
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 990 | lemma Range_Int_subset: "Range (A \<inter> B) \<subseteq> Range A \<inter> Range B" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 991 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 992 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 993 | lemma Domain_Diff_subset: "Domain A - Domain B \<subseteq> Domain (A - B)" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 994 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 995 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 996 | lemma Range_Diff_subset: "Range A - Range B \<subseteq> Range (A - B)" | 
| 46694 | 997 | by blast | 
| 998 | ||
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 999 | lemma Domain_Union: "Domain (\<Union>S) = (\<Union>A\<in>S. Domain A)" | 
| 46694 | 1000 | by blast | 
| 1001 | ||
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1002 | lemma Range_Union: "Range (\<Union>S) = (\<Union>A\<in>S. Range A)" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1003 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1004 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1005 | lemma Field_Union [simp]: "Field (\<Union>R) = \<Union>(Field ` R)" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1006 | by (auto simp: Field_def) | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1007 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1008 | lemma Domain_converse [simp]: "Domain (r\<inverse>) = Range r" | 
| 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1009 | by auto | 
| 46694 | 1010 | |
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1011 | lemma Range_converse [simp]: "Range (r\<inverse>) = Domain r" | 
| 46694 | 1012 | by blast | 
| 1013 | ||
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1014 | lemma Field_converse [simp]: "Field (r\<inverse>) = Field r" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1015 | by (auto simp: Field_def) | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1016 | |
| 63404 | 1017 | lemma Domain_Collect_case_prod [simp]: "Domain {(x, y). P x y} = {x. \<exists>y. P x y}"
 | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1018 | by auto | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1019 | |
| 63404 | 1020 | lemma Range_Collect_case_prod [simp]: "Range {(x, y). P x y} = {y. \<exists>x. P x y}"
 | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1021 | by auto | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1022 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1023 | lemma finite_Domain: "finite r \<Longrightarrow> finite (Domain r)" | 
| 46884 | 1024 | by (induct set: finite) auto | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1025 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1026 | lemma finite_Range: "finite r \<Longrightarrow> finite (Range r)" | 
| 46884 | 1027 | by (induct set: finite) auto | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1028 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1029 | lemma finite_Field: "finite r \<Longrightarrow> finite (Field r)" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1030 | by (simp add: Field_def finite_Domain finite_Range) | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1031 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1032 | lemma Domain_mono: "r \<subseteq> s \<Longrightarrow> Domain r \<subseteq> Domain s" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1033 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1034 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1035 | lemma Range_mono: "r \<subseteq> s \<Longrightarrow> Range r \<subseteq> Range s" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1036 | by blast | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1037 | |
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1038 | lemma mono_Field: "r \<subseteq> s \<Longrightarrow> Field r \<subseteq> Field s" | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1039 | by (auto simp: Field_def Domain_def Range_def) | 
| 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1040 | |
| 63404 | 1041 | lemma Domain_unfold: "Domain r = {x. \<exists>y. (x, y) \<in> r}"
 | 
| 46767 
807a5d219c23
more fundamental pred-to-set conversions for range and domain by means of inductive_set
 haftmann parents: 
46752diff
changeset | 1042 | by blast | 
| 46694 | 1043 | |
| 63563 
0bcd79da075b
prefer [simp] over [iff] as [iff] break HOL-UNITY
 Andreas Lochbihler parents: 
63561diff
changeset | 1044 | lemma Field_square [simp]: "Field (x \<times> x) = x" | 
| 63612 | 1045 | unfolding Field_def by blast | 
| 63561 
fba08009ff3e
add lemmas contributed by Peter Gammie
 Andreas Lochbihler parents: 
63404diff
changeset | 1046 | |
| 12905 | 1047 | |
| 60758 | 1048 | subsubsection \<open>Image of a set under a relation\<close> | 
| 12905 | 1049 | |
| 63404 | 1050 | definition Image :: "('a \<times> 'b) set \<Rightarrow> 'a set \<Rightarrow> 'b set"  (infixr "``" 90)
 | 
| 1051 |   where "r `` s = {y. \<exists>x\<in>s. (x, y) \<in> r}"
 | |
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 1052 | |
| 63404 | 1053 | lemma Image_iff: "b \<in> r``A \<longleftrightarrow> (\<exists>x\<in>A. (x, b) \<in> r)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1054 | by (simp add: Image_def) | 
| 12905 | 1055 | |
| 63404 | 1056 | lemma Image_singleton: "r``{a} = {b. (a, b) \<in> r}"
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1057 | by (simp add: Image_def) | 
| 12905 | 1058 | |
| 63404 | 1059 | lemma Image_singleton_iff [iff]: "b \<in> r``{a} \<longleftrightarrow> (a, b) \<in> r"
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1060 | by (rule Image_iff [THEN trans]) simp | 
| 12905 | 1061 | |
| 63404 | 1062 | lemma ImageI [intro]: "(a, b) \<in> r \<Longrightarrow> a \<in> A \<Longrightarrow> b \<in> r``A" | 
| 1063 | unfolding Image_def by blast | |
| 12905 | 1064 | |
| 63404 | 1065 | lemma ImageE [elim!]: "b \<in> r `` A \<Longrightarrow> (\<And>x. (x, b) \<in> r \<Longrightarrow> x \<in> A \<Longrightarrow> P) \<Longrightarrow> P" | 
| 1066 | unfolding Image_def by (iprover elim!: CollectE bexE) | |
| 12905 | 1067 | |
| 63404 | 1068 | lemma rev_ImageI: "a \<in> A \<Longrightarrow> (a, b) \<in> r \<Longrightarrow> b \<in> r `` A" | 
| 61799 | 1069 | \<comment> \<open>This version's more effective when we already have the required \<open>a\<close>\<close> | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1070 | by blast | 
| 12905 | 1071 | |
| 68455 | 1072 | lemma Image_empty1 [simp]: "{} `` X = {}"
 | 
| 1073 | by auto | |
| 1074 | ||
| 1075 | lemma Image_empty2 [simp]: "R``{} = {}"
 | |
| 1076 | by blast | |
| 12905 | 1077 | |
| 1078 | lemma Image_Id [simp]: "Id `` A = A" | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1079 | by blast | 
| 12905 | 1080 | |
| 30198 | 1081 | lemma Image_Id_on [simp]: "Id_on A `` B = A \<inter> B" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1082 | by blast | 
| 13830 | 1083 | |
| 1084 | lemma Image_Int_subset: "R `` (A \<inter> B) \<subseteq> R `` A \<inter> R `` B" | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1085 | by blast | 
| 12905 | 1086 | |
| 63404 | 1087 | lemma Image_Int_eq: "single_valued (converse R) \<Longrightarrow> R `` (A \<inter> B) = R `` A \<inter> R `` B" | 
| 63612 | 1088 | by (auto simp: single_valued_def) | 
| 12905 | 1089 | |
| 13830 | 1090 | lemma Image_Un: "R `` (A \<union> B) = R `` A \<union> R `` B" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1091 | by blast | 
| 12905 | 1092 | |
| 13812 
91713a1915ee
converting HOL/UNITY to use unconditional fairness
 paulson parents: 
13639diff
changeset | 1093 | lemma Un_Image: "(R \<union> S) `` A = R `` A \<union> S `` A" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1094 | by blast | 
| 13812 
91713a1915ee
converting HOL/UNITY to use unconditional fairness
 paulson parents: 
13639diff
changeset | 1095 | |
| 63404 | 1096 | lemma Image_subset: "r \<subseteq> A \<times> B \<Longrightarrow> r``C \<subseteq> B" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1097 | by (iprover intro!: subsetI elim!: ImageE dest!: subsetD SigmaD2) | 
| 12905 | 1098 | |
| 13830 | 1099 | lemma Image_eq_UN: "r``B = (\<Union>y\<in> B. r``{y})"
 | 
| 61799 | 1100 | \<comment> \<open>NOT suitable for rewriting\<close> | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1101 | by blast | 
| 12905 | 1102 | |
| 63404 | 1103 | lemma Image_mono: "r' \<subseteq> r \<Longrightarrow> A' \<subseteq> A \<Longrightarrow> (r' `` A') \<subseteq> (r `` A)" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1104 | by blast | 
| 12905 | 1105 | |
| 69275 | 1106 | lemma Image_UN: "r `` (\<Union>(B ` A)) = (\<Union>x\<in>A. r `` (B x))" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1107 | by blast | 
| 13830 | 1108 | |
| 54410 
0a578fb7fb73
countability of the image of a reflexive transitive closure
 hoelzl parents: 
54147diff
changeset | 1109 | lemma UN_Image: "(\<Union>i\<in>I. X i) `` S = (\<Union>i\<in>I. X i `` S)" | 
| 
0a578fb7fb73
countability of the image of a reflexive transitive closure
 hoelzl parents: 
54147diff
changeset | 1110 | by auto | 
| 
0a578fb7fb73
countability of the image of a reflexive transitive closure
 hoelzl parents: 
54147diff
changeset | 1111 | |
| 69275 | 1112 | lemma Image_INT_subset: "(r `` (\<Inter>(B ` A))) \<subseteq> (\<Inter>x\<in>A. r `` (B x))" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1113 | by blast | 
| 12905 | 1114 | |
| 63404 | 1115 | text \<open>Converse inclusion requires some assumptions\<close> | 
| 69275 | 1116 | lemma Image_INT_eq: "single_valued (r\<inverse>) \<Longrightarrow> A \<noteq> {} \<Longrightarrow> r `` (\<Inter>(B ` A)) = (\<Inter>x\<in>A. r `` B x)"
 | 
| 63404 | 1117 | apply (rule equalityI) | 
| 1118 | apply (rule Image_INT_subset) | |
| 1119 | apply (auto simp add: single_valued_def) | |
| 1120 | apply blast | |
| 1121 | done | |
| 12905 | 1122 | |
| 63404 | 1123 | lemma Image_subset_eq: "r``A \<subseteq> B \<longleftrightarrow> A \<subseteq> - ((r\<inverse>) `` (- B))" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1124 | by blast | 
| 12905 | 1125 | |
| 63404 | 1126 | lemma Image_Collect_case_prod [simp]: "{(x, y). P x y} `` A = {y. \<exists>x\<in>A. P x y}"
 | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1127 | by auto | 
| 12905 | 1128 | |
| 54410 
0a578fb7fb73
countability of the image of a reflexive transitive closure
 hoelzl parents: 
54147diff
changeset | 1129 | lemma Sigma_Image: "(SIGMA x:A. B x) `` X = (\<Union>x\<in>X \<inter> A. B x)" | 
| 
0a578fb7fb73
countability of the image of a reflexive transitive closure
 hoelzl parents: 
54147diff
changeset | 1130 | by auto | 
| 
0a578fb7fb73
countability of the image of a reflexive transitive closure
 hoelzl parents: 
54147diff
changeset | 1131 | |
| 
0a578fb7fb73
countability of the image of a reflexive transitive closure
 hoelzl parents: 
54147diff
changeset | 1132 | lemma relcomp_Image: "(X O Y) `` Z = Y `` (X `` Z)" | 
| 
0a578fb7fb73
countability of the image of a reflexive transitive closure
 hoelzl parents: 
54147diff
changeset | 1133 | by auto | 
| 12905 | 1134 | |
| 68455 | 1135 | lemma finite_Image[simp]: assumes "finite R" shows "finite (R `` A)" | 
| 1136 | by(rule finite_subset[OF _ finite_Range[OF assms]]) auto | |
| 1137 | ||
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 1138 | |
| 60758 | 1139 | subsubsection \<open>Inverse image\<close> | 
| 12905 | 1140 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1141 | definition inv_image :: "'b rel \<Rightarrow> ('a \<Rightarrow> 'b) \<Rightarrow> 'a rel"
 | 
| 63404 | 1142 |   where "inv_image r f = {(x, y). (f x, f y) \<in> r}"
 | 
| 46692 
1f8b766224f6
tuned structure; dropped already existing syntax declarations
 haftmann parents: 
46691diff
changeset | 1143 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1144 | definition inv_imagep :: "('b \<Rightarrow> 'b \<Rightarrow> bool) \<Rightarrow> ('a \<Rightarrow> 'b) \<Rightarrow> 'a \<Rightarrow> 'a \<Rightarrow> bool"
 | 
| 63404 | 1145 | where "inv_imagep r f = (\<lambda>x y. r (f x) (f y))" | 
| 46694 | 1146 | |
| 1147 | lemma [pred_set_conv]: "inv_imagep (\<lambda>x y. (x, y) \<in> r) f = (\<lambda>x y. (x, y) \<in> inv_image r f)" | |
| 1148 | by (simp add: inv_image_def inv_imagep_def) | |
| 1149 | ||
| 63404 | 1150 | lemma sym_inv_image: "sym r \<Longrightarrow> sym (inv_image r f)" | 
| 1151 | unfolding sym_def inv_image_def by blast | |
| 19228 | 1152 | |
| 63404 | 1153 | lemma trans_inv_image: "trans r \<Longrightarrow> trans (inv_image r f)" | 
| 1154 | unfolding trans_def inv_image_def | |
| 71404 
f2b783abfbe7
A few lemmas connected with orderings
 paulson <lp15@cam.ac.uk> parents: 
69905diff
changeset | 1155 | by (simp (no_asm)) blast | 
| 
f2b783abfbe7
A few lemmas connected with orderings
 paulson <lp15@cam.ac.uk> parents: 
69905diff
changeset | 1156 | |
| 
f2b783abfbe7
A few lemmas connected with orderings
 paulson <lp15@cam.ac.uk> parents: 
69905diff
changeset | 1157 | lemma total_inv_image: "\<lbrakk>inj f; total r\<rbrakk> \<Longrightarrow> total (inv_image r f)" | 
| 
f2b783abfbe7
A few lemmas connected with orderings
 paulson <lp15@cam.ac.uk> parents: 
69905diff
changeset | 1158 | unfolding inv_image_def total_on_def by (auto simp: inj_eq) | 
| 12905 | 1159 | |
| 71935 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 1160 | lemma asym_inv_image: "asym R \<Longrightarrow> asym (inv_image R f)" | 
| 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 1161 | by (simp add: inv_image_def asym_iff) | 
| 
82b00b8f1871
fixed the utterly weird definitions of asym / asymp, and added many asym lemmas
 paulson <lp15@cam.ac.uk> parents: 
71827diff
changeset | 1162 | |
| 63404 | 1163 | lemma in_inv_image[simp]: "(x, y) \<in> inv_image r f \<longleftrightarrow> (f x, f y) \<in> r" | 
| 71404 
f2b783abfbe7
A few lemmas connected with orderings
 paulson <lp15@cam.ac.uk> parents: 
69905diff
changeset | 1164 | by (auto simp: inv_image_def) | 
| 32463 
3a0a65ca2261
moved lemma Wellfounded.in_inv_image to Relation.thy
 krauss parents: 
32235diff
changeset | 1165 | |
| 63404 | 1166 | lemma converse_inv_image[simp]: "(inv_image R f)\<inverse> = inv_image (R\<inverse>) f" | 
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1167 | unfolding inv_image_def converse_unfold by auto | 
| 33218 | 1168 | |
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1169 | lemma in_inv_imagep [simp]: "inv_imagep r f x y = r (f x) (f y)" | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1170 | by (simp add: inv_imagep_def) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1171 | |
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1172 | |
| 60758 | 1173 | subsubsection \<open>Powerset\<close> | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1174 | |
| 46752 
e9e7209eb375
more fundamental pred-to-set conversions, particularly by means of inductive_set; associated consolidation of some theorem names (c.f. NEWS)
 haftmann parents: 
46696diff
changeset | 1175 | definition Powp :: "('a \<Rightarrow> bool) \<Rightarrow> 'a set \<Rightarrow> bool"
 | 
| 63404 | 1176 | where "Powp A = (\<lambda>B. \<forall>x \<in> B. A x)" | 
| 46664 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1177 | |
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1178 | lemma Powp_Pow_eq [pred_set_conv]: "Powp (\<lambda>x. x \<in> A) = (\<lambda>x. x \<in> Pow A)" | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1179 | by (auto simp add: Powp_def fun_eq_iff) | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1180 | |
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1181 | lemmas Powp_mono [mono] = Pow_mono [to_pred] | 
| 
1f6c140f9c72
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy
 haftmann parents: 
46638diff
changeset | 1182 | |
| 63376 
4c0cc2b356f0
default one-step rules for predicates on relations;
 haftmann parents: 
62343diff
changeset | 1183 | |
| 69593 | 1184 | subsubsection \<open>Expressing relation operations via \<^const>\<open>Finite_Set.fold\<close>\<close> | 
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1185 | |
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1186 | lemma Id_on_fold: | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1187 | assumes "finite A" | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1188 |   shows "Id_on A = Finite_Set.fold (\<lambda>x. Set.insert (Pair x x)) {} A"
 | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1189 | proof - | 
| 63404 | 1190 | interpret comp_fun_commute "\<lambda>x. Set.insert (Pair x x)" | 
| 1191 | by standard auto | |
| 1192 | from assms show ?thesis | |
| 1193 | unfolding Id_on_def by (induct A) simp_all | |
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1194 | qed | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1195 | |
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1196 | lemma comp_fun_commute_Image_fold: | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1197 | "comp_fun_commute (\<lambda>(x,y) A. if x \<in> S then Set.insert y A else A)" | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1198 | proof - | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1199 | interpret comp_fun_idem Set.insert | 
| 63404 | 1200 | by (fact comp_fun_idem_insert) | 
| 1201 | show ?thesis | |
| 63612 | 1202 | by standard (auto simp: fun_eq_iff comp_fun_commute split: prod.split) | 
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1203 | qed | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1204 | |
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1205 | lemma Image_fold: | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1206 | assumes "finite R" | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1207 |   shows "R `` S = Finite_Set.fold (\<lambda>(x,y) A. if x \<in> S then Set.insert y A else A) {} R"
 | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1208 | proof - | 
| 63404 | 1209 | interpret comp_fun_commute "(\<lambda>(x,y) A. if x \<in> S then Set.insert y A else A)" | 
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1210 | by (rule comp_fun_commute_Image_fold) | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1211 | have *: "\<And>x F. Set.insert x F `` S = (if fst x \<in> S then Set.insert (snd x) (F `` S) else (F `` S))" | 
| 52749 | 1212 | by (force intro: rev_ImageI) | 
| 63404 | 1213 | show ?thesis | 
| 1214 | using assms by (induct R) (auto simp: *) | |
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1215 | qed | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1216 | |
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1217 | lemma insert_relcomp_union_fold: | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1218 | assumes "finite S" | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1219 |   shows "{x} O S \<union> X = Finite_Set.fold (\<lambda>(w,z) A'. if snd x = w then Set.insert (fst x,z) A' else A') X S"
 | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1220 | proof - | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1221 | interpret comp_fun_commute "\<lambda>(w,z) A'. if snd x = w then Set.insert (fst x,z) A' else A'" | 
| 63404 | 1222 | proof - | 
| 1223 | interpret comp_fun_idem Set.insert | |
| 1224 | by (fact comp_fun_idem_insert) | |
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1225 | show "comp_fun_commute (\<lambda>(w,z) A'. if snd x = w then Set.insert (fst x,z) A' else A')" | 
| 63404 | 1226 | by standard (auto simp add: fun_eq_iff split: prod.split) | 
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1227 | qed | 
| 63404 | 1228 |   have *: "{x} O S = {(x', z). x' = fst x \<and> (snd x, z) \<in> S}"
 | 
| 1229 | by (auto simp: relcomp_unfold intro!: exI) | |
| 1230 | show ?thesis | |
| 1231 | unfolding * using \<open>finite S\<close> by (induct S) (auto split: prod.split) | |
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1232 | qed | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1233 | |
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1234 | lemma insert_relcomp_fold: | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1235 | assumes "finite S" | 
| 63404 | 1236 | shows "Set.insert x R O S = | 
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1237 | Finite_Set.fold (\<lambda>(w,z) A'. if snd x = w then Set.insert (fst x,z) A' else A') (R O S) S" | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1238 | proof - | 
| 63404 | 1239 |   have "Set.insert x R O S = ({x} O S) \<union> (R O S)"
 | 
| 1240 | by auto | |
| 1241 | then show ?thesis | |
| 1242 | by (auto simp: insert_relcomp_union_fold [OF assms]) | |
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1243 | qed | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1244 | |
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1245 | lemma comp_fun_commute_relcomp_fold: | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1246 | assumes "finite S" | 
| 63404 | 1247 | shows "comp_fun_commute (\<lambda>(x,y) A. | 
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1248 | Finite_Set.fold (\<lambda>(w,z) A'. if y = w then Set.insert (x,z) A' else A') A S)" | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1249 | proof - | 
| 63404 | 1250 | have *: "\<And>a b A. | 
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1251 |     Finite_Set.fold (\<lambda>(w, z) A'. if b = w then Set.insert (a, z) A' else A') A S = {(a,b)} O S \<union> A"
 | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1252 | by (auto simp: insert_relcomp_union_fold[OF assms] cong: if_cong) | 
| 63404 | 1253 | show ?thesis | 
| 1254 | by standard (auto simp: *) | |
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1255 | qed | 
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1256 | |
| 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1257 | lemma relcomp_fold: | 
| 63404 | 1258 | assumes "finite R" "finite S" | 
| 1259 | shows "R O S = Finite_Set.fold | |
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1260 |     (\<lambda>(x,y) A. Finite_Set.fold (\<lambda>(w,z) A'. if y = w then Set.insert (x,z) A' else A') A S) {} R"
 | 
| 73832 | 1261 | proof - | 
| 1262 | interpret commute_relcomp_fold: comp_fun_commute | |
| 1263 | "(\<lambda>(x, y) A. Finite_Set.fold (\<lambda>(w, z) A'. if y = w then insert (x, z) A' else A') A S)" | |
| 1264 | by (fact comp_fun_commute_relcomp_fold[OF \<open>finite S\<close>]) | |
| 1265 | from assms show ?thesis | |
| 1266 | by (induct R) (auto simp: comp_fun_commute_relcomp_fold insert_relcomp_fold cong: if_cong) | |
| 1267 | qed | |
| 48620 
fc9be489e2fb
more relation operations expressed by Finite_Set.fold
 kuncar parents: 
48253diff
changeset | 1268 | |
| 1128 
64b30e3cc6d4
Trancl is now based on Relation which used to be in Integ.
 nipkow parents: diff
changeset | 1269 | end |