theorem Th68:
  for V being Abelian add-associative right_zeroed
  right_complementable non empty addLoopStr, v,u,w being Element of V holds
  Sum <* u,v,w *> = Sum<* v,w,u *>
proof
  let V be Abelian add-associative right_zeroed right_complementable non
  empty addLoopStr, v,u,w be Element of V;
  thus Sum<* u,v,w *> = Sum<* v,u,w *> by Th67
    .= Sum<* v,w,u *> by Th66;
end;
