theorem
  for n being non zero Nat st n > 1 holds Euler_factorization n is non empty
  proof
    let n be non zero Nat;
    support Euler_factorization n c= dom Euler_factorization n by PRE_POLY:37;
    hence thesis by Th22;
  end;
