equal
deleted
inserted
replaced
89 const Set.filter |
89 const Set.filter |
90 thm filter_def → Set.filter_eq [simp] |
90 thm filter_def → Set.filter_eq [simp] |
91 |
91 |
92 const [List.]can_select ~> Set.can_select |
92 const [List.]can_select ~> Set.can_select |
93 thm can_select_def ~> Set.can_select_iff [simp] |
93 thm can_select_def ~> Set.can_select_iff [simp] |
|
94 |
|
95 const List.all_interval_nat List.all_interval_int |
|
96 discontinued in favour of a generic List.all_range |
94 |
97 |
95 The _def suffix for characteristic theorems is avoided to emphasize that these |
98 The _def suffix for characteristic theorems is avoided to emphasize that these |
96 auxiliary operations are candidates for unfolding since they are variants |
99 auxiliary operations are candidates for unfolding since they are variants |
97 of existing logical concepts. The [simp] declarations try to move the attention |
100 of existing logical concepts. The [simp] declarations try to move the attention |
98 of the casual user away from these auxiliary operations; if they expose problems |
101 of the casual user away from these auxiliary operations; if they expose problems |