1/17
Flashcards on core mathematical concepts, relation types, and function definitions from Class 12 Relations and Functions.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Relation
A subset of A×B (denoted R⊆A×B) from a set A to a set B. A relation from a set A to itself is called a relation in A.
Empty Relation
A relation R in a set A where no element of A is related to any element of A, denoted as R=ϕ⊂A×A. Also called a void relation.
Universal Relation
A relation R in a set A where each element of A is related to every element of A, expressed as R=A×A.
Reflexive Relation
A relation R in a set A where every element is related to itself, i.e., (a,a)∈R for all a∈A.
Symmetric Relation
A relation R in a set A where (a,b)∈R⟹(b,a)∈R for all a,b∈A.
Transitive Relation
A relation R in a set A where (a,b)∈R and (b,c)∈R⟹(a,c)∈R for all a,b,c∈A.
Equivalence Relation
A relation R in a set A that is reflexive, symmetric, and transitive.
Equivalence Class
In a relation R on a set A, the set of all elements related to a given element a∈A, denoted by [a]={x∈A:(x,a)∈R}.
Inverse Relation
The relation R−1 defined as the inverse relation of R if (a,b)∈R⟺(b,a)∈R−1, where Domain(R)=Range(R−1) and Range(R)=Domain(R−1).
Identity Relation
A relation R in a set A defined as R={(a,a)∣∀a∈A}.
Function
A relation f from a set A to a set B where every element of set A has only one image in set B.
One-one (Injective) Function
A function f:A→B where distinct elements of A have distinct images in B (i.e., f(a)=f(b)⟹a=b), satisfying n(A)≤n(B).
Many-one Function
A function f:A→B where two or more elements of A have the same image in B (i.e., for a,b∈A such that a=b, f(a)=f(b)).
Onto (Surjective) Function
A function f:A→B where every element of B has at least one pre-image in A, satisfying n(A)≥n(B) and Range=Codomain.
Into Function
A function f:A→B where there exists at least one single element in B having no pre-image in A.
Bijective Function
A function f:A→B that is both one-one and onto, satisfying n(A)=n(B) and Range=Codomain.
Horizontal Line Test for One-One Function
A graphical method stating that if no horizontal line intersects the graph of a function in more than one point, then the function is a one-one function.
Horizontal Line Test for Many-One Function
A graphical method stating that if a line parallel to the X-axis (horizontal line) intersects the graph of a function in more than one point, then the function is a many-one function.