Conditonal Law:
This law is also known as Law of Inference or Implication. For any 2 binary values P & Q, it represents the "If P then Q" relationship.
which means that for any set of truth values, if P is true than Q should be true to generate a true result otherwise it will give you false. Rest other cases will be true.
This law is represented as :
OR
P⇒ Q
OR
P ⊃ Q
P |
Q |
P→Q |
0 |
0 |
1 |
0 |
1 |
1 |
1 |
0 |
0 |
1 |
1 |
1 |
which means that for any set of truth values, if and only if both are same than it generates a True result. Rest other cases will be False.
This law is represented as :
P⇔Q
P ≡ Q
P |
Q |
P⇔Q |
0 |
0 |
1 |
0 |
1 |
0 |
1 |
0 |
0 |
1 |
1 |
1 |
No comments:
Post a Comment