Truth Tables

Truth Tables

  • Truth functions are logical operators that take in two sentences (or, more simply, their truth values) as inputs, and produces a truth value as output.

 

Truth Tables

p q p & q
T T
T F
F T
F F

T

F

F

F

Truth Tables

p q p V q
T T
T F
F T
F F

T

T

T

F

Truth Tables

p q p V q (p & (p V q))
T T
T F
F T
F F

T

T

T

F

T

T

F

F

Key Concepts

  • Truth Table

Truth Tables

By Jesse Rappaport

Truth Tables

  • 494