論理否定
#Fleeting_Notes
論理否定(Logical not)、否定(negation)
論理演算のひとつ
$ \lnot P , $ \bot
真理値表
$ \begin{array}{c|c} P & \lnot P \\ \hline \colorbox{#fcc}{T} & F \\ F & \colorbox{#fcc}{T} \end{array}
$ \lnot P は$ P \to \bot
$ \to は含意
⊥: 矛盾
BHK解釈あたりの見方?
$ \lnot A \equiv A \to 0
→導入
code:tex
\dfrac{
\begin{array}{c}
A \\
\vdots \\
\bot
\end{array}
}{\lnot A} {\to}\text{Intro}
$ [A] : $ [\quad] は仮定
→除去
$ \frac{A \quad \lnot A }{\bot}\to \text{Elim}
関連推論規則
二重否定除去
対応するもの
(論理) 論理否定
(集合) 関数集合から空集合
(圏論) 内部Homから始対象
(型理論) 関数型から空型
確認用
Q. 論理否定
関連
absurdity
参考
『数学基礎論』
メモ
二重否定翻訳 - Wikipedia
negation in nLab
調査用
Google.icon 論理否定(日)
Google.icon Logical not(英)
Wikipedia.icon
論理否定 - Wikipedia(日)
論理否定(検索) - Wikipedia(日)
Wikipedia.icon
Logical not - Wikipedia(英)
Logical not(検索) - Wikipedia(英)