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.

31 lines
668 B

  1. \begin{tikzpicture}[every tree node/.style={draw,circle},sibling distance=.25cm]
  2. \Tree
  3. [.$\imp$
  4. [.$\forall x$
  5. [.$\exists z$
  6. [.$\lor$
  7. [.$\lnot$
  8. [.$P$ $x$ ]
  9. ]
  10. [.$Q$
  11. [.$y$ ]
  12. [.$f$ $z$ ]
  13. ]
  14. ]
  15. ]
  16. ]
  17. [.$\land$
  18. [.$\exists x$
  19. [.$\land$
  20. [.$P$ $y$ ]
  21. [.$Q$
  22. [.$f$ $x$ ]
  23. [.$z$ ]
  24. ]
  25. ]
  26. ]
  27. ]
  28. ]
  29. \end{tikzpicture}
  30. \newline \\
  31. Free variables: $y, z$ \\
  32. Bound variables: $x, z$