Discrete Math

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Definition of even:

an integer n is even if n = 2a for some integer a

2
New cards

Definition of odd:

an integer n is odd if n = 2a + 1 for some integer a

3
New cards

Definition of same and opposite parity

two integers have the same parity if they are both even or both odd. two integers have opposite parity otherwise.

4
New cards

What does a | b mean. Identify the divisor and the multiple.

a divides b such that b = ac for some integer c.
a is a divisor of b

b is a multiple of a

5
New cards

Definition of prime number

A number n is prime if it has two positive divisors, 1 and n. otherwise it is composite

6
New cards

what does gcd(a,b) mean

it indicates the greatest common divisor of integers a, b

7
New cards

what does lcm(a,b) mean?

the least common multiple of a,b

8
New cards

What is the division algorithm?

Given integers a,b with b > 0. There exists unique integers q and r for which a = qb + r and 0 <= r <b.

9
New cards

What type of statements should direct proof be considered for?

conditional statements

10
New cards

What type of statements should contrapositive proof be considered for?

conditional statements

11
New cards

Consider P => Q. How do you represent the contrapositive form of the statement?

~Q => ~P

12
New cards

a = b (mod n)

(a-b) % n = 0

13
New cards

Definition of rational

a real number is x is rational if x = a/b for some integers a,b

14
New cards

Definition of irrational

A real number x is irrational if x ≠ a/b for every integer a,b