let n, m be Nat; for D being non empty set st n > 0 holds
for M being Matrix of n,m,D holds
( len M = n & width M = m & Indices M = [:(Seg n),(Seg m):] )
let D be non empty set ; ( n > 0 implies for M being Matrix of n,m,D holds
( len M = n & width M = m & Indices M = [:(Seg n),(Seg m):] ) )
assume A1:
n > 0
; for M being Matrix of n,m,D holds
( len M = n & width M = m & Indices M = [:(Seg n),(Seg m):] )
let M be Matrix of n,m,D; ( len M = n & width M = m & Indices M = [:(Seg n),(Seg m):] )
( Seg (len M) = dom M & len M = n )
by Def2, FINSEQ_1:def 3;
hence
( len M = n & width M = m & Indices M = [:(Seg n),(Seg m):] )
by A1, Th20; verum