Relations and Functions

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

1/11

flashcard set

Earn XP

Description and Tags

Flashcards on Relations and Functions based on lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Relation (mathematical)

An arbitrary subset of A × B, where A and B are sets.

2
New cards

Empty Relation

A relation R in a set A where no element of A is related to any element of A, i.e., R = φ ⊂ A × A.

3
New cards

Universal Relation

A relation R in a set A where each element of A is related to every element of A, i.e., R = A × A.

4
New cards

Reflexive Relation

A relation R in a set A is reflexive if (a, a) ∈ R for every a ∈ A.

5
New cards

Symmetric Relation

A relation R in a set A is symmetric if (a1, a2) ∈ R implies that (a2, a1) ∈ R, for all a1, a2 ∈ A.

6
New cards

Transitive Relation

A relation R in a set A is transitive if (a1, a2) ∈ R and (a2, a3) ∈ R implies that (a1, a3) ∈ R, for all a1, a2, a3 ∈ A.

7
New cards

Equivalence Relation

A relation R in a set A is an equivalence relation if R is reflexive, symmetric, and transitive.

8
New cards

One-to-one Function (Injective)

A function f: X → Y is one-to-one if the images of distinct elements of X under f are distinct; i.e., for every x1, x2 ∈ X, f(x1) = f(x2) implies x1 = x2.

9
New cards

Onto Function (Surjective)

A function f: X → Y is onto if every element of Y is the image of some element of X under f; i.e., for every y ∈ Y, there exists an element x in X such that f(x) = y.

10
New cards

Bijective Function

A function f: X → Y is bijective if f is both one-to-one and onto.

11
New cards

Invertible Function

A function f: X → Y is invertible if there exists a function g: Y → X such that gof = IX and fog = IY. The function g is called the inverse of f and is denoted by f^{-1}.

12
New cards

Composition of Functions

Given two functions f: A → B and g: B → C, the composition of f and g, denoted by gof, is defined as the function gof: A → C given by gof(x) = g(f(x)), ∀ x ∈ A.