summaryrefslogtreecommitdiff
path: root/test/phase5/exact-local-function.tex
blob: 03e6ce41e531c01678d205f144fc34e72c78164c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}