theorem Th50:
  K is having_valuation implies 1.K in NonNegElements v
  proof
    assume K is having_valuation;
    then v.1.K = 0 by Th17;
    hence thesis;
  end;
