let I be Subset of REAL; :: thesis: ( I is open_interval implies I in Borel_Sets )
assume I is open_interval ; :: thesis: I in Borel_Sets
then consider a, b being R_eal such that
A1: I = ].a,b.[ by MEASURE5:def 2;
A2: Family_of_halflines c= Borel_Sets by PROB_1:def 9, PROB_1:def 12;
per cases ( a = +infty or a = -infty or a in REAL ) by XXREAL_0:14;
suppose a = +infty ; :: thesis: I in Borel_Sets
end;
suppose A3: a = -infty ; :: thesis: I in Borel_Sets
end;
suppose A8: a in REAL ; :: thesis: I in Borel_Sets
end;
end;