:: deftheorem Def1 defines half_open_sets FINANCE1:def 1 :
for a, b being Real
for b3 being SetSequence of REAL holds
( b3 = half_open_sets (a,b) iff ( b3 . 0 = halfline_fin (a,(b + 1)) & ( for n being Nat holds b3 . (n + 1) = halfline_fin (a,(b + (1 / (n + 1)))) ) ) );