MTH 110 Discrete Mathematics I - Basic Set Theory (Vocabulary Flashcards)

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

1/25

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key set theory concepts from the notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

Set

A collection of definite, distinct objects where membership is the only property; order and repetition do not matter.

2
New cards

Element (member)

An object that belongs to a set; written as x ∈ S.

3
New cards

Cardinality

The number of elements in a set, denoted |S|.

4
New cards

Equality of Sets

Two sets S and T are equal if they contain exactly the same elements: ∀x, x ∈ S ⇔ x ∈ T.

5
New cards

Subset

A ⊆ B if every element of A is also an element of B.

6
New cards

Proper Subset

B ⊊ A if B ⊆ A and B ≠ A (B is a subset of A that is not equal to A).

7
New cards

Empty Set

The set with no elements; denoted ∅; ∅ ⊆ A for any A; ∅ is unique.

8
New cards

Universe

A universal set U containing all objects under consideration; operations like complement depend on U.

9
New cards

Union

A ∪ B is the set of elements that are in A or in B (or both).

10
New cards

Intersection

A ∩ B is the set of elements that are in both A and B.

11
New cards

Complement

A^c (relative to U) is the set of elements of U that are not in A.

12
New cards

Difference

A \ B is the set of elements in A but not in B; equivalently A ∩ B^c.

13
New cards

Real Numbers (R)

The set of all real numbers (numbers on the real number line).

14
New cards

Positive Real Numbers

R+ = {x ∈ R | x > 0}.

15
New cards

Natural Numbers

N = {0, 1, 2, 3, …}.

16
New cards

Positive Naturals

N+ = {1, 2, 3, …}.

17
New cards

Integers

Z = {…, -2, -1, 0, 1, 2, …}.

18
New cards

Rational Numbers

Q = {p/q | p,q ∈ Z, q ≠ 0}.

19
New cards

Complex Numbers

C = {x + iy | x,y ∈ R}.

20
New cards

Closed Interval

[a,b] = {x ∈ R | a ≤ x ≤ b} (all numbers between a and b including endpoints).

21
New cards

Open Interval

(a,b] = {x ∈ R | a < x ≤ b} or (a,b) = {x ∈ R | a < x < b} (endpoints excluded accordingly).

22
New cards

Half-Open Interval

[a,b) or (a,b] (one endpoint included, the other excluded).

23
New cards

Singleton

A set with one element: {x}.

24
New cards

Doubleton

A set with two distinct elements: {x, y} with x ≠ y.

25
New cards

Predicate

A statement about a variable x that can be true or false, used in set-builder notation P(x).

26
New cards

Set-Builder Notation

T = {x ∈ S | P(x)} denotes the subset of S consisting of elements that satisfy P.