Computer Sciences > GATE 2023 > Discrete Mathematics
Let f: A → B be an onto (or surjective) function, where A and B are nonempty sets. Define an equivalence relation ~ on the set A as
a1 ~ a2 if f(a1) = f(a2),
where a1, a2 ∈ A. Let E = {[x]: x ∈ A} be the set of all the equivalence classes under ~. Define a new mapping F: E → B as
F([x]) = f(x), for all the equivalence classes [x] in E.
Which of the following statements is/are TRUE?
A
F is NOT well-defined.
B
F is an onto (or surjective) function.
C
F is a one-to-one (or injective) function.
D
F is a bijective function.

Explanation

Correct : b,c,d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science