tuned
authornipkow
Wed, 05 Sep 2018 09:36:17 +0200
changeset 68913 55b12fde48d0
parent 68912 ecc76fa24a32
child 68914 51bd9e9501fb
tuned
src/HOL/Analysis/Path_Connected.thy
--- a/src/HOL/Analysis/Path_Connected.thy	Wed Sep 05 05:05:26 2018 +0200
+++ b/src/HOL/Analysis/Path_Connected.thy	Wed Sep 05 09:36:17 2018 +0200
@@ -1412,7 +1412,9 @@
 qed
 
 
-section \<open>Path component, considered as a "joinability" relation (from Tom Hales)\<close>
+section \<open>Path component, considered as a "joinability" relation\<close>
+
+text \<open>(by Tom Hales)\<close>
 
 definition%important "path_component s x y \<longleftrightarrow>
   (\<exists>g. path g \<and> path_image g \<subseteq> s \<and> pathstart g = x \<and> pathfinish g = y)"