01Key Concepts & Definitions
Relations
Functions
02Types of Relations
To study equivalence, we classify relations in a set into three specific types:
- Reflexive Relation: for every . JEE Tip If even a single element does not have , the relation is NOT reflexive.
- Symmetric Relation: implies that for all .
- Transitive Relation: and implies that for all . JEE Tip Transitivity ONLY fails if and exist, but does NOT. If exists but there is no pairing to check, the relation is vacuously transitive!
Equivalence Relation & Equivalence Classes
- Equivalence Relation: A relation in a set is an equivalence relation if it is reflexive, symmetric, and transitive.
Given an arbitrary equivalence relation in an arbitrary set , divides into mutually disjoint subsets called partitions or subdivisions.
- All elements of are related to each other.
- No element of is related to any element of ().
- The union of all is , and their intersection is empty ().
- The subset containing an element is called an equivalence class and is denoted by .
03Types of Functions
- One-One (Injective) Function: A function is one-one if the images of distinct elements of are distinct. Mathematically: for every , implies . If it is not one-one, it is called many-one.
A function is onto if every element of is the image of some element of under . This means for every , there exists an such that .
- Rule: is onto if and only if Range of .
- Bijective Function: A function is bijective if it is both one-one and onto.
Finite vs. Infinite Sets Property
- For an arbitrary finite set , a one-one function is necessarily onto, and an onto map is necessarily one-one.
- JEE Tip This is a characteristic difference between a finite and an infinite set. For an infinite set (like or ), a function can be one-one but not onto (e.g., on ), or onto but not one-one.
04Composition of Functions & Invertibility
- Composition of Functions (): Let and be two functions. The composition of and , denoted by , is the function given by . JEE Tip in general. Matrix multiplication and function composition are highly analogous (both are associative but non-commutative).
- Invertible Function: A function is invertible if there exists a function such that and . Here, and are identity functions.
- Inverse: The function is called the inverse of and is denoted by .
- Condition for Invertibility: If is invertible, then must be one-one and onto (bijective). Conversely, if is one-one and onto, then must be invertible. JEE Tip To prove a function is invertible without finding its inverse, simply prove it is both one-one and onto.
05Advanced Function Properties
Even: . Graph is symmetric about the y-axis.
Odd: . Graph is symmetric about the origin.
Every function can be uniquely expressed as the sum of an even and an odd function: .
- Periodic Functions: A function is periodic if there exists a positive real number such that for all in the domain. The smallest such is the fundamental period.
06Combinatorics of Relations & Functions
Let set have elements and set have elements.
- Total number of relations from to is .
- Total number of functions from to is .
- Total number of injective (one-one) functions from to is (where ). If , it is .
- Total number of bijective functions from to is (this matches the permutation on symbols principle).
- Total number of reflexive relations on set is .
- Total number of symmetric relations on set is .
- Specific Summations: The number of relations containing and which are reflexive and transitive but NOT symmetric on set is exactly three. The number of equivalence relations containing and on set is exactly two.
07Formulae, Equations & Units
| Concept | Mathematical Condition/Formula | Limitations/Conditions |
|---|---|---|
| Reflexivity | Must hold for EVERY element in . | |
| Symmetry | Must hold for all pairs. | |
| Transitivity | Vacuously true if doesn't exist. | |
| Injectivity (1-1) | Can also be checked via monotonic derivatives. | |
| Surjectivity (Onto) | st. | True iff Range = Codomain. |
| Composition | Range of must be a subset of Domain of . | |
| Invertibility | Strictly requires to be bijective. |
08Conditions & Limitations
- Finite versus Infinite Sets: The theorem " is one-one if and only if it is onto" strictly applies ONLY to finite sets. Do not apply this to sets like , or .
- Addition of Functions vs Co-Domain Limits: Let be the identity function on . is onto. However, (which evaluates to ) is NOT onto because odd numbers in the co-domain lose their pre-image (e.g. has no solution in ).
- Greatest Integer Function limitations: on is neither one-one nor onto.
- Modulus & Signum Function limitations: Modulus function and Signum function defined on are strongly many-one and into (not onto), as they collapse multiple real values to single outputs and have heavily restricted ranges.
- Domain restrictions in Inverse: Whenever solving to find the inverse , you must check if the derived falls strictly within the defined domain of .
09COMMON MISCONCEPTIONS & SIGN CONVENTIONS
- The Vacuous Truth of Transitivity: A relation where we have but no pairs starting with is still transitive. You cannot say transitivity fails unless you explicitly find a broken chain (i.e., you have and but lack ).
- Intersection of Equivalence Relations: If and are equivalence relations in a set , then their intersection is ALWAYS an equivalence relation. JEE Tip However, their union is NOT necessarily an equivalence relation (it may fail transitivity).
- Function Composition Domain Traps: is only defined if the range of is a subset of the domain of . Blindly substituting algebraic formulas without checking this restriction leads to wrong domain answers.
- Non-Commutative Composition: and are generally not equal (). For instance, if and , while .
10Previous Year JEE Topics
- Checking Injectivity using Calculus: Differentiating to check if or continuously across the domain.
- Number of Possible Functions/Relations: Combinatorics problems linking P&C with relations (e.g., number of reflexive and symmetric relations).
- Equivalence Relations: Matrix/Coordinate-based equivalence conditions. Example: .
- Finding the Inverse: Solving algebraically for , and confirming the correct branch of a quadratic/trigonometric function based on domain boundaries.
- Functional Equations: Guessing the function profile based on relationships like (implying exponential functions).
11JEE Traps
When checking onto functions, students look at the formula and forget to check the declared co-domain. is onto if , but it is NOT onto if because there's no pre-image for odd numbers like 1.
means the inverse function, NOT . The inverse undoes the operation; the reciprocal divides it.
An even function maps two inputs to the same output. Therefore, it is many-one, and its global inverse never exists unless the domain is restricted to or .
If a relation is not symmetric, it must be anti-symmetric.
Symmetry and anti-symmetry are not polar opposites. A relation can easily be neither symmetric nor anti-symmetric (e.g., if it contains and but also contains without ).
Transitivity fails if we only have the pair and nothing else.
Transitivity ONLY fails if we have AND but are missing . If there is no second pair starting with , the relation is vacuously transitive.
Any function is onto if the cardinalities .
This is only true if and are FINITE sets AND the function is one-one. For infinite sets, does not guarantee an injective function is surjective.
The empty relation is an equivalence relation on an empty set.
The empty relation on a non-empty set is symmetric and transitive (vacuously) but it is NEVER reflexive because is missing for elements in the set.
and always share the same domain limits.
The domain of is strictly constrained by the domain of , whereas the domain of is constrained by the domain of . They are completely independent.
If is an even function, its inverse can be found via algebra.
Even functions are globally many-one (since ), meaning they are not bijective. Their global inverse DOES NOT exist.
is a strictly non-invertible function.
Invertibility strictly depends on the domain and codomain. While is neither 1-1 nor onto, is bijective and fully invertible.
Composition of functions is commutative.
Function composition is associative but generally NON-commutative ().
To find the inverse of , just compute or .
The inverse is the function that reverses the mapping (reflecting the graph across the line ). It is completely different from the algebraic reciprocal.
A reflexive relation is identical to the identity relation.
The identity relation contains only the pairs . A reflexive relation MUST contain at least all pairs, but it is free to contain other cross-pairs as well.