let X, Y be non empty TopSpace; :: thesis: for f being Function of X,Y holds
( f is continuous iff ( f is alpha-continuous & f is (c,alpha)-continuous ) )

let f be Function of X,Y; :: thesis: ( f is continuous iff ( f is alpha-continuous & f is (c,alpha)-continuous ) )
A1: [#] Y <> {} ;
hereby :: thesis: ( f is alpha-continuous & f is (c,alpha)-continuous implies f is continuous ) end;
assume A3: ( f is alpha-continuous & f is (c,alpha)-continuous ) ; :: thesis: f is continuous
now :: thesis: for V being Subset of Y st V is open holds
f " V is open
let V be Subset of Y; :: thesis: ( V is open implies f " V is open )
assume V is open ; :: thesis: f " V is open
then ( f " V in X ^alpha & f " V in D(c,alpha) X ) by A3;
then f " V in (X ^alpha) /\ (D(c,alpha) X) by XBOOLE_0:def 4;
then f " V in the topology of X by Th7;
hence f " V is open by PRE_TOPC:def 2; :: thesis: verum
end;
hence f is continuous by A1, TOPS_2:43; :: thesis: verum