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;
reserve C for Chain of W,
  B for Branch of W;

theorem Th26:
  {} in B
proof
  set x = the Element of B;
  reconsider x as Element of W;
 <*> NAT is_a_prefix_of x;
  hence thesis by Th25;
end;
