Week 1- Fundamentals of Sets and Functions

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

1/21

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to sets, functions, and their properties as discussed in the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Set

A collection of distinct objects, considered as an object in its own right.

2
New cards

Finite Set

A set with a limited number of elements.

3
New cards

Infinite Set

A set that has no end or limit to the number of elements.

4
New cards

Cartesian Product

A set of all ordered pairs (a, b) formed by combining each element of one set with each element of another set.

5
New cards

Set Intersection

The set of all elements that are common to both sets, denoted as S ∩ T.

6
New cards

Set Union

The set of all elements that are in either set or both sets, denoted as S ∪ T.

7
New cards

Set Difference

The set of elements that are in one set but not in another, denoted as S \ T.

8
New cards

Subset

A set A is a subset of set B if every element of A is also an element of B, denoted as A ⊂ B.

9
New cards

Injective Function (One-to-One)

A function where different inputs always produce different outputs.

10
New cards

Surjective Function (Onto)

A function where every element in the target set is mapped to by at least one element from the domain.

11
New cards

Bijective Function

A function that is both injective and surjective; each element of the target set is paired with exactly one element of the domain.

12
New cards

Quantifier ∀ (For all)

A symbol used in logic that indicates that a statement applies to all elements of a specified set.

13
New cards

Quantifier ∃ (There exists)

A symbol used in logic to indicate that there is at least one element in a specified set for which a statement is true.

14
New cards

Function

A special type of relation that assigns each element of a set exactly one element of another set.

15
New cards

Function Composition

The process of combining two functions, where the output of one function becomes the input of another.

16
New cards

Empty Set

A set that contains no elements, denoted by the symbol ∅.

17
New cards

Real Numbers (R)

The set of all rational and irrational numbers.

18
New cards

Complex Numbers (C)

The set of numbers that includes all real numbers and imaginary numbers, represented as a + bi where a and b are real numbers.

19
New cards

Natural Numbers (N)

The set of positive integers commonly used for counting.

20
New cards

Integers (Z)

The set of whole numbers that can be positive, negative, or zero.

21
New cards

Continuous Functions

Functions that do not have any breaks, jumps, or holes in their graphs.

22
New cards

Polynomial Functions

Functions that can be expressed in the form of a polynomial, e.g., P(x) = anx^n + a(n-1)x^(n-1) + … + a_0.