let D be non empty set ; for A being Matrix of D
for P, Q being finite without_zero Subset of NAT st card P = card Q holds
( [:P,Q:] c= Indices A iff ( P c= Seg (len A) & Q c= Seg (width A) ) )
let A be Matrix of D; for P, Q being finite without_zero Subset of NAT st card P = card Q holds
( [:P,Q:] c= Indices A iff ( P c= Seg (len A) & Q c= Seg (width A) ) )
let P, Q be finite without_zero Subset of NAT; ( card P = card Q implies ( [:P,Q:] c= Indices A iff ( P c= Seg (len A) & Q c= Seg (width A) ) ) )
A1:
Indices A = [:(Seg (len A)),(Seg (width A)):]
by FINSEQ_1:def 3;
assume A2:
card P = card Q
; ( [:P,Q:] c= Indices A iff ( P c= Seg (len A) & Q c= Seg (width A) ) )
thus
( [:P,Q:] c= Indices A implies ( P c= Seg (len A) & Q c= Seg (width A) ) )
( P c= Seg (len A) & Q c= Seg (width A) implies [:P,Q:] c= Indices A )
thus
( P c= Seg (len A) & Q c= Seg (width A) implies [:P,Q:] c= Indices A )
by A1, ZFMISC_1:96; verum