let m, n be Nat; for D being non empty set
for l being Nat
for M being Matrix of n,m,D
for pD being FinSequence of D holds
( Indices M = Indices (RLine M,l,pD) & len M = len (RLine M,l,pD) & width M = width (RLine M,l,pD) )
let D be non empty set ; for l being Nat
for M being Matrix of n,m,D
for pD being FinSequence of D holds
( Indices M = Indices (RLine M,l,pD) & len M = len (RLine M,l,pD) & width M = width (RLine M,l,pD) )
let l be Nat; for M being Matrix of n,m,D
for pD being FinSequence of D holds
( Indices M = Indices (RLine M,l,pD) & len M = len (RLine M,l,pD) & width M = width (RLine M,l,pD) )
let M be Matrix of n,m,D; for pD being FinSequence of D holds
( Indices M = Indices (RLine M,l,pD) & len M = len (RLine M,l,pD) & width M = width (RLine M,l,pD) )
let pD be FinSequence of D; ( Indices M = Indices (RLine M,l,pD) & len M = len (RLine M,l,pD) & width M = width (RLine M,l,pD) )
now per cases
( len pD = width M or len pD <> width M )
;
case A1:
len pD = width M
;
( Indices M = Indices (RLine M,l,pD) & len M = len (RLine M,l,pD) & width M = width (RLine M,l,pD) )then A2:
width M = width (RLine M,l,pD)
by Def3;
len M = len (ReplaceLine M,l,pD)
by A1, Def3;
hence
(
Indices M = Indices (RLine M,l,pD) &
len M = len (RLine M,l,pD) &
width M = width (RLine M,l,pD) )
by A2, MATRIX_4:55;
verum end; end; end;
hence
( Indices M = Indices (RLine M,l,pD) & len M = len (RLine M,l,pD) & width M = width (RLine M,l,pD) )
; verum