S /^ n is Square-Matrix-yielding
proof
let i be Nat; :: according to MATRIXJ1:def 6 :: thesis: ( i in dom (S /^ n) implies ex n being Nat st (S /^ n) . i is Matrix of n,D )
assume A2: i in dom (S /^ n) ; :: thesis: ex n being Nat st (S /^ n) . i is Matrix of n,D
take L = len (S . (n + i)); :: thesis: (S /^ n) . i is Matrix of L,D
thus (S /^ n) . i is Matrix of L,D by A2, FINSEQ_5:27; :: thesis: verum
end;
hence S /^ n is FinSequence_of_Square-Matrix of D ; :: thesis: verum