merged
authornipkow
Tue, 19 Dec 2023 23:00:57 +0100
changeset 79297 963570d120b2
parent 79295 123651f3ec5d (current diff)
parent 79296 f758b4e9d643 (diff)
child 79314 de58e518ed61
merged
--- a/src/HOL/Int.thy	Tue Dec 19 18:51:32 2023 +0100
+++ b/src/HOL/Int.thy	Tue Dec 19 23:00:57 2023 +0100
@@ -25,10 +25,6 @@
   show "transp intrel" by (auto simp: transp_def)
 qed
 
-lemma eq_Abs_Integ [case_names Abs_Integ, cases type: int]:
-  "(\<And>x y. z = Abs_Integ (x, y) \<Longrightarrow> P) \<Longrightarrow> P"
-  by (induct z) auto
-
 
 subsection \<open>Integers form a commutative ring\<close>