Definition

  • Proposition

    • a declarative sentence that can be true or false.
    • often denoted with variables , , or .
    • a proposition has a truth value.
      • it can either be true or false.
  • Truth Table

    • it shows all values of a given proposition
    • used to define logical operators
    • used to exhibit relationships between simple components’ thruth values to the compound propositions’ truth values
    • a truth table with propositions has rows.

Types

  • Simple
    • conveys a single thought
  • Compound
    • two or more propositions
    • put together with connective words

Operator

  • Negation: negates/reverses the truth value.
TF
FT
  • Conjunction (and): true whenever two propositions are true
    • The two propositions and are called conjuncts.
TTT
TFF
FTF
FFF
  • Disjunction (or)
    • The operands are called disjuncts.
TTT
TFT
FTT
FFF
  • Conditional
    • is called hypothesis
    • is the conclusion
TTT
TFF
FTT
FFT
  • Biconditional
TTT
TFF
FTF
FFT