consider psi being Ordinal-Sequence such that
A1: ( dom psi = On F1() & ( for A being Ordinal st A in On F1() holds
psi . A = F2(A) ) ) from ORDINAL2:sch 3();
rng psi c= On F1()
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in rng psi or x in On F1() )
assume x in rng psi ; :: thesis: x in On F1()
then consider y being set such that
A2: ( y in dom psi & x = psi . y ) by FUNCT_1:def 5;
reconsider y = y as Ordinal by A2;
( x = F2(y) & F2(y) in F1() ) by A1, A2;
hence x in On F1() by ORDINAL1:def 10; :: thesis: verum
end;
then reconsider psi = psi as Ordinal-Sequence of F1() by A1, FUNCT_2:def 1, RELSET_1:11;
take psi ; :: thesis: for a being Ordinal of F1() holds psi . a = F2(a)
let a be Ordinal of F1(); :: thesis: psi . a = F2(a)
a in On F1() by ORDINAL1:def 10;
hence psi . a = F2(a) by A1; :: thesis: verum