deffunc H1( Nat) -> Element of K10(X) = A /\ (A1 . $1);
consider f being SetSequence of X such that
A1: for n being Element of NAT holds f . n = H1(n) from FUNCT_2:sch 4();
take f ; :: thesis: for n being Nat holds f . n = A /\ (A1 . n)
let n be Nat; :: thesis: f . n = A /\ (A1 . n)
n in NAT by ORDINAL1:def 12;
then f . n = H1(n) by A1;
hence f . n = A /\ (A1 . n) ; :: thesis: verum