theorem LemN1:
  x is normform & x =*=> y implies x = y
  proof
    assume
A1: x is normform;
    assume
A2: x =*=> y;
A4: not x =+=> y by A1;
    thus x = y by A2,A4,LemN;
  end;
