reserve W,X,Y,Z for set,
  f,g for Function,
  a,x,y,z for set;
reserve u,v for Element of Tarski-Class(X),
  A,B,C for Ordinal,
  L for Sequence;
reserve n for Element of omega;

theorem Th55:
  X is epsilon-transitive implies the_transitive-closure_of X = X
proof
 for Z st X c= Z & Z is epsilon-transitive holds X c= Z;
  hence thesis by Th54;
end;
