theorem Th12:
  for n being odd Nat holds 1 <= n
proof
  let n be odd Nat;
  2 * 0 < n;
  then 0 + 1 <= n by NAT_1:13;
  hence thesis;
end;
