Discrete Structure Week 4 Flashcards

1
Q

theorem

A

a statement that is shown to be true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is used to prove theorems

A

rules of inferences
(ex modus ponens)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

axioms

A

arguments are based on statements that are said to be true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

proposition

A

minor result compared to theorems that are major/important results

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

proof

A

the series of arguments used to prove a theorem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

| meaning and the definition

definition

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

definition of even

A

an integer is even if it is divisible by 2. it is odd otherwise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

theorem of n

A

let n be an integer
then n is even if and only if n^2 is even

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

paradox

A

contradicsts itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

circular reasoning

A

assumes what it tries to prove

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

induction

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

weak induction/induction theorem

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

induction steps

A
  1. base case, assumption of 0
  2. V- k, P(k) ->P(k+1)
  3. P(k) means… plug k into P
  4. want to show P(k+1) = “plugging in k+1 in this case”
  5. plug in whatever you may see
  6. convert it into P(k+1) when k+1 is plugged in
  7. state P(k+1) =T
    …so by the theorem of induction, P(n) = T for all n>=0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly