added missing definitions
authornipkow
Tue, 05 Nov 2024 19:52:15 +0100
changeset 81348 db791a3b098f
parent 81347 31f9e5ada550
child 81349 d026fa14433b
added missing definitions
src/HOL/Data_Structures/Set2_Join_RBT.thy
--- a/src/HOL/Data_Structures/Set2_Join_RBT.thy	Mon Nov 04 22:36:42 2024 +0100
+++ b/src/HOL/Data_Structures/Set2_Join_RBT.thy	Tue Nov 05 19:52:15 2024 +0100
@@ -227,6 +227,7 @@
 where join = join and inv = "\<lambda>t. invc t \<and> invh t"
 defines insert_rbt = RBT.insert and delete_rbt = RBT.delete and split_rbt = RBT.split
 and join2_rbt = RBT.join2 and split_min_rbt = RBT.split_min
+and inter_rbt = RBT.inter and union_rbt = RBT.union and diff_rbt = RBT.diff 
 proof (standard, goal_cases)
   case 1 show ?case by (rule set_join)
 next