Discrete Structure Week 4 Flashcards
theorem
a statement that is shown to be true
what is used to prove theorems
rules of inferences
(ex modus ponens)
axioms
arguments are based on statements that are said to be true
proposition
minor result compared to theorems that are major/important results
proof
the series of arguments used to prove a theorem
| meaning and the definition
definition
let m and n be integers
if there exists an integer k, such that m = k times n we say that n divides m
n|m
definition of even
an integer is even if it is divisible by 2. it is odd otherwise
theorem of n
let n be an integer
then n is even if and only if n^2 is even
paradox
contradicsts itself
circular reasoning
assumes what it tries to prove
induction
idea: consider a predicate p(n) where n is any integer n>= 0
the inductive principle allows to give a proof of
V-, p(n) = T
weak induction/induction theorem
consider a predicate p(n) for all integers n>=0 assume
1. p(0) =T
2. V- k>=0, p(k) -> p(k+1)
then p(n) = T for all n>= 0 that is V-n,p(n)
induction steps
- base case, assumption of 0
- V- k, P(k) ->P(k+1)
- P(k) means… plug k into P
- want to show P(k+1) = “plugging in k+1 in this case”
- plug in whatever you may see
- convert it into P(k+1) when k+1 is plugged in
- state P(k+1) =T
…so by the theorem of induction, P(n) = T for all n>=0