Sets Relations and Functions
Sets Relations and Functions
https://t.me/vedantumath1/3938
A set is a well-defined
A set which doesn’t contain
collection of objects
any element is called an
empty or null or void set
Power Sets
Singleton Set
Subset
IDENTITY RELATION
PARTIAL ORDER RELATION
A relation in which each element is related to
itself only. I = {(a, a), a ∈ A} R is a partial order, if R is Reflexive,
Antisymmetric and Transitive.
INVERSE RELATION
ASYMMETRIC RELATION
Inverse relation of R from A to B, denoted by R-1,
is a relation from B to A is defined by (x, y) ∈ R ⇒ (y, x) ∉ R
R-1 = {(b, a), : (a, b) ∈ R}.
Properties Counting of Relation
1. R is not reflexive does not imply R is irreflexive. ● Number of relations from set A to B = 2mn, where |A| = m,
Counter example:
|B| = n
A = {1, 2, 3}, R = {(1, 1)}
● Number of identity relation on a set with ‘n’ elements = 1
2. R is asymmetric implies that R is irreflexive. By
definition, for all a, b ∈ A, ● Number of reflexive relation set on a set with ‘n’ elements =
(a, b), ∈ R and (b, a) ∉ R. This implies that for all 2n(n-1)
(a, b) ∈ R, a ≠ b Thus, for all a ∈ A, ● Number of symmetric relation set on a set with ‘n’ elements =
(a, a) ∉ R Therefore, R is irreflexive. 2n(n+1)/2
3. R is not symmetric does not imply r is ● The number of antisymmetric binary relations possible on A
antisymmetric counter example: is
A = {1, 2, 3}, R = {(1, 2), (2, 3), (3, 2)} ● The number of binary relation on A which are both symmetric
4. R is not symmetric does not imply R is and antisymmetric is 2n.
asymmetric. Counter example: ● The number of binary relation on A which are both symmetric
A = {1, 2, 3}, R = {(1, 2), (2, 2)} and asymmetric is 1.
5. R is not antisymmetric does not imply R is ● The number of binary relation which are both relation which
symmetric. Counter example: are both reflexive and antisymmetric on the set Aa is
A = {1, 2, 3}, R = {(1, 2), (2, 3), (3, 2)}
● The number of asymmetric binary relation possible on the set
6. R is reflexive implies that R is not asymmetric. By A is
definition, for all a ∈ A, (a, a) ∈ R. ● There are at least 2n transitive relations (lower bound) and at
This implies that, both (a, b) and (b, a) are in R most (upper bound)
when a = b. Thus, R is not asymmetric.
Operation on Relations
3. R1 ∪ R2 = {(a, b) | (a, b) ∈ R1 and (a, b) ∈
1. R1 - R2 = {(a, b) | (a, b) ∈ R1 and (a, b) ∉ R2} R2}
2. R2 - R1 = {(a, b) | (a, b) ∈ R2 and (a, b) ∉ R1} 4. R1 ∩ R2 = {(a, b) | (a, b) ∈ R1 and (a, b) ∈
R2}
Properties
1) If R1 and R2 are reflexive and symmetric, then R1 ∪ R2 4) If R1 and R2 are equivalence relations on A,
is reflexive, and symmetric. ● R1 - R2is not an equivalence relation (reflexivity
fails).
2) If R1 is transitive and R2 is transitive, then R1 ∪ R2
● R1 - R2 is not a partial order (since R1 - R2 is not
need not be transitive.
reflexive).
Counter example: Let A = {1, 2} such that
● R1 ⨁ R2 = R1 ∪ R2 - (R1 ∩ R2) is neither
R1 = {(1, 2)} and R2 = {(2, 1)}. R1 ∪ R2 = {(1, 2), (2, 1)}
equivalence relation nor partial order (reflexivity
and (1, 1) ∉ R1 ∪ R2 implies that R1 ∪ R2 is not
fails)
Transitive.
5) The union of two equivalence relation on a set is not
3) If R1 and R2 are equivalence relations, then R1 ∩ R2 is
necessarily an equivalence relation on the set.
an equivalence relation.
6) The inverse of a equivalence relation R is an
equivalence relation.
Composition of Relations Equivalence Class
Let R1 ⊆ A × B and R2 ⊆ B × C, Composition of R2 on Equivalence class of a ∈ A is defined as [a] = {x | (x, a) ∈ R}, that
R1, denoted as R1 R2 or simply R1 R2 is is all the elements related to a under the relation R.
R1 R2 = {(a, c) | a ∈ A, c ∈ C ^ ∃ b ∈ B such that Example
((a, b) ∈ R1, (b, c) ∈ R2)} E = Even integers, O = Odd integers
NOTE (i) All elements of E are related to each other and all elements of
R1 (R2 ∩ R3) ⊂ R1 R2 ∩ R1 R3 O are related to each other.
R1 (R2 ∪ R3) = R1 R2 ∪ R1 R3 (ii) No element of E is related to any element of O and vice-versa.
R1 ⊆ A × B, R2 ⊆ B × C, R3 ⊆ C × D.(R1R2)R3 = R1 (R2R3) (iii) E and O are disjoint and Z = E ∪ O
-1
(R1oR2) = R2-1 oR1-1 The subset E is called the equivalence class containing
zero and is denoted by [0].
Properties: Consider an equivalence relation R defined
on a set A.
4. For any two equivalence class [a] and [b], either [a] = [b] or [a]
∩ [b] = ϕ
2. For every a, b ∈ A such that a ∈ [b], a ∉ b it follows 5. For all a, b ∈ A, if a ∈ [b] then b ∈ [a]
that [a] = [b] 6. For all a, b, c ∈ A, if a ∈ [b] and b ∈ [c], then a ∈ [c]
7. For all a ∈ A, [a] ≠ ϕ
Classification of
Functions
1. Constant Function
Functions f(x) = k, k is a constant.
2. Identity Function
The function y = f(x) = x, ∀ x ∈ R
Logarithmic Exponential Here domain & Range both R
function Function
3. Polynomial function
y = f(x) = a0 xn + a1 xn-1 + … + an n is non
negative integer, a1 are real constants.
Given a0 ≠ 0, n is the degree of polynomial
f(x) = logax[a > 0, a ≠ 1] f(x) = ax, a > 0, a ≠ 1. function
There are two polynomial functions,
f(x) = 1 + xn & f(x) = 1 - xn satisfying the
relation: f(x) ⋅ f(1/x) - f(x) + f(1/x) where ‘n’
is a positive integer.
4. Rational Function
It is defined as the ratio of two polynomials.
Domain = (0, ∞), Range = R Domain = R, Rang = (0, ∞) f(x) = P(x)/Q(x) provided Q(x) ≠ 0
Dom {f(x)} is all real numbers except when
denominator is zero [i.e., Q(x) ≠ 0]
Properties of Log
Functions Functions
Logarithmic
function
5.
6.
1. loga(xy) = loga|x| + loga|y|, where a > 0, a ≠ 1 and xy > 0 7. If a > 1, then the values of f(x) = logax increase with the
2. increase in x. I.e. x < y ⇔ loga x < loga y
3. Also,
4. logn(xn) = n loga |x|, where a > 0, a ≠ 1 and xn > 0
Functions
Sine function Tangent function Cosecant function
Trigonometric
Functions
f(x) = sin x f(x) = tan x f(x) = cosec x
Dom (f) = R Dom (f) = R - {(2n + I)π/2, n∈ z Dom (f) = R - {mR, n e z}
Ran (f) = [-1, 1] Ran (f) = R Ran (f) = R - (-1, 1)
5. 6. 7. |x + y| ≤ |x| + |y|
3. I ≤ x < I + I ⇒ [x] = I
4.
11.
5.
Fractional Part Odd and Even
Functions Function Function
1. {x} = x, 0 ≤ x <1. Properties 1. Product of two odd or two even function is an even
function.
g : B → A , f(x) = y ⇔ g(y) = x ∀ x ∈ A
● Total no of functions = mn and y ∈ B.
Elementary
Transformation of graphs
Drawing the graph of Drawing graph of y = f(|x|) from the Drawing graph of |y| = f(x) from the
y = |f(x)| from the known graph of y = f(x). know m graph of y = f(x).
Things to Remember
Composition of Functions
Let f : A → B & g : B → C be two functions. Then the
composition of f & g, denoted by gof, is defined as the Types of Functions
function gof : A → C given by
gof (x) = g(f(x)), ∀ x ∈ A
https://t.me/vedantumath1/3938