theorem
  1<=n implies 1<=|. (1.REAL n) .|
proof
  assume
A1: 1<=n;
  |.1.REAL n.|=sqrt n by Th45;
  hence thesis by A1,SQUARE_1:18,26;
end;
