Relations and Functions

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Vocabulary terms and definitions covering the fundamental concepts of relations, types of relations, types of functions, and function compositions as presented in the lecture notes.

Last updated 4:05 AM on 7/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Relation

Mathematically defined as any arbitrary subset of the Cartesian product A×BA \times B. If (a,b)×R(a, b) \times R, it is said that aa is related to bb under the relation RR, written as aRba R b.

2
New cards

Empty relation

A relation RR in a set AA where no element of AA is related to any element of AA, such that $$R =                                     

                 

                      

  

     

               

            

    

     

        

  

     

               

                 



  

    

     

     

  

      



  

         

      

    

 

     

          

 

     

           

  

         

         

        

  

     

      

      

 

 

    

       



 

3
New cards

Universal relation

A relation RR in a set AA where each element of AA is related to every element of AA, such that R=A×AR = A \times A.

4
New cards

Reflexive relation

A relation RR in a set AA where (a,a)R(a, a) \in R, for every aAa \in A.

5
New cards

Symmetric relation

A relation RR in a set AA satisfying the condition that if (a1,a2)R(a_1, a_2) \in R, then (a2,a1)R(a_2, a_1) \in R, for all a1,a2Aa_1, a_2 \in A.

6
New cards

Transitive relation

A relation RR in a set AA satisfying the condition that if (a1,a2)R(a_1, a_2) \in R and (a2,a3)R(a_2, a_3) \in R, then (a1,a3)R(a_1, a_3) \in R, for all a1,a2,a3Aa_1, a_2, a_3 \in A.

7
New cards

Equivalence relation

A relation in a set AA that is simultaneously reflexive, symmetric, and transitive.

8
New cards

Equivalence class

Denoted by [a][a], it is the subset of a set XX containing all elements bb that are related to an element aXa \in X under an equivalence relation RR. Every equivalence relation partitions the set into mutually disjoint equivalence classes.

9
New cards

One-one (Injective) function

A function f:XYf : X \rightarrow Y where the images of distinct elements of XX under ff are distinct. Formally, for every x1,x2Xx_1, x_2 \in X, f(x1)=f(x2)f(x_1) = f(x_2) implies x1=x2x_1 = x_2.

10
New cards

Many-one

A function that is not one-one, meaning at least two distinct elements in the domain have the same image in the co-domain.

11
New cards

Onto (Surjective) function

A function f:XYf : X \rightarrow Y where every element of YY is the image of at least one element of XX under ff. This occurs if and only if the Range of f=Yf = Y.

12
New cards

One-one and onto (Bijective)

A function that is both injective (one-one) and surjective (onto).

13
New cards

Composition of functions

Given functions f:ABf : A \rightarrow B and g:BCg : B \rightarrow C, the composition gof:ACgof : A \rightarrow C is defined as gof(x)=g(f(x))gof(x) = g(f(x)) for all xAx \in A.

14
New cards

Invertible function

A function f:XYf : X \rightarrow Y for which there exists a function g:YXg : Y \rightarrow X such that gof=IXgof = I_X and fog=IYfog = I_Y. A function is invertible if and only if it is bijective.

15
New cards

Greatest Integer Function

A function f:RRf : R \rightarrow R defined by f(x)=[x]f(x) = [x], which denotes the greatest integer less than or equal to xx. It is proved to be neither one-one nor onto.

16
New cards

Modulus Function

A function f:RRf : R \rightarrow R defined by f(x)=xf(x) = |x|, where x=x|x| = x if x0x \geq 0 and x=x|x| = -x if x<0x < 0. He is neither one-one nor onto.

17
New cards

Signum Function

A function f:RRf : R \rightarrow R defined as f(x)=1f(x) = 1 if x>0x > 0, f(x)=0f(x) = 0 if x=0x = 0, and f(x)=1f(x) = -1 if x<0x < 0. It is neither one-one nor onto.

18
New cards

Lejeune Dirichlet

A mathematician (1805-1859) whose definition of a function was used until the development of the set theoretic definition.