Lm1:
for A being closed_interval Subset of REAL
for B, C being open_interval Subset of REAL st A c= B \/ C & A meets B & A meets C holds
B meets C
Lm2:
for A, B, C being open_interval Subset of REAL st A c= B \/ C & A meets B & A meets C holds
B meets C
Lm3:
for A being right_open_interval Subset of REAL
for B, C being open_interval Subset of REAL st A c= B \/ C & A meets B & A meets C holds
B meets C
Lm4:
for A being left_open_interval Subset of REAL
for B, C being open_interval Subset of REAL st A c= B \/ C & A meets B & A meets C holds
B meets C
REAL in bool REAL
by ZFMISC_1:def 1;
then reconsider G0 = NAT --> REAL as sequence of (bool REAL) by FUNCOP_1:45;
Lm5:
rng G0 = {REAL}
by FUNCOP_1:8;
Lm6:
for n being Element of NAT holds G0 . n is Interval
;
Lm7:
REAL is open_interval Subset of REAL
Lm8:
for A being Subset of REAL holds G0 is Open_Interval_Covering of A
reconsider D = NAT --> ({} REAL) as sequence of (bool REAL) ;
Lm9:
for a1, b1 being Real
for a2, b2 being R_eal st a1 = a2 & b1 = b2 holds
a1 - b1 = a2 - b2
Lm10:
for I being Element of Family_of_Intervals st I <> {} & I is left_open_interval holds
OS_Meas . I <= diameter I
Lm11:
for I being Element of Family_of_Intervals st I <> {} & I is closed_interval holds
OS_Meas . I <= diameter I
Lm12:
for A, B being Interval st A is open_interval & B is open_interval & A \/ B is Interval holds
diameter (A \/ B) <= (diameter A) + (diameter B)
Lm13:
for f, g being sequence of ExtREAL
for i, j being Nat st f is V115() & i >= j & ( for n being Nat st n <> i & n <> j holds
f . n = g . n ) & f . i = g . j & f . j = g . i holds
SUM f <= SUM g
Lm14:
for I being Element of Family_of_Intervals st not I is empty & I is closed_interval holds
diameter I <= OS_Meas . I
Lm15:
for I being Element of Family_of_Intervals st not I is empty & I is open_interval & diameter I < +infty holds
diameter I <= OS_Meas . I
Lm16:
for I being Element of Family_of_Intervals st not I is empty & I is left_open_interval & diameter I < +infty holds
diameter I <= OS_Meas . I
Lm17:
for I being Element of Family_of_Intervals st not I is empty & I is right_open_interval & diameter I < +infty holds
diameter I <= OS_Meas . I
Lm18:
for a, b being Real st a <= b holds
diameter [.a,b.] = b - a
Lm19:
for I being Element of Family_of_Intervals holds
( not diameter I = +infty or sup I = +infty or inf I = -infty )
Lm20:
for I being non empty closed_interval Subset of REAL holds diameter I = OS_Meas . I
Lm21:
for I being Element of Family_of_Intervals st diameter I = +infty holds
diameter I <= OS_Meas . I
Lm22:
for I being Interval holds diameter I <= OS_Meas . I
Lm23:
for A being set st A in Field_generated_by Family_of_Intervals holds
for F being disjoint_valued FinSequence of Family_of_Intervals st A = Union F holds
J-Meas . A = Sum (pre-Meas * F)
by Def9;