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