conditionals


Summary

Implication(IF…THEN)

  • implies /if then
  • only if / is a sufficient condition for

vacuously true -> true by virtue of the hypothesis being false

LHS:RHS:
TTTT
TFFF
FTTTVacuously True
FFTTVacuously True

Biconditional(IFF)

  • if and only if / is a necessary and sufficient condition for
LHS:RHS:
TTTTTT
TFFFTF
FTFTFF
FFTTTT

Concept

Contrapositive

Converse

Inverse

Converse-inverse relationship, swapped terms from contrapositive

Arguments

  • Valid iff in every case where all the premises are true, the conclusion is true

  • Sound argument -> iff it’s valid and all its premises are true

  • Unsound argument -> may be valid, but it has a false premise

Syllogism -> an argument with 2 premises and a conclusion, ie. modus ponens and modus tollens

Modus ponens

  • Fundemental argument for most proofs

Modus tollens

  • Used in proof by contradiction

Other rules of inference

Application

Vacuously true, example

Proof for the contrapositive

Example for contrapositive, and converse and inverse errors

Negation of biconditonal