theorem
  K is having_valuation implies 0.K in vp v
  proof
    assume
A1: K is having_valuation;
    then vp v = {x where x is Element of K: 0 < v.x} by Def13;
    hence thesis by A1,Lm9;
  end;
