let F be disjoint_valued FinSequence of Family_of_Intervals ; :: thesis: ( Union F in Family_of_Intervals implies pre-Meas . (Union F) = Sum (pre-Meas * F) )
assume Union F in Family_of_Intervals ; :: thesis: pre-Meas . (Union F) = Sum (pre-Meas * F)
then consider G being disjoint_valued FinSequence of Family_of_Intervals such that
A1: F,G are_fiberwise_equipotent and
A2: for n being Nat st n in dom G holds
( Union (G | n) in Family_of_Intervals & pre-Meas . (Union (G | n)) = Sum (pre-Meas * (G | n)) ) by Th63;
per cases ( F = {} or F <> {} ) ;
end;