let n, m be Nat; :: thesis: for K being non empty set
for M1, M2 being Matrix of n,m,K holds width M1 = width M2

let K be non empty set ; :: thesis: for M1, M2 being Matrix of n,m,K holds width M1 = width M2
let M1, M2 be Matrix of n,m,K; :: thesis: width M1 = width M2
per cases ( n > 0 or n = 0 ) ;
end;