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