let n, m be Nat; for D being non empty set
for F being Function of (Seg n),(Seg n)
for M being Matrix of n,m,D holds M * F is Matrix of n,m,D
let D be non empty set ; for F being Function of (Seg n),(Seg n)
for M being Matrix of n,m,D holds M * F is Matrix of n,m,D
let F be Function of (Seg n),(Seg n); for M being Matrix of n,m,D holds M * F is Matrix of n,m,D
let M be Matrix of n,m,D; M * F is Matrix of n,m,D
A1:
rng F c= Seg n
by RELAT_1:def 19;
len M = n
by MATRIX_0:def 2;
then A2:
dom M = Seg n
by FINSEQ_1:def 3;
dom F = Seg n
by FUNCT_2:52;
then A3:
dom (M * F) = Seg n
by A1, A2, RELAT_1:27;
then reconsider Mp = M * F as FinSequence by FINSEQ_1:def 2;
A4:
for x being object st x in rng Mp holds
ex p being FinSequence of D st
( x = p & len p = m )
then reconsider Mp = Mp as Matrix of D by MATRIX_0:9;
A7:
n is Element of NAT
by ORDINAL1:def 12;
( len Mp = n & ( for p being FinSequence of D st p in rng Mp holds
len p = m ) )
hence
M * F is Matrix of n,m,D
by MATRIX_0:def 2; verum