let n, m, i, j be Nat; :: thesis: for D being non empty set
for M being Matrix of n,m,D st [i,j] in Indices M holds
( 1 <= i & i <= n & 1 <= j & j <= m )
let D be non empty set ; :: thesis: for M being Matrix of n,m,D st [i,j] in Indices M holds
( 1 <= i & i <= n & 1 <= j & j <= m )
let M be Matrix of n,m,D; :: thesis: ( [i,j] in Indices M implies ( 1 <= i & i <= n & 1 <= j & j <= m ) )
assume Z:
[i,j] in Indices M
; :: thesis: ( 1 <= i & i <= n & 1 <= j & j <= m )
A:
len M = n
by Def3;