src/HOL/Library/Quotient_Option.thy
changeset 56525 b5b6ad5dc2ae
parent 55564 e81ee43ab290
child 58881 b9556a055632
--- a/src/HOL/Library/Quotient_Option.thy	Thu Apr 10 17:48:18 2014 +0200
+++ b/src/HOL/Library/Quotient_Option.thy	Thu Apr 10 17:48:32 2014 +0200
@@ -20,7 +20,7 @@
 
 declare
   map_option.id [id_simps]
-  rel_option_eq [id_simps]
+  option.rel_eq [id_simps]
 
 lemma reflp_rel_option:
   "reflp R \<Longrightarrow> reflp (rel_option R)"
@@ -44,7 +44,7 @@
   assumes "Quotient3 R Abs Rep"
   shows "Quotient3 (rel_option R) (map_option Abs) (map_option Rep)"
   apply (rule Quotient3I)
-  apply (simp_all add: option.map_comp comp_def option.map_id[unfolded id_def] rel_option_eq rel_option_map1 rel_option_map2 Quotient3_abs_rep [OF assms] Quotient3_rel_rep [OF assms])
+  apply (simp_all add: option.map_comp comp_def option.map_id[unfolded id_def] option.rel_eq rel_option_map1 rel_option_map2 Quotient3_abs_rep [OF assms] Quotient3_rel_rep [OF assms])
   using Quotient3_rel [OF assms]
   apply (simp add: rel_option_iff split: option.split)
   done