Warning: Undefined variable $type in /home/users/1/sub.jp-asate/web/wiki/extensions/HeadScript/HeadScript.php on line 3

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/users/1/sub.jp-asate/web/wiki/includes/json/FormatJson.php on line 297

Warning: Trying to access array offset on value of type bool in /home/users/1/sub.jp-asate/web/wiki/includes/Setup.php on line 660

Warning: session_name(): Session name cannot be changed after headers have already been sent in /home/users/1/sub.jp-asate/web/wiki/includes/Setup.php on line 834

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /home/users/1/sub.jp-asate/web/wiki/includes/session/PHPSessionHandler.php on line 126

Warning: ini_set(): Session ini settings cannot be changed after headers have already been sent in /home/users/1/sub.jp-asate/web/wiki/includes/session/PHPSessionHandler.php on line 127

Warning: session_cache_limiter(): Session cache limiter cannot be changed after headers have already been sent in /home/users/1/sub.jp-asate/web/wiki/includes/session/PHPSessionHandler.php on line 133

Warning: session_set_save_handler(): Session save handler cannot be changed after headers have already been sent in /home/users/1/sub.jp-asate/web/wiki/includes/session/PHPSessionHandler.php on line 140

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/users/1/sub.jp-asate/web/wiki/languages/LanguageConverter.php on line 773

Warning: Cannot modify header information - headers already sent by (output started at /home/users/1/sub.jp-asate/web/wiki/extensions/HeadScript/HeadScript.php:3) in /home/users/1/sub.jp-asate/web/wiki/includes/Feed.php on line 294

Warning: Cannot modify header information - headers already sent by (output started at /home/users/1/sub.jp-asate/web/wiki/extensions/HeadScript/HeadScript.php:3) in /home/users/1/sub.jp-asate/web/wiki/includes/Feed.php on line 300

Warning: Cannot modify header information - headers already sent by (output started at /home/users/1/sub.jp-asate/web/wiki/extensions/HeadScript/HeadScript.php:3) in /home/users/1/sub.jp-asate/web/wiki/includes/WebResponse.php on line 46

Warning: Cannot modify header information - headers already sent by (output started at /home/users/1/sub.jp-asate/web/wiki/extensions/HeadScript/HeadScript.php:3) in /home/users/1/sub.jp-asate/web/wiki/includes/WebResponse.php on line 46

Warning: Cannot modify header information - headers already sent by (output started at /home/users/1/sub.jp-asate/web/wiki/extensions/HeadScript/HeadScript.php:3) in /home/users/1/sub.jp-asate/web/wiki/includes/WebResponse.php on line 46
http:///mymemo.xyz/wiki/api.php?action=feedcontributions&feedformat=atom&user=2400%3A2412%3A9260%3A1100%3AD11C%3AD1FD%3A675C%3AD69B miniwiki - 利用者の投稿記録 [ja] 2024-05-23T05:02:48Z 利用者の投稿記録 MediaWiki 1.31.0 真理値表 2017-09-06T14:39:21Z <p>2400:2412:9260:1100:D11C:D1FD:675C:D69B: </p> <hr /> <div>&#039;&#039;&#039;真理値表&#039;&#039;&#039;(しんりちひょう、Truth table)は、[[ブール関数|論理関数]]の、入力の全てのパターンとそれに対する結果の値を、表にしたものである。<br /> <br /> 例1:命題Pの[[否定]]「&lt;math&gt;\lnot P&lt;/math&gt;」の場合、以下のような真理値表になる。<br /> <br /> {| class=&quot;wikitable&quot;<br /> |- style=&quot;background-color:#cccccc&quot;<br /> ! 命題 &#039;&#039;P&#039;&#039; !! ¬&#039;&#039;P&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 真 || &#039;&#039;&#039;偽&#039;&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 偽 || &#039;&#039;&#039;真&#039;&#039;&#039;<br /> |}<br /> <br /> 例2:2つの命題P,Qの[[論理和]]「&lt;math&gt;P \lor Q&lt;/math&gt;」の場合、以下のような真理値表になる。<br /> <br /> {| class=&quot;wikitable&quot;<br /> |- style=&quot;background-color:#cccccc&quot;<br /> ! 命題 &#039;&#039;P&#039;&#039; !! 命題 &#039;&#039;Q&#039;&#039; !! &#039;&#039;P&#039;&#039; ∨ &#039;&#039;Q&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 真 || 真 || &#039;&#039;&#039;真&#039;&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 真 || 偽 || &#039;&#039;&#039;真&#039;&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 偽 || 真 || &#039;&#039;&#039;真&#039;&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 偽 || 偽 || &#039;&#039;&#039;偽&#039;&#039;&#039;<br /> |}<br /> <br /> 例3:2つの命題P,Qの[[論理積]]「&lt;math&gt;P \land Q&lt;/math&gt;」の場合、以下のような真理値表になる。<br /> <br /> {| class=&quot;wikitable&quot;<br /> |- style=&quot;background-color:#cccccc&quot;<br /> ! 命題 &#039;&#039;P&#039;&#039; !! 命題 &#039;&#039;Q&#039;&#039; !! &#039;&#039;P&#039;&#039; ∧ &#039;&#039;Q&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 真 || 真 || &#039;&#039;&#039;真&#039;&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 真 || 偽 || &#039;&#039;&#039;偽&#039;&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 偽 || 真 || &#039;&#039;&#039;偽&#039;&#039;&#039;<br /> |- align=&quot;center&quot;<br /> | 偽 || 偽 || &#039;&#039;&#039;偽&#039;&#039;&#039;<br /> |}<br /> <br /> なお、この表では「真」「偽」として表記してあるが、「T(=true)」「F(=false)」、「1」「0」の場合もあるし、「1」のみを記述して「0」を記述しない場合もある。<br /> {|class=wikitable style=&quot;text-align: center&quot;<br /> !P||Q||style=&quot;border-left: 2px solid #aaa&quot;|P∧Q||P∨Q||P⇒Q||¬P∧Q||P∨¬Q||¬(P∧Q)||¬P∨¬Q||¬(P∨Q)||¬P∧¬Q||¬P⇒Q||P∧¬Q<br /> |-<br /> |T||T||style=&quot;border-left: 2px solid #aaa&quot;|T||T||T||F||T||F||F||F||F||T||F<br /> |-<br /> |T||F||style=&quot;border-left: 2px solid #aaa&quot;|F||T||F||F||T||T||T||F||F||T||T<br /> |-<br /> |F||T||style=&quot;border-left: 2px solid #aaa&quot;|F||T||T||T||F||T||T||F||F||T||F<br /> |-<br /> |F||F||style=&quot;border-left: 2px solid #aaa&quot;|F||F||T||F||T||T||T||T||T||F||F<br /> |}<br /> <br /> == 関連項目 ==<br /> *[[真理値]]<br /> *[[カルノー図法]]<br /> *[[ブール代数]]<br /> *[[ブール関数]]<br /> *[[ベン図]]<br /> *[[選言標準形]]<br /> *[[連言標準形]]<br /> <br /> {{デフォルトソート:しんりちひよう}}<br /> [[category:表]]<br /> [[Category:論理学]]<br /> [[Category:命題論理]]<br /> [[Category:数学に関する記事]]</div> 2400:2412:9260:1100:D11C:D1FD:675C:D69B
Warning: Cannot modify header information - headers already sent by (output started at /home/users/1/sub.jp-asate/web/wiki/extensions/HeadScript/HeadScript.php:3) in /home/users/1/sub.jp-asate/web/wiki/includes/WebResponse.php on line 46