reserve x,y,z,a,b,c,X,X1,X2,Y,Z for set,
  W,W1,W2 for Tree,
  w,w9 for Element of W,
  f for Function,
  D,D9 for non empty set,
  i,k,k1,k2,l,m,n for Nat,
  v,v1,v2 for FinSequence,
  p,q,r,r1,r2 for FinSequence of NAT;

theorem Th14:
  W = union the set of all  W-level n
proof
  thus W c= union the set of all  W-level n
  proof
    let x be object;
    assume x in W;
    then reconsider w = x as Element of W;
A1: x in W-level len w;
 W-level len w in the set of all  W-level n;
    hence thesis by A1,TARSKI:def 4;
  end;
  let x be object;
  assume x in union the set of all  W-level n;
  then consider X such that
A2: x in X & X in the set of all  W-level n by TARSKI:def 4;
 ex n st X = W-level n by A2;
  hence thesis by A2;
end;
