deffunc H1( Nat) -> Element of NAT = SubDigit2 x,$1,k;
consider z being FinSequence of NAT such that
A1: len z = n and
A2: for j being Nat st j in dom z holds
z . j = H1(j) from FINSEQ_2:sch 1();
A3: dom z = Seg n by A1, FINSEQ_1:def 3;
reconsider z = z as Tuple of n, NAT by A1, FINSEQ_1:def 18;
take z ; :: thesis: for i being Nat st i in Seg n holds
z /. i = SubDigit2 x,i,k

let i be Nat; :: thesis: ( i in Seg n implies z /. i = SubDigit2 x,i,k )
assume A4: i in Seg n ; :: thesis: z /. i = SubDigit2 x,i,k
then i in dom z by A1, FINSEQ_1:def 3;
hence z /. i = z . i by PARTFUN1:def 8
.= SubDigit2 x,i,k by A2, A3, A4 ;
:: thesis: verum