summaryrefslogtreecommitdiff
path: root/test/phase5/exact-inductive-wrong-arguments.tex
diff options
context:
space:
mode:
Diffstat (limited to 'test/phase5/exact-inductive-wrong-arguments.tex')
-rw-r--r--test/phase5/exact-inductive-wrong-arguments.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/phase5/exact-inductive-wrong-arguments.tex b/test/phase5/exact-inductive-wrong-arguments.tex
new file mode 100644
index 0000000..76f7508
--- /dev/null
+++ b/test/phase5/exact-inductive-wrong-arguments.tex
@@ -0,0 +1,7 @@
+\begin{inductive}\label{phase5_nested_wrong_arguments}
+ Define $\phasefivewrongargs{A}\subseteq\cumul{A}$ inductively as follows.
+ \begin{enumerate}
+ \item If $x\in\pow{\phasefivewrongargs{x}}$, then
+ $x\in\phasefivewrongargs{A}$.
+ \end{enumerate}
+\end{inductive}