Logical and
From Maths
Stub grade: Z
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Warning:That stub grade doesn't exist!
Unimportant as truth tables and the basic logical operators like and, or and not may be assumed
Warning:That stub grade doesn't exist!
Contents
[hide]Definition
Let A and B denote logical statements that are either true or false (T and F respectively), then A and B, denoted A∧B has the following truth table:
A | B | A∧B |
---|---|---|
F | F | F |
F | T | F |
T | F | F |
T | T | T |
Negation
The only time ¬(A∧B) is false is when A∧B is true, which is only when A it true and[Note 1] B is true. All other cases ¬(A∧B) is true, as A∧B is false.
Thus we conclude: ¬(A∧B)⟺((¬A)∨(¬B)) where ∨ denotes logical or. This is true when either ¬A or ¬B is true. These are both false when both A and B are true. As the truth table will now show us.
Proof
By extending the table:
A | B | A∧B | ¬(A∧B) | Proof: | ¬A | ¬B | (¬A)∨(¬B) | [¬(A∧B)]⟺[(¬A)∨(¬B)] |
---|---|---|---|---|---|---|---|---|
F | F | F | T | T | T | T | T | |
F | T | F | T | T | F | T | T | |
T | F | F | T | F | T | T | T | |
T | T | T | F | F | F | F | T |
Notes
- Jump up ↑ English "and"