¬P∧¬Q⇒¬(P∨Q)
from ¬(P∨Q)⇔¬P∧¬Q
証明
https://scrapbox.io/files/68a7fc78c7afb5572291c17c.svg
(P⇒R)∧(Q⇒R)⇒(P∨Q⇒R)の$ Rに$ \botを代入したものと等しい
Related to
https://www.wikiwand.com/ja/直観主義論理#/結合子の定義不可能性
ここで言及されている¬¬(¬P∧¬Q)⇒¬(P∨Q)と本論理式は、直観主義論理において同値である
2021-11-19 03:42:35 計算メモ
https://kakeru.app/abe77bde55bd778a2e7b5764d0956377 https://i.kakeru.app/abe77bde55bd778a2e7b5764d0956377.svg
code:proof.tikz(tex)
\usepackage{fitch}
\usepackage{amsmath}
\begin{document}
$\Large\begin{nd}
\hypo {h} {\lnot P\land\lnot Q}
\open
\hypo {pq} {P\lor Q}
\open
\hypo {p1} {P}
\have {p2} {\lnot P} \ae{h}
\have {p3} {\bot} \ie{p1,p2}
\close
\open
\hypo {q1} {Q}
\have {q2} {\lnot Q} \ae{h}
\have {q3} {\bot} \ie{q1,q2}
\close
\have {r} {\bot} \oe{pq,p1-p3,q1-q3}
\close
\have {e} {\lnot(P\lor Q)} \ii{pq-r}
\end{nd}$
\end{document}
#2025-08-22 14:13:37
#2021-12-07 16:43:24
#2021-11-19 03:42:37
#2021-11-18 18:02:10