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.

21 lines
542 B

5 months ago
  1. \begin{minipage}{0.5\textwidth}
  2. \begin{tabbing}
  3. $f$ \= $= (a\land d\land c)\lor(b\land\lnot d\land\lnot a)\lor(c \implies \lnot d) \lor (a \implies \lnot b)$\\
  4. \>$ f_b $ \= $= \top$ \\
  5. \>$ f_{\lnot b} =\top$ \\
  6. \end{tabbing}
  7. \end{minipage}
  8. \begin{minipage}{0.5\textwidth}
  9. \begin{center}
  10. \begin{forest}
  11. for tree={circle, draw, no edge,
  12. minimum size=2em,
  13. inner sep=0pt,
  14. s sep=5mm,
  15. l sep=5mm}
  16. [$f$, rectangle, draw, tikz={\draw [line] () to (0,-1);}
  17. ]
  18. \end{forest}
  19. \end{center}
  20. \end{minipage}