Relation And Functions Flashcards
(11 cards)
What is a reflexive relation?
A relation R in a set A is called reflexive if, for every a in A, (a, a) is in R.
What defines a symmetric relation?
A relation R in a set A is called symmetric if, for every a, b in A, (a, b) is in R implies (b, a) is also in R.
Define a transitive relation.
A relation R in a set A is called transitive if, for every a, b, c in A, (a, b) is in R and (b, c) is in R implies (a, c) is in R.
What is an equivalence relation?
A relation R in a set A is said to be an equivalence relation if it is reflexive, symmetric, and transitive.
What characterizes a one-one function?
A function f:X→Y is one-one if for every x1, x2 in X, f(x1) = f(x2) implies x1 = x2.
How is an onto function defined?
A function f:A→B is onto if for every y in B, there exists an element x in A such that f(x) = y.
What is the relationship between range and co-domain in an onto function?
In an onto function, the range is equal to the co-domain.
What is a composite function?
A composite function f: A → B and g: B → C is defined as g(f(x)).
Fill in the blank: A relation R in a set A is called ______ if for every a, b, c in A, (a, b) is in R and (b, c) is in R implies (a, c) is in R.
transitive relation
True or False: An equivalence relation must be reflexive.
True
True or False: A one-one function can have multiple elements in the domain mapping to the same element in the co-domain.
False