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.
17 lines
358 B
17 lines
358 B
\begin{tikzpicture}[every tree node/.style={draw,circle},sibling distance=.25cm]
|
|
\Tree
|
|
[.$\forall x$
|
|
[.$\lor$
|
|
[.$\imp$
|
|
[.$P$ $x$ $y$ ]
|
|
[.$P$ $x$ $y$ ]
|
|
]
|
|
[.$\land$
|
|
[.$Q$ $y$ $z$ ]
|
|
[.$\exists y$
|
|
[.$R$ $x$ $y$ $z$ ]
|
|
]
|
|
]
|
|
]
|
|
]
|
|
\end{tikzpicture}
|