Logical and

From Maths
Jump to: navigation, search
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:
Unimportant as truth tables and the basic logical operators like and, or and not may be assumed

Warning:That stub grade doesn't exist!

Definition

Let A and B denote logical statements that are either true or false (T and F respectively), then A and B, denoted AB has the following truth table:

A B AB
F F F
F T F
T F F
T T T

Negation

The only time ¬(AB) is false is when AB is true, which is only when A it true and[Note 1] B is true. All other cases ¬(AB) is true, as AB is false.

Thus we conclude: ¬(AB)((¬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 AB ¬(AB) Proof: ¬A ¬B (¬A)(¬B) [¬(AB)][(¬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

  1. Jump up English "and"

References