# HG changeset patch # User paulson # Date 1708098906 0 # Node ID 5bedeb0dc827b299ccfa10ddf343efd9567fc9a7 # Parent 4d81c0391da2af63638fa10be8eb7e288f429f6a# Parent a8407aa7f9164dc044d1efd98f17390667e06d2d merged diff -r 4d81c0391da2 -r 5bedeb0dc827 src/HOL/Analysis/Set_Integral.thy --- a/src/HOL/Analysis/Set_Integral.thy Fri Feb 16 11:25:11 2024 +0100 +++ b/src/HOL/Analysis/Set_Integral.thy Fri Feb 16 15:55:06 2024 +0000 @@ -23,7 +23,7 @@ syntax "_ascii_set_lebesgue_integral" :: "pttrn \ 'a set \ 'a measure \ real \ real" - ("(4LINT (_):(_)/|(_)./ _)" [0,60,110,61] 10) + ("(4LINT (_):(_)/|(_)./ _)" [0,0,0,10] 10) translations "LINT x:A|M. f" == "CONST set_lebesgue_integral M A (\x. f)" @@ -39,11 +39,11 @@ syntax "_lebesgue_borel_integral" :: "pttrn \ real \ real" - ("(2LBINT _./ _)" [0,60] 10) + ("(2LBINT _./ _)" [0,10] 10) syntax "_set_lebesgue_borel_integral" :: "pttrn \ real set \ real \ real" - ("(3LBINT _:_./ _)" [0,60,61] 10) + ("(3LBINT _:_./ _)" [0,0,10] 10) (* Basic properties @@ -570,14 +570,14 @@ syntax "_complex_lebesgue_integral" :: "pttrn \ complex \ 'a measure \ complex" - ("\\<^sup>C _. _ \_" [60,61] 110) + ("\\<^sup>C _. _ \_" [0,0] 110) translations "\\<^sup>Cx. f \M" == "CONST complex_lebesgue_integral M (\x. f)" syntax "_ascii_complex_lebesgue_integral" :: "pttrn \ 'a measure \ real \ real" - ("(3CLINT _|_. _)" [0,110,60] 10) + ("(3CLINT _|_. _)" [0,0,10] 10) translations "CLINT x|M. f" == "CONST complex_lebesgue_integral M (\x. f)" @@ -611,7 +611,7 @@ syntax "_ascii_complex_set_lebesgue_integral" :: "pttrn \ 'a set \ 'a measure \ real \ real" -("(4CLINT _:_|_. _)" [0,60,110,61] 10) +("(4CLINT _:_|_. _)" [0,0,0,10] 10) translations "CLINT x:A|M. f" == "CONST complex_set_lebesgue_integral M A (\x. f)" @@ -630,10 +630,10 @@ syntax "_set_nn_integral" :: "pttrn => 'a set => 'a measure => ereal => ereal" -("(\\<^sup>+((_)\(_)./ _)/\_)" [0,60,110,61] 10) +("(\\<^sup>+((_)\(_)./ _)/\_)" [0,0,0,110] 10) "_set_lebesgue_integral" :: "pttrn => 'a set => 'a measure => ereal => ereal" -("(\((_)\(_)./ _)/\_)" [0,60,110,61] 10) +("(\((_)\(_)./ _)/\_)" [0,0,0,110] 10) translations "\\<^sup>+x \ A. f \M" == "CONST set_nn_integral M A (\x. f)"