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
358 B

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