theorem Th8:
  not <%>E in Lex(E)
proof
  assume <%>E in Lex(E);
  then ex e st e in E & <%>E = <%e%> by FLANG_1:def 4;
  hence contradiction;
end;
