Discrete Math

5.0(1)
studied byStudied by 59 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/61

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.

62 Terms

1
New cards

discrete objects

can always be itemized/counted and measurable

2
New cards

not discrete

no gap in the contents of an object, continuous

3
New cards

N+

the set of natural numbers without zero

4
New cards

N0

set of natural numbers with zero

5
New cards

set

an unordered collection of distinct objects

6
New cards

element

each object in a set

7
New cards

belonging to

What symbol is this:

8
New cards

unordered (no order at all in a set)

distinct (no duplicate of any element)

What are the two criteria for a set?

9
New cards

the empty set (∅)

the set with no element

10
New cards

cardinality

the number of elements in S

11
New cards

cardinality

What does this denote: |S|

12
New cards

continuous

Is the set of real numbers continuous or discrete?

13
New cards

discrete

Is the set of natural numbers continuous or discrete?

14
New cards

def of set equality

A set A equals to another set B if and only if they have the same elements. ex. A = B

15
New cards

subset

A set A is a ______ of another set B if and only if every element of A is also an element of B. Denoted A ⊆ B.

16
New cards

proper subset

If A ⊆ B and A ≠ B, then A is a _______ _______ of B. Denoted A⊂B.

17
New cards

1) A set S is a subset of itself.

2) ∅ is a subset of every set.

What are the two important properties of subsets?

18
New cards

the total number of subsets of S

2*|S| denotes what?

19
New cards

superset

If A ⊆ B, B is called a __________ of A.

20
New cards

intersection

Let A and B be two sets. The _________ of A and B is the set of elements common to A and B. Denoted AB.

21
New cards

union

Let A and B be two sets. The ______ of A and B is the set of elements that belong to either A or B. Denoted AB.

22
New cards

commutativity

holds for union and intersection: states that you can switch positions of operands (A&B). Denoted AB=B∩A

23
New cards

associativity

holds for union and intersection: no matter the order of operations, the result will be the same. Denoted (AB)∩C=A∩(B∩C)

24
New cards

distributivity

Property that allows for the distribution of operations over addition or subtraction. Example: a(b + c) = ab + ac.

  • holds for union and intersection

  • C∩(A∪B) = (C∩A)∪(C∩B)

  • C∪(A∩B) = (C∪A)∩(C∪B)

25
New cards

complement, set complement

Let A be a set. The ________ of A is the set of all elements in the universal set which DO NOT belong to A. Denoted A' or A with a line over it.

26
New cards

parentheses, complement, union & intersection

What is the priority order of an expression with parentheses, union and intersection, and complement?

27
New cards
  • 0

  • infinity

  • any positive natural number

The cardinality of any set can be… (3 possibilities)

28
New cards
  • A∪B with line over whole thing = ‾A∩B

  • A∩B with line over whole thing = AB

What are the two relationships De Morgan’s Law shows?

29
New cards

set difference (A-B)

Let A and B be two sets. What is the set of all elements of A that DO NOT belong to B? What is the denotation?

30
New cards

cartesian product (AxB)

Let A and B be two sets. What is the set of all ordered pairs of the format (a,b) that satisfies a belongs to A and b belongs to B? What is the denotation?

31
New cards

|A| x |B|

How do you find the cardinality of cartesian product?

(|AxB|) = ????

32
New cards

power set

Let A be a set. What is the set of all subsets of A?

33
New cards

proposition/statement

a declarative sentence that either true or false, but not both (no questions or undefined variables, fact, no opinions)

34
New cards

atomic proposition

propositions that cannot be expressed in terms of simpler propositions (ex. Fanchao likes pizza.)

35
New cards

compound proposition

propositions are formed from existing propositions using logical operations (ex. If Fanchao is good at computer science, then he is good at programming.)

36
New cards

negation, ‾p

Let p be a proposition. What is the statement “It is not the case that p.”? What is the denotation?

37
New cards

conjunction (and)

If all are T, output is T

If one or more is F, putput if F.

given two propositions p and q, the __________ of p and q, denoted by pq. What is the truth table rule for this?

38
New cards

disjunction,

If all are F, output is F.

If one or more is T, output is T.

given two propositions p and q, the __________ of p and q, denoted by pq. What is the truth table rule for this?

39
New cards

equivalence, p≡q

Let p and q be two propositions. p and q are _________ if they have the same truth table value in EVERY possible case. What is the denotation?

40
New cards

exclusive or, p pinwheel q

Let p and q be two propositions. What is called the proposition that is true when exactly one of p and q is true and is false otherwise. What is the denotation?

41
New cards

conditional

T F, F

Every other case is true

Let p and q be two propositions. The ___________ statement is the proposition “if p, then q”. What is the truth table rule for this?

42
New cards

compound conditional

In a conditional statement, p→q, if p and q are compound propositions, then p→q is a ___________ _________ statement.

43
New cards

converse (switch)

Given a conditional statements, p→q, the ___________ of this conditional statements is q→p.

44
New cards

inverse (negate)

Given a conditional statements, p→q, the inverse of this conditional statements is -p→-q.

45
New cards

contrapositive (switch and negate)

Given a conditional statements, p→q, the ___________ of this conditional statement is -q→-p.

46
New cards

biconditional

Let p and q be two propositions. The ______________ statement (pq) is the proposition “p if and only if q.” pq is true when p and q have the same truth value, and false otherwise.

47
New cards

tautology

a compound proposition that is always true (every case in the truth table is true)

48
New cards

contradiction

a compound proposition that is always false (every case in the truth table is false)

49
New cards

contingency

a compound proposition that is neither a tautology nor a contradiction (most propositions are these)

50
New cards

satisfiable

a compound proposition is __________ if there is an assignment of truth variable (i.e. inputs) that makes it true

(some cases and true and some are false OR all cases are true)

51
New cards

argument

a sequence of propositions (P1, P2,…,Pn, C.) The final proposition is called the conclusion. All the statements in this sentence except the conclusion are called premises.

(P1∧P2∧…∧Pn→C)

52
New cards

valid

An argument is _______ if and only if all the premises being true forces the conclusion to be true. In other words, it is impossible for all the premises to be true and the conclusion to be false.

53
New cards

sound

An argument is __________ if and only if it is valid and contains only true premises.

54
New cards

statement

quantifier + variable + predicate

55
New cards

variable

a symbol that represents a subject/object

56
New cards

quantifier

called the universal quantifier, means “for all,” and , called the existential qualifier, means “there exists at least one”

57
New cards

predicate

a symbol represents a description of a subject/object or relation between subjects/objects

58
New cards

1) Change ∀ to ∃, or change ∃ to ∀.

2) Negate the predicate.

How do you negate statements?

59
New cards

conjunction, disjunction

ex. ∀x [P(x)∧Q(x)] = [∀xPx]∧[∀xQx]

∀ can distribute over a _______, but not over a ____________.

60
New cards

disjunction, conjunction

ex. ∃x [P(x)∨Q(x)] = [∃xPx]∨[∃xQx]

∃ can distribute over a _________, but not over a ________.

61
New cards

domain of a variable

the set from which a variable takes values

ex. All students of MU like pizza. (______ is all students of MU.)

62
New cards

domain

Whenever a variable is used, its ______ must be clarified.