theorem Th11:
  t in Subtrees t
proof
  reconsider e = {} as Node of t by TREES_1:22;
  t|e = t by Th1;
  hence thesis;
end;
