:: deftheorem Def3 defines width MATRIX_0:def 3 :
for M being tabular FinSequence
for b2 being Nat holds
( ( len M > 0 implies ( b2 = width M iff ex s being FinSequence st
( s in rng M & len s = b2 ) ) ) & ( not len M > 0 implies ( b2 = width M iff b2 = 0 ) ) );