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.

16 lines
361 B

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