theorem Th33:
  K is having_valuation implies +infty in rng v
  proof
    assume K is having_valuation;
    then
A1: v.0.K = +infty by Def8;
    dom v = the carrier of K by FUNCT_2:def 1;
    hence thesis by A1,FUNCT_1:def 3;
  end;
