let c, m, n be Nat; for D being non empty set
for AD being Matrix of n,m,D
for pD being FinSequence of D st not c in Seg (width AD) holds
RCol (AD,c,pD) = AD
let D be non empty set ; for AD being Matrix of n,m,D
for pD being FinSequence of D st not c in Seg (width AD) holds
RCol (AD,c,pD) = AD
let AD be Matrix of n,m,D; for pD being FinSequence of D st not c in Seg (width AD) holds
RCol (AD,c,pD) = AD
let pD be FinSequence of D; ( not c in Seg (width AD) implies RCol (AD,c,pD) = AD )
assume A1:
not c in Seg (width AD)
; RCol (AD,c,pD) = AD
set R = RCol (AD,c,pD);
per cases
( len pD = len AD or len pD <> len AD )
;
suppose A2:
len pD = len AD
;
RCol (AD,c,pD) = ADnow for i, j being Nat st [i,j] in Indices AD holds
(RCol (AD,c,pD)) * (i,j) = AD * (i,j)let i,
j be
Nat;
( [i,j] in Indices AD implies (RCol (AD,c,pD)) * (i,j) = AD * (i,j) )assume A3:
[i,j] in Indices AD
;
(RCol (AD,c,pD)) * (i,j) = AD * (i,j)
j in Seg (width AD)
by A3, ZFMISC_1:87;
hence
(RCol (AD,c,pD)) * (
i,
j)
= AD * (
i,
j)
by A1, A2, A3, Def2;
verum end; hence
RCol (
AD,
c,
pD)
= AD
by MATRIX_0:27;
verum end; end;