Set Theory
Set Theory
Order of Sets
The order of a set defines the number of elements a set is having. It describes the size of a set. The order of set
is also known as the cardinality.
The size of set whether it is is a finite set or an infinite set, said to be set of finite order or infinite order,
respectively.
Representation of Sets
The sets are represented in curly braces, {}. For example, {2,3,4} or {a,b,c} or {Bat, Ball, Wickets}. The
elements in the sets are depicted in either the Statement form, Roster Form or Set Builder Form.
Statement Form
In statement form, the well-defined descriptions of a member of a set are written and enclosed in the curly
brackets.
For example, the set of even numbers less than 15.
A={SET OF ALL STUDENTS OF MBA FA I ST SEM}
In statement form, it can be written as {1,2,3,4,..14}.
SECOND CLASS={ }
Roster Form
In Roster form, all the elements of a set are listed.
For example, the set of natural numbers less than 5.
Natural Number = 1, 2, 3, 4, 5, 6, 7, 8,……….
Natural Number less than 5 = 1, 2, 3, 4
Therefore, the set is N = { 1, 2, 3, 4 }
Roster notation
Roster or enumeration notation defines a set by listing its elements between curly brackets,
separated by commas:[17][18][19][20]
A = {4, 2, 1, 3}
B = {blue, white, red}.
In a set, all that matters is whether each element is in it or not, so the ordering of the
elements in roster notation is irrelevant (in contrast, in a sequence, a tuple, or
a permutation of a set, the ordering of the terms matters). For example, {2, 4, 6} and {4, 6,
4, 2} represent the same set.[21][16][22]
For sets with many elements, especially those following an implicit pattern, the list of
members can be abbreviated using an ellipsis '...'.[23][24] For instance, the set of the first
thousand positive integers may be specified in roster notation as
{1, 2, 3, ..., 1000}.
Infinite sets in roster notation[edit]
An infinite set is a set with an endless list of elements. To describe an infinite set in
roster notation, an ellipsis is placed at the end of the list, or at both ends, to indicate that
the list continues forever. For example, the set of nonnegative integers is
{0, 1, 2, 3, 4, ...},
and the set of all integers is
{..., −3, −2, −1, 0, 1, 2, 3, ...}.
Types of Sets
We have several types of sets in Maths. They are empty set, finite and infinite sets, proper set, equal sets, etc.
Let us go through the classification of sets here.
Empty Set
A={}
A set which does not contain any element is called an empty set or void set or null set. It is denoted by {} or Ø.
A set of apples in the basket of grapes is an example of an empty set because in a grapes basket there are no
apples present.
Singleton Set
A set which contains a single element is called a singleton set.
Example: There is only one apple in a basket of grapes. A={0} ,B={3}
Finite set
A set which consists of a definite number of elements is called a finite set.
Example: A set of natural numbers up to 10.
A = {1,2,3,4,5,6,7,8,9,10}
Class mba FA={120}
Infinite set
A set which is not finite is called an infinite set.
Example: A set of all natural numbers.
A = {1,2,3,4,5,6,7,8,9……}
Equivalent set
If the number of elements is the same for two different sets, then they are called equivalent sets. The order of
sets does not matter here. It is represented as:
n(A) = n(B)
4(A)=4(B)
where A and B are two different sets with the same number of elements.
Example: If A = {1,2,3,4} and B = {Red, Blue, Green, Black}
In set A, there are four elements and in set B also there are four elements. Therefore, set A and set B are
equivalent.
Equal sets
The two sets A and B are said to be equal if they have exactly the same elements, the order of elements do not
matter.
Example: A = {1,2,3,4} and B = {4,3,2,1} c={3,2,1,4}
A=B
Disjoint Sets
The two sets A and B are said to be disjoint if the set does not contain any common element.
Example: Set A = {1,2,3,4} and set B = {5,6,7,8} are disjoint sets, because there is no common element
between them.
Subsets
A set ‘A’ is said to be a subset of B if every element of A is also an element of B, denoted as A ⊆ B. Even the
null set is considered to be the subset of another set. In general, a subset is a part of another set.
Example: A = {1,2,3}
Then B= {1,2} ⊆ A.
Similarly, other subsets of set A are: {1},{2},{3},{1,2},{2,3},{1,3},{1,2,3} ,{}.
Note: The set is also a subset of itself.
If A is not a subset of B, then it is denoted as A⊄B.
Proper Subset
If A ⊆ B and A ≠ B, then A is called the proper subset of B and it can be written as A⊂B.
Example: If A = {7,2,5} is a subset of B = {2,5,7} then it is not a proper subset of B = {2,5,7}
But, A = {2,5} is a subset of B = {2,5,7} and is a proper subset also.
Superset
Set A is said to be the superset of B if all the elements of set B are the elements of set A. It is represented as A
⊃ B.
For example, if set A = {1, 2, 3, 4} and set B = {1, 3, 4}, then set A is the superset of B.
Universal Set
A set which contains all the sets relevant to a certain condition is called the universal set. It is the set of all
possible values.
Example: If A = {1,2,3} and B {2,3,4,5}, C={a,b,c,d} then universal set here will be:
U = {1,2,3,4,5,a,b,c,d}
Operations on Sets
In set theory, the operations of the sets are carried when two or more sets combine to form a single set under
some of the given conditions. The basic operations on sets are:
Union of sets
Intersection of sets
A complement of a set
Cartesian product of sets.
Set difference
Basically, we work more on union and intersection of sets operations, using Venn diagrams.
Union of Sets
If set A and set B are two sets, then A union B is the set that contains all
the elements of set A and set B. It is denoted as A ∪ B.
Example: Set A = {1,2,3} and B = {4,5,6}, then A union B is:
A+B=C=A ∪ B = {1,2,3,4,5,6}
A U B= (A) +(B)
AUB=(A)+(B)-(A∩B)
Intersection of Sets
If set A and set B are two sets, then A intersection B is the set that contains only
the common elements between set A and set B. It is denoted as A ∩ B.
Example: Set A = {1,2,3} and B = {4,5,6}, then A intersection B is:
A ∩ B = { } or Ø
Since A and B do not have any elements in common, so their intersection will give
null set.
Complement of Sets
The complement of any set, say P, is the set of all elements in the universal set that are not in set P. It is
denoted by P’.
Properties of Complement sets p = UNFOLD
P’ = FOLDED
TRUE= (TRUE)’ =(( TRUE)’)’= TRUE
=(A ∩ B) U (PASS IN ETHICS) U (FAIL IN B M)
X={1,2}
Y={A,B,C,D}
XxY={1.2},{1,B}
We can represent it in set-builder form, such as:
A × B = {(a, b) : a ∈ A and b ∈ B}
Example: set A = {B, G, W} and set B = {Bat, Ball}, then;
A × B = {(1,Bat),(1,Ball),(2,Bat),(2,Ball),(3,Bat),(3,Ball)}
Difference of Sets
If set A and set B are two sets, then set A difference set B is a set which has elements of A but no elements of
B. It is denoted as A – B.
Example: A = {1,2,3} and B = {2,3,4}
A – B = {1}
B-A={4}
Sets Formulas
Some of the most important set formulas are:
n ( A ∪ B ) = n(A) + n(B) – n ( A ∩ B)
n( A – B) + n( A ∩ B ) = n(A)
n( B – A) + n( A ∩ B ) = n(B)
n( A – B) + n ( A ∩ B) + n( B – A) = n ( A ∪ B )
What is a Function?
A function relates an input to an output.
y(ouput)=m(slope)x+a
Sales = f(advertisement)+a
Sale= f(price)
A b one to one
3 a many to one
A 1
2 one to many
3
4
1 a
2 b many to many
3 c
4 d
Y=f(x)
The input
The relationship
The output
Names
First, it is useful to give a function a name.
The most common name is "f", but we can have other names like "g" ... or
even "marmalade" if we want.
But let's use "f":
what goes into the function is put inside parentheses () after the name of
the function:
f(x) = x2 shows us that function "f" takes "x" and squares it.
an input of 4
becomes an output of 16.
It could be anything!
So this function:
f(x) = 1 - x + x2
f(q) = 1 - q + q2
h(A) = 1 - A + A2
w(θ) = 1 - θ + θ2
The variable (x, q, A, etc) is just there so we know where to put the values:
f(2) = 1 - 2 + 22 = 3
y = x2
an input (x)
a relationship (squaring)
and an output (y)
Relating
At the top we said that a function was like a machine. But a function doesn't
really have belts or cogs or any moving parts - and it doesn't actually
destroy what we put into it!
Example: this tree grows 20 cm every year, so the height of the tree
is related to its age using the function h:
h(age) = age × 20
So, if the age is 10 years, the height is:
h(10) = 10 × 20 = 200 cm
So we need something more powerful, and that is where sets come in:
Each individual thing in the set (such as "4" or "hat") is called a member,
or element.
So, a function takes elements of a set, and gives back elements of a set.
A Function is Special
But a function has special rules:
When a relationship does not follow those two rules then it is not a
function ... it is still a relationship, just not a function.
X: x Y: x2
3 9
1 1
0 0
4 16
-4 16
... ...
It is a function, because:
(But the fact that "6" in Y has no relationship does not matter)
If it crosses more than once it is still a valid curve, but is not a function.
Some types of functions have stricter rules, to find out more you can
read Injective, Surjective and Bijective
Infinitely Many
My examples have just a few values, but functions usually work on sets with
infinitely many elements.
Example: y = x3
We can't show ALL the values, so here are just a few examples:
X: x Y: x3
-2 -8
-0.1 -0.001
0 0
1.1 1.331
3 27
and so on... and so on...
So Many Names!
Functions have been used in mathematics for a very long time, and lots of
different names and ways of writing functions have come about.
Here are some common terms you should get familiar with:
Example: z = 2u3:
"u" could be called the "independent variable"
"z" could be called the "dependent variable" (it depends on the value
of u)
We often call a function "f(x)" when in fact the function is really "f"
Ordered Pairs
And here is another way to think about functions:
Write the input and output of a function as an "ordered pair", such as (4,16).
They are called ordered pairs because the input always comes first, and the
output second:
(input, output)
( x, f(x) )
Example:
(4,16) means that the function takes in "4" and gives out "16"
"2 is related to 4", "3 is related to 5" and "7 is related 3".
"if it contains (a, b) and (a, c), then b must equal c"
Which is just a way of saying that an input of "a" cannot produce two
different results.
Example: {(2,4), (2,5), (7,3)} is not a function because {2,4} and {2,5}
means that 2 could be related to 4 or 5.
Explicit vs Implicit
One last topic: the terms "explicit" and "implicit".
y = x3 − 3
x2 − 3xy + y3 = 0
When we know x, how do we find y?
Graphing
The Function Grapher can only handle explicit functions,
The Equation Grapher can handle both types (but takes a little longer,
and sometimes gets it wrong).
Conclusion
a function relates inputs to outputs
a function takes elements from a set (the domain) and relates them
to elements in a set (the codomain).
all the outputs (the actual values related to) are together called
the range
a function is a special type of relation where: