removed old lemma names
authordesharna
Mon, 26 Dec 2022 13:54:07 +0100
changeset 76773 b61ad889dffa
parent 76756 907b5c4d1332
child 76774 2735b11a3de8
removed old lemma names
src/HOL/Relation.thy
--- a/src/HOL/Relation.thy	Fri Dec 23 12:14:10 2022 +0100
+++ b/src/HOL/Relation.thy	Mon Dec 26 13:54:07 2022 +0100
@@ -727,23 +727,15 @@
 lemma (in preorder) transp_on_le[simp]: "transp_on A (\<le>)"
   by (auto intro: transp_onI order_trans)
 
-lemmas (in preorder) transp_le = transp_on_le[of UNIV]
-
 lemma (in preorder) transp_on_less[simp]: "transp_on A (<)"
   by (auto intro: transp_onI less_trans)
 
-lemmas (in preorder) transp_less = transp_on_less[of UNIV]
-
 lemma (in preorder) transp_on_ge[simp]: "transp_on A (\<ge>)"
   by (auto intro: transp_onI order_trans)
 
-lemmas (in preorder) transp_ge = transp_on_ge[of UNIV]
-
 lemma (in preorder) transp_on_greater[simp]: "transp_on A (>)"
   by (auto intro: transp_onI less_trans)
 
-lemmas (in preorder) transp_gr = transp_on_greater[of UNIV]
-
 
 subsubsection \<open>Totality\<close>