theorem
  Im1 z <= |.z.|
proof
  0 <= (Im1 z)^2 by XREAL_1:63;
  then
  A1: sqrt ((Im1 z)^2) <= sqrt ((Rea z)^2 + (Im1 z)^2 + (Im2 z)^2 + (Im3 z )^2)
  by Lm26,SQUARE_1:26;
  per cases;
  suppose Im1 z >= 0;
    hence thesis by A1,SQUARE_1:22;
  end;
  suppose
A2: Im1 z < 0;
    then -Im1 z <= |.z.| by A1,SQUARE_1:23;
    hence thesis by A2;
  end;
end;
