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.

23 lines
380 B

5 months ago
  1. \begin{center}
  2. \begin{forest}
  3. for tree={circle, draw,
  4. minimum size=2em,
  5. inner sep=0pt,
  6. s sep=2mm,
  7. l sep=1mm}
  8. [$\imp$
  9. [$\lor$
  10. [$a$]
  11. [$b$]
  12. ]
  13. [$\neg$
  14. [$x$
  15. [$\neg$]
  16. ]
  17. ]
  18. ]
  19. \end{forest}
  20. \end{center}
  21. One leaf is labeled with a logical operator, which is not allowed.
  22. Thus this is not a well-formed formula.