Logic/Conversion, inversion and contraposition

From Internet Web School

(Difference between revisions)
Jump to: navigation, search
(Created page with 'Logic > Conversion, inversion and contraposition == Contents == * Category:Mathematical logic(Wikipedia) * [[wikipedia:Propo…')
 
Line 8: Line 8:
* [[wikipedia:Inverse_(logic)|Inverse (logic)]]
* [[wikipedia:Inverse_(logic)|Inverse (logic)]]
* [[wikipedia:Contraposition|Contraposition (logic)]]
* [[wikipedia:Contraposition|Contraposition (logic)]]
 +
 +
== Overview ==
 +
 +
Definition of conversion, inversion and contraposition by truth table.
 +
 +
0 means false, 1 means true, and ≡ means equivalent.
 +
 +
If "P→Q" then its conversion is "Q→P", inversion is "¬P→¬Q" and contraposition is "¬Q→¬P".
 +
 +
{| border="1" class="wikitable" style="text-align:center;"
 +
! P !! Q !! P→Q !! ¬P !! ¬Q !! Q→P:逆 !! ¬P→¬Q:裏 !! ¬Q→¬P:対偶 
 +
|-
 +
|0|| 0|| 1|| 1|| 1|| 1|| 1|| 1
 +
|-
 +
|0|| 1|| 1|| 1|| 0|| 0|| 0|| 1
 +
|-
 +
|1|| 0|| 0|| 0|| 1|| 1|| 1|| 0
 +
|-
 +
|1|| 1|| 1|| 0|| 0|| 1|| 1|| 1
 +
|}
== CAI Exercise ==
== CAI Exercise ==

Latest revision as of 08:37, 23 May 2014

Logic > Conversion, inversion and contraposition

Contents

Overview

Definition of conversion, inversion and contraposition by truth table.

0 means false, 1 means true, and ≡ means equivalent.

If "P→Q" then its conversion is "Q→P", inversion is "¬P→¬Q" and contraposition is "¬Q→¬P".

 P  Q  P→Q  ¬P  ¬Q  Q→P:逆  ¬P→¬Q:裏  ¬Q→¬P:対偶 
0 0 1 1 1 1 1 1
0 1 1 1 0 0 0 1
1 0 0 0 1 1 1 0
1 1 1 0 0 1 1 1

CAI Exercise

Personal tools
In other languages