You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
403 B

  1. \begin{tikzpicture}[every tree node/.style={draw,circle},sibling distance=.25cm]
  2. \Tree
  3. [.$\forall x$
  4. [.$\forall y$
  5. [.$\imp$
  6. [.$\land$
  7. [.$P$
  8. [.$x$ ]
  9. [.$f$ $y$ ]
  10. ]
  11. [.$Q$ $y$ $z$ ]
  12. ]
  13. [.$R$
  14. [.$f$ $z$ ]
  15. ]
  16. ]
  17. ]
  18. ]
  19. \end{tikzpicture}