let n be Nat; for F being non empty right_complementable Abelian add-associative right_zeroed doubleLoopStr
for A being Matrix of n,F holds A + (- A) = 0. (F,n)
let F be non empty right_complementable Abelian add-associative right_zeroed doubleLoopStr ; for A being Matrix of n,F holds A + (- A) = 0. (F,n)
let A be Matrix of n,F; A + (- A) = 0. (F,n)
A1:
Indices A = Indices (A + (- A))
by Th27;
A2:
Indices A = Indices (0. (F,n))
by Th27;
now let i,
j be
Nat;
( [i,j] in Indices (A + (- A)) implies (A + (- A)) * (i,j) = (0. (F,n)) * (i,j) )assume A3:
[i,j] in Indices (A + (- A))
;
(A + (- A)) * (i,j) = (0. (F,n)) * (i,j)hence (A + (- A)) * (
i,
j) =
(A * (i,j)) + ((- A) * (i,j))
by A1, Def14
.=
(A * (i,j)) + (- (A * (i,j)))
by A1, A3, Def13
.=
0. F
by RLVECT_1:def 10
.=
(0. (F,n)) * (
i,
j)
by A2, A1, A3, Th30
;
verum end;
hence
A + (- A) = 0. (F,n)
by Th28; verum