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