let D be non empty set ; :: thesis: for H being Functional_Sequence of D,REAL
for X being set holds
( H is_point_conv_on X iff ( X common_on_dom H & ( for x being Element of D st x in X holds
H # x is convergent ) ) )

let H be Functional_Sequence of D,REAL; :: thesis: for X being set holds
( H is_point_conv_on X iff ( X common_on_dom H & ( for x being Element of D st x in X holds
H # x is convergent ) ) )

let X be set ; :: thesis: ( H is_point_conv_on X iff ( X common_on_dom H & ( for x being Element of D st x in X holds
H # x is convergent ) ) )

defpred S1[ set ] means $1 in X;
deffunc H1( Element of D) -> Element of REAL = In ((lim (H # $1)),REAL);
consider f being PartFunc of D,REAL such that
A1: for x being Element of D holds
( x in dom f iff S1[x] ) and
A2: for x being Element of D st x in dom f holds
f . x = H1(x) from SEQ_1:sch 3();
thus ( H is_point_conv_on X implies ( X common_on_dom H & ( for x being Element of D st x in X holds
H # x is convergent ) ) ) :: thesis: ( X common_on_dom H & ( for x being Element of D st x in X holds
H # x is convergent ) implies H is_point_conv_on X )
proof
assume A3: H is_point_conv_on X ; :: thesis: ( X common_on_dom H & ( for x being Element of D st x in X holds
H # x is convergent ) )

hence X common_on_dom H ; :: thesis: for x being Element of D st x in X holds
H # x is convergent

let x be Element of D; :: thesis: ( x in X implies H # x is convergent )
assume A4: x in X ; :: thesis: H # x is convergent
ex f being PartFunc of D,REAL st
( X = dom f & ( for x being Element of D st x in X holds
( H # x is convergent & lim (H # x) = f . x ) ) ) by A3, Th18;
hence H # x is convergent by A4; :: thesis: verum
end;
assume that
A5: X common_on_dom H and
A6: for x being Element of D st x in X holds
H # x is convergent ; :: thesis: H is_point_conv_on X
now :: thesis: ex f being PartFunc of D,REAL st
( X = dom f & ( for x being Element of D st x in X holds
( H # x is convergent & f . x = lim (H # x) ) ) )
take f = f; :: thesis: ( X = dom f & ( for x being Element of D st x in X holds
( H # x is convergent & f . x = lim (H # x) ) ) )

thus A7: X = dom f :: thesis: for x being Element of D st x in X holds
( H # x is convergent & f . x = lim (H # x) )
proof
thus X c= dom f :: according to XBOOLE_0:def 10 :: thesis: dom f c= X
proof
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in X or x in dom f )
assume A8: x in X ; :: thesis: x in dom f
X c= dom (H . 0) by A5;
then X c= D by XBOOLE_1:1;
then reconsider x9 = x as Element of D by A8;
x9 in dom f by A1, A8;
hence x in dom f ; :: thesis: verum
end;
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in dom f or x in X )
assume x in dom f ; :: thesis: x in X
hence x in X by A1; :: thesis: verum
end;
let x be Element of D; :: thesis: ( x in X implies ( H # x is convergent & f . x = lim (H # x) ) )
assume A9: x in X ; :: thesis: ( H # x is convergent & f . x = lim (H # x) )
hence H # x is convergent by A6; :: thesis: f . x = lim (H # x)
thus f . x = H1(x) by A2, A7, A9
.= lim (H # x) ; :: thesis: verum
end;
hence H is_point_conv_on X by A5, Th18; :: thesis: verum