reserve x for set,
  t,t1,t2 for DecoratedTree;

theorem Th15:
  [{},t] in FixedSubtrees t
proof
  reconsider e = {} as Node of t by TREES_1:22;
  t|e = t by Th1;
  hence thesis;
end;
