diff -r 46f59511b7bb -r d97fdabd9e2b src/HOL/Analysis/Path_Connected.thy --- a/src/HOL/Analysis/Path_Connected.thy Fri Sep 20 19:07:10 2024 +0200 +++ b/src/HOL/Analysis/Path_Connected.thy Fri Sep 20 19:51:08 2024 +0200 @@ -28,7 +28,7 @@ where "reversepath g \ (\x. g(1 - x))" definition\<^marker>\tag important\ joinpaths :: "(real \ 'a::topological_space) \ (real \ 'a) \ real \ 'a" - (infixr "+++" 75) + (infixr \+++\ 75) where "g1 +++ g2 \ (\x. if x \ 1/2 then g1 (2 * x) else g2 (2 * x - 1))" definition\<^marker>\tag important\ loop_free :: "(real \ 'a::topological_space) \ bool"