tuned;
authorwenzelm
Sun, 18 Sep 2016 15:19:50 +0200
changeset 63910 e4fdf9580372
parent 63909 cc15bd7c5396
child 63911 d00d4f399f05
tuned;
src/HOL/Hahn_Banach/Subspace.thy
--- a/src/HOL/Hahn_Banach/Subspace.thy	Sun Sep 18 15:16:42 2016 +0200
+++ b/src/HOL/Hahn_Banach/Subspace.thy	Sun Sep 18 15:19:50 2016 +0200
@@ -479,7 +479,7 @@
   interpret vectorspace E by fact
   interpret subspace H E by fact
   from x y x' have "x \<in> H + lin x'" by auto
-  have "\<exists>!p. (\<lambda>(y, a). x = y + a \<cdot> x' \<and> y \<in> H) p" (is "\<exists>!p. ?P p")
+  have "\<exists>!(y, a). x = y + a \<cdot> x' \<and> y \<in> H" (is "\<exists>!p. ?P p")
   proof (rule ex_ex1I)
     from x y show "\<exists>p. ?P p" by blast
     fix p q assume p: "?P p" and q: "?P q"