let K be Field; for M being Matrix of K
for P, Q being finite without_zero Subset of NAT st [:P,Q:] c= Indices M holds
the_rank_of M >= the_rank_of (Segm (M,P,Q))
let M be Matrix of K; for P, Q being finite without_zero Subset of NAT st [:P,Q:] c= Indices M holds
the_rank_of M >= the_rank_of (Segm (M,P,Q))
let P, Q be finite without_zero Subset of NAT; ( [:P,Q:] c= Indices M implies the_rank_of M >= the_rank_of (Segm (M,P,Q)) )
A1:
rng (Sgm P) = P
by FINSEQ_1:def 14;
A2:
rng (Sgm Q) = Q
by FINSEQ_1:def 14;
assume
[:P,Q:] c= Indices M
; the_rank_of M >= the_rank_of (Segm (M,P,Q))
hence
the_rank_of M >= the_rank_of (Segm (M,P,Q))
by A1, A2, Th78; verum