theorem Th55:
  Fermat(n) > 2
proof
  set 2N = 2 |^ (2 |^ n);
  2N > 1 by Lm2;
  then 2N + 1 > 1 + 1 by XREAL_1:6;
  hence thesis;
end;
