theorem Th7:
  |.-f.| = |.f.|
proof
  thus |.-f.| = sqrt Sum sqr abs -f by Lm2
    .= sqrt Sum sqr abs f by Th2
    .= |.f.| by Lm2;
end;
