summaryrefslogtreecommitdiff
path: root/test/phase5/exact-local-function.tex
diff options
context:
space:
mode:
Diffstat (limited to 'test/phase5/exact-local-function.tex')
-rw-r--r--test/phase5/exact-local-function.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/phase5/exact-local-function.tex b/test/phase5/exact-local-function.tex
new file mode 100644
index 0000000..03e6ce4
--- /dev/null
+++ b/test/phase5/exact-local-function.tex
@@ -0,0 +1,18 @@
+\begin{signature}\label{phase5_local_pair}
+ $(x,y)$ is a set.
+\end{signature}
+
+\begin{proposition}\label{phase5_local_function}
+ For all $A$ we have $A = A$.
+\end{proposition}
+\begin{proof}
+ Fix $A$.
+ Let $f(x) = x$ for $x\in A$.
+ Show for all $y$ we have if $y\in A$, then $(y,y)\in f$.
+ \begin{subproof}
+ Fix $y$.
+ Assume $y\in A$.
+ Follows by assumption.
+ \end{subproof}
+ Follows by assumption.
+\end{proof}