now
let i be Nat; :: thesis: ( i in dom (F /^ n) implies (F /^ n) . i is Matrix of D )
assume A1: i in dom (F /^ n) ; :: thesis: (F /^ n) . i is Matrix of D
i + n in dom F by A1, FINSEQ_5:26;
then A2: F . (n + i) = F /. (n + i) by PARTFUN1:def 6;
(F /^ n) . i = (F /^ n) /. i by A1, PARTFUN1:def 6;
hence (F /^ n) . i is Matrix of D by A1, A2, FINSEQ_5:27; :: thesis: verum
end;
hence F /^ n is FinSequence_of_Matrix of D by Def2; :: thesis: verum