theorem
  ((a,b) In_Power m).1=0 implies m<>0
  proof
    assume
    A1: ((a,b) In_Power m).1=0;
    a|^0 = 1 by NEWTON:4;
    hence thesis by A1, NEWTON:28;
  end;
