theorem
  root-tree x = root-tree y implies x = y
proof
 (root-tree x).{} = x by Th3;
  hence thesis by Th3;
end;
