((¬P⇒¬Q)⇒(Q⇒P))⇒二重否定除去
対偶の除去から二重否定除去を導出できる
証明
二重否定導入を(¬P⇒¬Q)⇒(Q⇒P)で含意除去する
https://scrapbox.io/files/65f2a5d8c5d8da002472c66e.svg
code:proof.tikz(tex)
\usepackage{fitch}
\usepackage{amsmath}
\begin{document}
$\Large\begin{nd}
\hypo {1} {\lnot\lnot P}
\open
\hypo {2} {\lnot P}
\have {3} {\bot} \ne{1,2}
\have {4} {\lnot\lnot\lnot P} \be{3}
\close
\have {5} {\lnot P\implies\lnot\lnot\lnot P} \ii{2-4}
\have {6} {\lnot\lnot P\implies P}
\by{$(\lnot P\implies\lnot Q)\implies(Q\implies P)$}{5}
\end{nd}$
\end{document}
#2024-03-10 21:54:54
#2024-01-28 14:32:09
#2022-03-09 22:22:27
#2021-11-29 11:51:30
#2021-11-18 18:24:51
#2021-11-16 15:41:55