let x0 be Real; :: thesis: for seq being Real_Sequence
for f being PartFunc of REAL,REAL st ( rng seq c= (dom f) /\ (left_open_halfline x0) or rng seq c= (dom f) /\ (right_open_halfline x0) ) holds
rng seq c= (dom f) \ {x0}

let seq be Real_Sequence; :: thesis: for f being PartFunc of REAL,REAL st ( rng seq c= (dom f) /\ (left_open_halfline x0) or rng seq c= (dom f) /\ (right_open_halfline x0) ) holds
rng seq c= (dom f) \ {x0}

let f be PartFunc of REAL,REAL; :: thesis: ( ( rng seq c= (dom f) /\ (left_open_halfline x0) or rng seq c= (dom f) /\ (right_open_halfline x0) ) implies rng seq c= (dom f) \ {x0} )
assume A1: ( rng seq c= (dom f) /\ (left_open_halfline x0) or rng seq c= (dom f) /\ (right_open_halfline x0) ) ; :: thesis: rng seq c= (dom f) \ {x0}
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in rng seq or x in (dom f) \ {x0} )
assume A2: x in rng seq ; :: thesis: x in (dom f) \ {x0}
then consider n being Element of NAT such that
A3: seq . n = x by FUNCT_2:113;
now :: thesis: x in (dom f) \ {x0}end;
hence x in (dom f) \ {x0} ; :: thesis: verum