summaryrefslogtreecommitdiff
path: root/test/phase5/exact-cases-contradiction.tex
blob: cf08a8e6a5880f12e13ec674738d0746cab1944d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
\begin{proposition}\label{cases_exact}
    Let $A$ be a set.
    $A=A$.
\end{proposition}
\begin{proof}
    \begin{byCase}
    \caseOf{$A=\emptyset$.}
        Follows.
    \caseOf{$A=\{A\}$.}
        Follows.
    \caseOf{$A=A$.}
        Follows.
    \end{byCase}
\end{proof}

\begin{proposition}\label{by_contradiction_exact}
    Let $A$ be a set.
    $A=A$.
\end{proposition}
\begin{proof}
    Suppose not.
    Follows.
\end{proof}

\begin{proposition}\label{arbitrary_contradiction_exact}
    Let $A$ be a set.
    Suppose $A\neq A$.
    Then $A=A$.
\end{proposition}
\begin{proof}
    Contradiction.
\end{proof}

\begin{proposition}\label{omitted_case_exact}
    Let $A$ be a set.
    $A=A$.
\end{proposition}
\begin{proof}
    \begin{byCase}
    \caseOf{$A=A$.}
        Omitted.
    \caseOf{$A\neq A$.}
        Follows.
    \end{byCase}
\end{proof}