theorem Th20:
  a = 0 or b = 0 iff a*b = 0
  proof
    a = 0.GF(p) or b = 0.GF(p) iff a*b = 0.GF(p) by VECTSP_1:12;
    hence thesis;
  end;
