theorem Lem24:
  X is WN UN* implies nf x is normform
  proof
    assume
A1: X is WN UN*;
A2: nf x is_normform_of x by A1,Lem22;
    thus nf x is normform by A2;
  end;
