diff -r 4d15005da582 -r 5b1f86d8505c src/HOL/Set_Interval.thy --- a/src/HOL/Set_Interval.thy Thu Jan 09 13:18:37 2025 +0100 +++ b/src/HOL/Set_Interval.thy Fri Jan 10 15:11:56 2025 +0000 @@ -45,19 +45,19 @@ "{l..} == {x. l\x}" definition - greaterThanLessThan :: "'a => 'a => 'a set" (\(\indent=1 notation=\mixfix set interval\\{_<..<_})\) where + greaterThanLessThan :: "'a => 'a => 'a set" (\(\indent=1 notation=\mixfix set interval\\{_/<..<_})\) where "{l<.. 'a => 'a set" (\(\indent=1 notation=\mixfix set interval\\{_..<_})\) where + atLeastLessThan :: "'a => 'a => 'a set" (\(\indent=1 notation=\mixfix set interval\\{_/..<_})\) where "{l.. 'a => 'a set" (\(\indent=1 notation=\mixfix set interval\\{_<.._})\) where + greaterThanAtMost :: "'a => 'a => 'a set" (\(\indent=1 notation=\mixfix set interval\\{_/<.._})\) where "{l<..u} == {l<..} Int {..u}" definition - atLeastAtMost :: "'a => 'a => 'a set" (\(\indent=1 notation=\mixfix set interval\\{_.._})\) where + atLeastAtMost :: "'a => 'a => 'a set" (\(\indent=1 notation=\mixfix set interval\\{_/.._})\) where "{l..u} == {l..} Int {..u}" end