theorem
  seq is non-zero implies -seq is non-zero
proof
  assume seq is non-zero;
  then (-1)*seq is non-zero by Th21;
  hence thesis by Th11;
end;
