theorem
  Lex(E)* = E^omega
proof
A1: now
    let x be object;
    assume x in E^omega;
    then reconsider a = x as Element of E^omega;
    a in Lex(E) |^ len a by Th73;
    hence x in Lex(E)* by Th41;
  end;
  for x being object st x in Lex(E)* holds x in E^omega;
  hence thesis by A1,TARSKI:2;
end;
