theorem Th5:
  for X being set st X c= u holds X is Element of NormForm A
proof
  let X be set;
  assume
A1: X c= u;
  u = @u;
  then X in Normal_forms_on A by A1,Th4;
  hence thesis by NORMFORM:def 12;
end;
