SlideShare a Scribd company logo
1 of 32
1
Fall 2002 CMSC 203 - Discrete Structures 2
…… and the following mathematicaland the following mathematical
appetizer is about…appetizer is about…
FunctionsFunctions
Fall 2002 CMSC 203 - Discrete Structures 3
FunctionsFunctions
AA functionfunction f from a set A to a set B is anf from a set A to a set B is an
assignmentassignment of exactly one element of B to eachof exactly one element of B to each
element of A.element of A.
We writeWe write
f(a) = bf(a) = b
if b is the unique element of B assigned by theif b is the unique element of B assigned by the
function f to the element a of A.function f to the element a of A.
If f is a function from A to B, we writeIf f is a function from A to B, we write
f: Af: A→→BB
(note: Here, “(note: Here, “→→“ has nothing to do with if… then)“ has nothing to do with if… then)
Fall 2002 CMSC 203 - Discrete Structures 4
FunctionsFunctions
If f:AIf f:A→→B, we say that A is theB, we say that A is the domaindomain of f and Bof f and B
is theis the codomaincodomain of f.of f.
If f(a) = b, we say that b is theIf f(a) = b, we say that b is the imageimage of a and a isof a and a is
thethe pre-imagepre-image of b.of b.
TheThe rangerange of f:Aof f:A→→B is the set of all images ofB is the set of all images of
elements of A.elements of A.
We say that f:AWe say that f:A→→BB mapsmaps A to B.A to B.
Fall 2002 CMSC 203 - Discrete Structures 5
FunctionsFunctions
Let us take a look at the function f:PLet us take a look at the function f:P→→C withC with
P = {Linda, Max, Kathy, Peter}P = {Linda, Max, Kathy, Peter}
C = {Boston, New York, Hong Kong, Moscow}C = {Boston, New York, Hong Kong, Moscow}
f(Linda) = Moscowf(Linda) = Moscow
f(Max) = Bostonf(Max) = Boston
f(Kathy) = Hong Kongf(Kathy) = Hong Kong
f(Peter) = New Yorkf(Peter) = New York
Here, the range of f is C.Here, the range of f is C.
Fall 2002 CMSC 203 - Discrete Structures 6
FunctionsFunctions
Let us re-specify f as follows:Let us re-specify f as follows:
f(Linda) = Moscowf(Linda) = Moscow
f(Max) = Bostonf(Max) = Boston
f(Kathy) = Hong Kongf(Kathy) = Hong Kong
f(Peter) = Bostonf(Peter) = Boston
Is f still a function?Is f still a function? yesyes
{Moscow, Boston, Hong Kong}{Moscow, Boston, Hong Kong}What is its range?What is its range?
Fall 2002 CMSC 203 - Discrete Structures 7
FunctionsFunctions
Other ways to represent f:Other ways to represent f:
BostonBostonPeterPeter
HongHong
KongKong
KathyKathy
BostonBostonMaxMax
MoscowMoscowLindaLinda
f(x)f(x)xx LindaLinda
MaxMax
KathyKathy
PeterPeter
BostonBoston
New YorkNew York
Hong KongHong Kong
MoscowMoscow
Fall 2002 CMSC 203 - Discrete Structures 8
FunctionsFunctions
If the domain of our function f is large, it isIf the domain of our function f is large, it is
convenient to specify f with aconvenient to specify f with a formulaformula, e.g.:, e.g.:
f:f:RR→→RR
f(x) = 2xf(x) = 2x
This leads to:This leads to:
f(1) = 2f(1) = 2
f(3) = 6f(3) = 6
f(-3) = -6f(-3) = -6
……
Fall 2002 CMSC 203 - Discrete Structures 9
FunctionsFunctions
Let fLet f11 and fand f22 be functions from A tobe functions from A to RR..
Then theThen the sumsum and theand the productproduct of fof f11 and fand f22 are alsoare also
functions from A tofunctions from A to RR defined by:defined by:
(f(f11 + f+ f22)(x) = f)(x) = f11(x) + f(x) + f22(x)(x)
(f(f11ff22)(x) = f)(x) = f11(x) f(x) f22(x)(x)
Example:Example:
ff11(x) = 3x, f(x) = 3x, f22(x) = x + 5(x) = x + 5
(f(f11 + f+ f22)(x) = f)(x) = f11(x) + f(x) + f22(x) = 3x + x + 5 = 4x + 5(x) = 3x + x + 5 = 4x + 5
(f(f11ff22)(x) = f)(x) = f11(x) f(x) f22(x) = 3x (x + 5) = 3x(x) = 3x (x + 5) = 3x22
+ 15x+ 15x
Fall 2002 CMSC 203 - Discrete Structures 10
FunctionsFunctions
We already know that theWe already know that the rangerange of a functionof a function
f:Af:A→→B is the set of all images of elements aB is the set of all images of elements a∈∈A.A.
If we only regard aIf we only regard a subsetsubset SS⊆⊆A, the set of allA, the set of all
images of elements simages of elements s∈∈S is called theS is called the imageimage of S.of S.
We denote the image of S by f(S):We denote the image of S by f(S):
f(S) = {f(s) | sf(S) = {f(s) | s∈∈S}S}
Fall 2002 CMSC 203 - Discrete Structures 11
FunctionsFunctions
Let us look at the following well-known function:Let us look at the following well-known function:
f(Linda) = Moscowf(Linda) = Moscow
f(Max) = Bostonf(Max) = Boston
f(Kathy) = Hong Kongf(Kathy) = Hong Kong
f(Peter) = Bostonf(Peter) = Boston
What is the image of S = {Linda, Max} ?What is the image of S = {Linda, Max} ?
f(S) = {Moscow, Boston}f(S) = {Moscow, Boston}
What is the image of S = {Max, Peter} ?What is the image of S = {Max, Peter} ?
f(S) = {Boston}f(S) = {Boston}
Fall 2002 CMSC 203 - Discrete Structures 12
Properties of FunctionsProperties of Functions
A function f:AA function f:A→→B is said to beB is said to be one-to-oneone-to-one (or(or
injectiveinjective), if and only if), if and only if
∀∀x, yx, y∈∈A (f(x) = f(y)A (f(x) = f(y) →→ x = y)x = y)
In other words:In other words: f is one-to-one if and only if itf is one-to-one if and only if it
does not map two distinct elements of A onto thedoes not map two distinct elements of A onto the
same element of B.same element of B.
Fall 2002 CMSC 203 - Discrete Structures 13
Properties of FunctionsProperties of Functions
And again…And again…
f(Linda) = Moscowf(Linda) = Moscow
f(Max) = Bostonf(Max) = Boston
f(Kathy) = Hong Kongf(Kathy) = Hong Kong
f(Peter) = Bostonf(Peter) = Boston
Is f one-to-one?Is f one-to-one?
No, Max and Peter areNo, Max and Peter are
mapped onto the samemapped onto the same
element of the image.element of the image.
g(Linda) = Moscowg(Linda) = Moscow
g(Max) = Bostong(Max) = Boston
g(Kathy) = Hong Kongg(Kathy) = Hong Kong
g(Peter) = New Yorkg(Peter) = New York
Is g one-to-one?Is g one-to-one?
Yes, each element isYes, each element is
assigned a uniqueassigned a unique
element of the image.element of the image.
Fall 2002 CMSC 203 - Discrete Structures 14
Properties of FunctionsProperties of Functions
How can we prove that a function f is one-to-one?How can we prove that a function f is one-to-one?
Whenever you want to prove something, first takeWhenever you want to prove something, first take
a look at the relevant definition(s):a look at the relevant definition(s):
∀∀x, yx, y∈∈A (f(x) = f(y)A (f(x) = f(y) →→ x = y)x = y)
Example:Example:
f:f:RR→→RR
f(x) = xf(x) = x22
Disproof by counterexample:
f(3) = f(-3), but 3f(3) = f(-3), but 3 ≠≠ -3, so f is not one-to-one.-3, so f is not one-to-one.
Fall 2002 CMSC 203 - Discrete Structures 15
Properties of FunctionsProperties of Functions
…… and yet another example:and yet another example:
f:f:RR→→RR
f(x) = 3xf(x) = 3x
One-to-one:One-to-one: ∀∀x, yx, y∈∈A (f(x) = f(y)A (f(x) = f(y) →→ x = y)x = y)
To show:To show: f(x)f(x) ≠≠ f(y) whenever xf(y) whenever x ≠≠ yy
xx ≠≠ yy
⇔ 3x3x ≠≠ 3y3y
⇔ f(x)f(x) ≠≠ f(y),f(y),
so if xso if x ≠≠ y, then f(x)y, then f(x) ≠≠ f(y), that is, f is one-to-one.f(y), that is, f is one-to-one.
Fall 2002 CMSC 203 - Discrete Structures 16
Properties of FunctionsProperties of Functions
A function f:AA function f:A→→B with A,BB with A,B ⊆⊆ R is calledR is called strictlystrictly
increasingincreasing, if, if
∀∀x,yx,y∈∈A (x < yA (x < y →→ f(x) < f(y)),f(x) < f(y)),
andand strictly decreasingstrictly decreasing, if, if
∀∀x,yx,y∈∈A (x < yA (x < y →→ f(x) > f(y)).f(x) > f(y)).
Obviously, a function that is either strictlyObviously, a function that is either strictly
increasing or strictly decreasing isincreasing or strictly decreasing is one-to-oneone-to-one..
Fall 2002 CMSC 203 - Discrete Structures 17
Properties of FunctionsProperties of Functions
A function f:AA function f:A→→B is calledB is called ontoonto, or, or surjectivesurjective, if, if
and only if for every element band only if for every element b∈∈B there is anB there is an
element aelement a∈∈A with f(a) = b.A with f(a) = b.
In other words, f is onto if and only if itsIn other words, f is onto if and only if its rangerange isis
itsits entire codomainentire codomain..
A function f: AA function f: A→→B is aB is a one-to-one correspondenceone-to-one correspondence,,
or aor a bijectionbijection, if and only if it is both one-to-one, if and only if it is both one-to-one
and onto.and onto.
Obviously, if f is a bijection and A and B are finiteObviously, if f is a bijection and A and B are finite
sets, then |A| = |B|.sets, then |A| = |B|.
Fall 2002 CMSC 203 - Discrete Structures 18
Properties of FunctionsProperties of Functions
Examples:Examples:
In the following examples, we use the arrowIn the following examples, we use the arrow
representation to illustrate functions f:Arepresentation to illustrate functions f:A→→B.B.
In each example, the complete sets A and B areIn each example, the complete sets A and B are
shown.shown.
Fall 2002 CMSC 203 - Discrete Structures 19
Properties of FunctionsProperties of Functions
Is f injective?Is f injective?
No.No.
Is f surjective?Is f surjective?
No.No.
Is f bijective?Is f bijective?
No.No.
LindaLinda
MaxMax
KathyKathy
PeterPeter
BostonBoston
New YorkNew York
Hong KongHong Kong
MoscowMoscow
Fall 2002 CMSC 203 - Discrete Structures 20
Properties of FunctionsProperties of Functions
Is f injective?Is f injective?
No.No.
Is f surjective?Is f surjective?
Yes.Yes.
Is f bijective?Is f bijective?
No.No.
LindaLinda
MaxMax
KathyKathy
PeterPeter
BostonBoston
New YorkNew York
Hong KongHong Kong
MoscowMoscow
PaulPaul
Fall 2002 CMSC 203 - Discrete Structures 21
Properties of FunctionsProperties of Functions
Is f injective?Is f injective?
Yes.Yes.
Is f surjective?Is f surjective?
No.No.
Is f bijective?Is f bijective?
No.No.
LindaLinda
MaxMax
KathyKathy
PeterPeter
BostonBoston
New YorkNew York
Hong KongHong Kong
MoscowMoscow
LLüübeckbeck
Fall 2002 CMSC 203 - Discrete Structures 22
Properties of FunctionsProperties of Functions
Is f injective?Is f injective?
No! f is not evenNo! f is not even
a function!a function!
LindaLinda
MaxMax
KathyKathy
PeterPeter
BostonBoston
New YorkNew York
Hong KongHong Kong
MoscowMoscow
LLüübeckbeck
Fall 2002 CMSC 203 - Discrete Structures 23
Properties of FunctionsProperties of Functions
Is f injective?Is f injective?
Yes.Yes.
Is f surjective?Is f surjective?
Yes.Yes.
Is f bijective?Is f bijective?
Yes.Yes.
LindaLinda
MaxMax
KathyKathy
PeterPeter
BostonBoston
New YorkNew York
Hong KongHong Kong
MoscowMoscow
LLüübeckbeckHelenaHelena
Fall 2002 CMSC 203 - Discrete Structures 24
InversionInversion
An interesting property of bijections is thatAn interesting property of bijections is that
they have anthey have an inverse functioninverse function..
TheThe inverse functioninverse function of the bijection f:Aof the bijection f:A→→BB
is the function fis the function f-1-1
:B:B→→A withA with
ff-1-1
(b) = a whenever f(a) = b.(b) = a whenever f(a) = b.
Fall 2002 CMSC 203 - Discrete Structures 25
InversionInversion
Example:Example:
f(Linda) = Moscowf(Linda) = Moscow
f(Max) = Bostonf(Max) = Boston
f(Kathy) = Hong Kongf(Kathy) = Hong Kong
f(Peter) = Lf(Peter) = Lüübeckbeck
f(Helena) = New Yorkf(Helena) = New York
Clearly, f is bijective.Clearly, f is bijective.
The inverse functionThe inverse function
ff-1-1
is given by:is given by:
ff-1-1
(Moscow) = Linda(Moscow) = Linda
ff-1-1
(Boston) = Max(Boston) = Max
ff-1-1
(Hong Kong) = Kathy(Hong Kong) = Kathy
ff-1-1
(L(Lüübeck) = Peterbeck) = Peter
ff-1-1
(New York) = Helena(New York) = Helena
Inversion is onlyInversion is only
possible for bijectionspossible for bijections
(= invertible functions)(= invertible functions)
Fall 2002 CMSC 203 - Discrete Structures 26
InversionInversion
LindaLinda
MaxMax
KathyKathy
PeterPeter
BostonBoston
New YorkNew York
Hong KongHong Kong
MoscowMoscow
LLüübeckbeckHelenaHelena
ff
ff-1-1
ff-1-1
:C:C→→P is noP is no
function, becausefunction, because
it is not definedit is not defined
for all elements offor all elements of
C and assigns twoC and assigns two
images to the pre-images to the pre-
image New York.image New York.
Fall 2002 CMSC 203 - Discrete Structures 27
CompositionComposition
TheThe compositioncomposition of two functions g:Aof two functions g:A→→B andB and
f:Bf:B→→C, denoted by fC, denoted by f°°g, is defined byg, is defined by
(f(f°°g)(a) = f(g(a))g)(a) = f(g(a))
This means thatThis means that
• firstfirst, function g is applied to element a, function g is applied to element a∈∈A,A,
mapping it onto an element of B,mapping it onto an element of B,
• thenthen, function f is applied to this element of, function f is applied to this element of
B, mapping it onto an element of C.B, mapping it onto an element of C.
• ThereforeTherefore, the composite function maps, the composite function maps
from A to C.from A to C.
Fall 2002 CMSC 203 - Discrete Structures 28
CompositionComposition
Example:Example:
f(x) = 7x – 4, g(x) = 3x,f(x) = 7x – 4, g(x) = 3x,
f:f:RR→→RR, g:, g:RR→→RR
(f(f°°g)(5) = f(g(5)) = f(15) = 105 – 4 = 101g)(5) = f(g(5)) = f(15) = 105 – 4 = 101
(f(f°°g)(x) = f(g(x)) = f(3x) = 21x - 4g)(x) = f(g(x)) = f(3x) = 21x - 4
Fall 2002 CMSC 203 - Discrete Structures 29
CompositionComposition
Composition of a function and its inverse:Composition of a function and its inverse:
(f(f-1-1
°°f)(x) = ff)(x) = f-1-1
(f(x)) = x(f(x)) = x
The composition of a function and its inverseThe composition of a function and its inverse
is theis the identity functionidentity function i(x) = x.i(x) = x.
Fall 2002 CMSC 203 - Discrete Structures 30
GraphsGraphs
TheThe graphgraph of a functionof a function f:Af:A→→B is the set ofB is the set of
ordered pairs {(a, b) | aordered pairs {(a, b) | a∈∈A and f(a) = b}.A and f(a) = b}.
The graph is a subset of AThe graph is a subset of A××B that can be usedB that can be used
to visualize f in a two-dimensional coordinateto visualize f in a two-dimensional coordinate
system.system.
Fall 2002 CMSC 203 - Discrete Structures 31
Floor and Ceiling FunctionsFloor and Ceiling Functions
TheThe floorfloor andand ceilingceiling functions map the realfunctions map the real
numbers onto the integers (numbers onto the integers (RR→→ZZ).).
TheThe floorfloor function assigns to rfunction assigns to r∈∈RR the largestthe largest
zz∈∈ZZ with zwith z ≤≤ r, denoted byr, denoted by rr..
Examples:Examples: 2.32.3 = 2,= 2, 22 = 2,= 2, 0.50.5 = 0,= 0, -3.5-3.5 = -4= -4
TheThe ceilingceiling function assigns to rfunction assigns to r∈∈RR the smallestthe smallest
zz∈∈ZZ with zwith z ≥≥ r, denoted byr, denoted by rr..
Examples:Examples: 2.32.3 = 3,= 3, 22 = 2,= 2, 0.50.5 = 1,= 1, -3.5-3.5 = -3= -3
32
Do you find this slides were useful?Do you find this slides were useful?
One second of your life , can bring a smile in a girl lifeOne second of your life , can bring a smile in a girl life
If Yes ,JoinIf Yes ,Join Dreams SchoolDreams School “Campaign for Female Education”“Campaign for Female Education”
Help us in bringing a change in a girl life, becauseHelp us in bringing a change in a girl life, because
““When someone takes away your pens youWhen someone takes away your pens you
realize quite how important education is”.realize quite how important education is”.
Just Click on any advertisement on the page, yourJust Click on any advertisement on the page, your
one click can make her smileone click can make her smile..
Eliminate InequalityEliminate Inequality ““Not WomenNot Women””
One second of your life , can bring a smile in her life!!One second of your life , can bring a smile in her life!!
Do you find these slides were useful?Do you find these slides were useful?
If Yes ,JoinIf Yes ,Join Dreams SchoolDreams School ““CampaignCampaign
for Female Educationfor Female Education””
Help us in bringing a change in a girl life,Help us in bringing a change in a girl life,
becausebecause ““When someone takes awayWhen someone takes away
your pens you realize quite howyour pens you realize quite how
important education isimportant education is”.”.
Just Click on any advertisement on the page,Just Click on any advertisement on the page,
your one click can make her smileyour one click can make her smile..
We our doing our part & u ?We our doing our part & u ?
Eliminate InequalityEliminate Inequality ““Not WomenNot Women””

More Related Content

What's hot

Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functions
Njabulo Nkabinde
 
Types of functions 05272011
Types of functions 05272011Types of functions 05272011
Types of functions 05272011
Boyet Aluan
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
JelaiAujero
 
Continuity and Discontinuity of Functions
Continuity and Discontinuity of FunctionsContinuity and Discontinuity of Functions
Continuity and Discontinuity of Functions
Phil Saraspe
 
4.6 Relations And Functions
4.6 Relations And Functions4.6 Relations And Functions
4.6 Relations And Functions
guestd1dc2e
 
5.1 anti derivatives
5.1 anti derivatives5.1 anti derivatives
5.1 anti derivatives
math265
 

What's hot (20)

Composition and inverse of functions
Composition  and inverse of functionsComposition  and inverse of functions
Composition and inverse of functions
 
Exponential and logarithmic functions
Exponential and logarithmic functionsExponential and logarithmic functions
Exponential and logarithmic functions
 
Basics of Integration and Derivatives
Basics of Integration and DerivativesBasics of Integration and Derivatives
Basics of Integration and Derivatives
 
Types of functions 05272011
Types of functions 05272011Types of functions 05272011
Types of functions 05272011
 
Integral calculus
Integral calculusIntegral calculus
Integral calculus
 
Different types of functions
Different types of functionsDifferent types of functions
Different types of functions
 
Limits and continuity
Limits and continuityLimits and continuity
Limits and continuity
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
 
Inverse functions
Inverse functionsInverse functions
Inverse functions
 
Techniques of Integration ppt.ppt
Techniques of Integration ppt.pptTechniques of Integration ppt.ppt
Techniques of Integration ppt.ppt
 
Higher order derivatives
Higher order derivativesHigher order derivatives
Higher order derivatives
 
2.1 Basics of Functions and Their Graphs
2.1 Basics of Functions and Their Graphs2.1 Basics of Functions and Their Graphs
2.1 Basics of Functions and Their Graphs
 
Relations and functions
Relations and functionsRelations and functions
Relations and functions
 
Integration and its basic rules and function.
Integration and its basic rules and function.Integration and its basic rules and function.
Integration and its basic rules and function.
 
Continuity and Discontinuity of Functions
Continuity and Discontinuity of FunctionsContinuity and Discontinuity of Functions
Continuity and Discontinuity of Functions
 
Math presentation on domain and range
Math presentation on domain and rangeMath presentation on domain and range
Math presentation on domain and range
 
4.6 Relations And Functions
4.6 Relations And Functions4.6 Relations And Functions
4.6 Relations And Functions
 
Functions
FunctionsFunctions
Functions
 
5.1 anti derivatives
5.1 anti derivatives5.1 anti derivatives
5.1 anti derivatives
 
Algebraic functions powerpoint
Algebraic functions powerpointAlgebraic functions powerpoint
Algebraic functions powerpoint
 

Similar to Functions

8functions
8functions8functions
8functions
manrak
 
01. Functions-Theory & Solved Examples Module-4.pdf
01. Functions-Theory & Solved Examples Module-4.pdf01. Functions-Theory & Solved Examples Module-4.pdf
01. Functions-Theory & Solved Examples Module-4.pdf
RajuSingh806014
 
Functions and graphs
Functions and graphsFunctions and graphs
Functions and graphs
Sujata Tapare
 
Inverses & One-to-One
Inverses & One-to-OneInverses & One-to-One
Inverses & One-to-One
aabdel96
 

Similar to Functions (20)

Functions
FunctionsFunctions
Functions
 
Function of DM
Function of DM Function of DM
Function of DM
 
Per4 function2
Per4 function2Per4 function2
Per4 function2
 
CMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions RepresentationsCMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions Representations
 
Function presentation
Function presentationFunction presentation
Function presentation
 
Per4 function1
Per4 function1Per4 function1
Per4 function1
 
Chpt 2-functions-seqs v.5
Chpt 2-functions-seqs v.5Chpt 2-functions-seqs v.5
Chpt 2-functions-seqs v.5
 
Functions
FunctionsFunctions
Functions
 
8functions
8functions8functions
8functions
 
Inverse function
Inverse function Inverse function
Inverse function
 
Calculus- Basics
Calculus- BasicsCalculus- Basics
Calculus- Basics
 
Introductory calculus
Introductory calculusIntroductory calculus
Introductory calculus
 
01. Functions-Theory & Solved Examples Module-4.pdf
01. Functions-Theory & Solved Examples Module-4.pdf01. Functions-Theory & Solved Examples Module-4.pdf
01. Functions-Theory & Solved Examples Module-4.pdf
 
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLESTYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
 
Functions (1)
Functions (1)Functions (1)
Functions (1)
 
Relations and functions
Relations and functionsRelations and functions
Relations and functions
 
Functions and graphs
Functions and graphsFunctions and graphs
Functions and graphs
 
Inverses & One-to-One
Inverses & One-to-OneInverses & One-to-One
Inverses & One-to-One
 
Task3
Task3Task3
Task3
 
Proof methods-students
Proof methods-students Proof methods-students
Proof methods-students
 

More from Dreams4school (20)

Mixture
MixtureMixture
Mixture
 
Coordinate geometry 2
Coordinate geometry 2Coordinate geometry 2
Coordinate geometry 2
 
Coordinate geometry1
Coordinate geometry1Coordinate geometry1
Coordinate geometry1
 
Circle
CircleCircle
Circle
 
Presentation1
Presentation1Presentation1
Presentation1
 
Classify polygons
Classify polygonsClassify polygons
Classify polygons
 
Properties of triangles1
Properties of triangles1Properties of triangles1
Properties of triangles1
 
Properties of triangles1
Properties of triangles1Properties of triangles1
Properties of triangles1
 
Properties of triangles
Properties of trianglesProperties of triangles
Properties of triangles
 
Lesson4
Lesson4Lesson4
Lesson4
 
Basic of geometry
Basic of geometryBasic of geometry
Basic of geometry
 
17 geometry
17 geometry17 geometry
17 geometry
 
New stack
New stackNew stack
New stack
 
Fdr
FdrFdr
Fdr
 
E3
E3E3
E3
 
E2
E2E2
E2
 
E1
E1E1
E1
 
Exponent1
Exponent1Exponent1
Exponent1
 
Exponent 3
Exponent 3Exponent 3
Exponent 3
 
Exponent 2
Exponent 2Exponent 2
Exponent 2
 

Recently uploaded

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Recently uploaded (20)

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 

Functions

  • 1. 1
  • 2. Fall 2002 CMSC 203 - Discrete Structures 2 …… and the following mathematicaland the following mathematical appetizer is about…appetizer is about… FunctionsFunctions
  • 3. Fall 2002 CMSC 203 - Discrete Structures 3 FunctionsFunctions AA functionfunction f from a set A to a set B is anf from a set A to a set B is an assignmentassignment of exactly one element of B to eachof exactly one element of B to each element of A.element of A. We writeWe write f(a) = bf(a) = b if b is the unique element of B assigned by theif b is the unique element of B assigned by the function f to the element a of A.function f to the element a of A. If f is a function from A to B, we writeIf f is a function from A to B, we write f: Af: A→→BB (note: Here, “(note: Here, “→→“ has nothing to do with if… then)“ has nothing to do with if… then)
  • 4. Fall 2002 CMSC 203 - Discrete Structures 4 FunctionsFunctions If f:AIf f:A→→B, we say that A is theB, we say that A is the domaindomain of f and Bof f and B is theis the codomaincodomain of f.of f. If f(a) = b, we say that b is theIf f(a) = b, we say that b is the imageimage of a and a isof a and a is thethe pre-imagepre-image of b.of b. TheThe rangerange of f:Aof f:A→→B is the set of all images ofB is the set of all images of elements of A.elements of A. We say that f:AWe say that f:A→→BB mapsmaps A to B.A to B.
  • 5. Fall 2002 CMSC 203 - Discrete Structures 5 FunctionsFunctions Let us take a look at the function f:PLet us take a look at the function f:P→→C withC with P = {Linda, Max, Kathy, Peter}P = {Linda, Max, Kathy, Peter} C = {Boston, New York, Hong Kong, Moscow}C = {Boston, New York, Hong Kong, Moscow} f(Linda) = Moscowf(Linda) = Moscow f(Max) = Bostonf(Max) = Boston f(Kathy) = Hong Kongf(Kathy) = Hong Kong f(Peter) = New Yorkf(Peter) = New York Here, the range of f is C.Here, the range of f is C.
  • 6. Fall 2002 CMSC 203 - Discrete Structures 6 FunctionsFunctions Let us re-specify f as follows:Let us re-specify f as follows: f(Linda) = Moscowf(Linda) = Moscow f(Max) = Bostonf(Max) = Boston f(Kathy) = Hong Kongf(Kathy) = Hong Kong f(Peter) = Bostonf(Peter) = Boston Is f still a function?Is f still a function? yesyes {Moscow, Boston, Hong Kong}{Moscow, Boston, Hong Kong}What is its range?What is its range?
  • 7. Fall 2002 CMSC 203 - Discrete Structures 7 FunctionsFunctions Other ways to represent f:Other ways to represent f: BostonBostonPeterPeter HongHong KongKong KathyKathy BostonBostonMaxMax MoscowMoscowLindaLinda f(x)f(x)xx LindaLinda MaxMax KathyKathy PeterPeter BostonBoston New YorkNew York Hong KongHong Kong MoscowMoscow
  • 8. Fall 2002 CMSC 203 - Discrete Structures 8 FunctionsFunctions If the domain of our function f is large, it isIf the domain of our function f is large, it is convenient to specify f with aconvenient to specify f with a formulaformula, e.g.:, e.g.: f:f:RR→→RR f(x) = 2xf(x) = 2x This leads to:This leads to: f(1) = 2f(1) = 2 f(3) = 6f(3) = 6 f(-3) = -6f(-3) = -6 ……
  • 9. Fall 2002 CMSC 203 - Discrete Structures 9 FunctionsFunctions Let fLet f11 and fand f22 be functions from A tobe functions from A to RR.. Then theThen the sumsum and theand the productproduct of fof f11 and fand f22 are alsoare also functions from A tofunctions from A to RR defined by:defined by: (f(f11 + f+ f22)(x) = f)(x) = f11(x) + f(x) + f22(x)(x) (f(f11ff22)(x) = f)(x) = f11(x) f(x) f22(x)(x) Example:Example: ff11(x) = 3x, f(x) = 3x, f22(x) = x + 5(x) = x + 5 (f(f11 + f+ f22)(x) = f)(x) = f11(x) + f(x) + f22(x) = 3x + x + 5 = 4x + 5(x) = 3x + x + 5 = 4x + 5 (f(f11ff22)(x) = f)(x) = f11(x) f(x) f22(x) = 3x (x + 5) = 3x(x) = 3x (x + 5) = 3x22 + 15x+ 15x
  • 10. Fall 2002 CMSC 203 - Discrete Structures 10 FunctionsFunctions We already know that theWe already know that the rangerange of a functionof a function f:Af:A→→B is the set of all images of elements aB is the set of all images of elements a∈∈A.A. If we only regard aIf we only regard a subsetsubset SS⊆⊆A, the set of allA, the set of all images of elements simages of elements s∈∈S is called theS is called the imageimage of S.of S. We denote the image of S by f(S):We denote the image of S by f(S): f(S) = {f(s) | sf(S) = {f(s) | s∈∈S}S}
  • 11. Fall 2002 CMSC 203 - Discrete Structures 11 FunctionsFunctions Let us look at the following well-known function:Let us look at the following well-known function: f(Linda) = Moscowf(Linda) = Moscow f(Max) = Bostonf(Max) = Boston f(Kathy) = Hong Kongf(Kathy) = Hong Kong f(Peter) = Bostonf(Peter) = Boston What is the image of S = {Linda, Max} ?What is the image of S = {Linda, Max} ? f(S) = {Moscow, Boston}f(S) = {Moscow, Boston} What is the image of S = {Max, Peter} ?What is the image of S = {Max, Peter} ? f(S) = {Boston}f(S) = {Boston}
  • 12. Fall 2002 CMSC 203 - Discrete Structures 12 Properties of FunctionsProperties of Functions A function f:AA function f:A→→B is said to beB is said to be one-to-oneone-to-one (or(or injectiveinjective), if and only if), if and only if ∀∀x, yx, y∈∈A (f(x) = f(y)A (f(x) = f(y) →→ x = y)x = y) In other words:In other words: f is one-to-one if and only if itf is one-to-one if and only if it does not map two distinct elements of A onto thedoes not map two distinct elements of A onto the same element of B.same element of B.
  • 13. Fall 2002 CMSC 203 - Discrete Structures 13 Properties of FunctionsProperties of Functions And again…And again… f(Linda) = Moscowf(Linda) = Moscow f(Max) = Bostonf(Max) = Boston f(Kathy) = Hong Kongf(Kathy) = Hong Kong f(Peter) = Bostonf(Peter) = Boston Is f one-to-one?Is f one-to-one? No, Max and Peter areNo, Max and Peter are mapped onto the samemapped onto the same element of the image.element of the image. g(Linda) = Moscowg(Linda) = Moscow g(Max) = Bostong(Max) = Boston g(Kathy) = Hong Kongg(Kathy) = Hong Kong g(Peter) = New Yorkg(Peter) = New York Is g one-to-one?Is g one-to-one? Yes, each element isYes, each element is assigned a uniqueassigned a unique element of the image.element of the image.
  • 14. Fall 2002 CMSC 203 - Discrete Structures 14 Properties of FunctionsProperties of Functions How can we prove that a function f is one-to-one?How can we prove that a function f is one-to-one? Whenever you want to prove something, first takeWhenever you want to prove something, first take a look at the relevant definition(s):a look at the relevant definition(s): ∀∀x, yx, y∈∈A (f(x) = f(y)A (f(x) = f(y) →→ x = y)x = y) Example:Example: f:f:RR→→RR f(x) = xf(x) = x22 Disproof by counterexample: f(3) = f(-3), but 3f(3) = f(-3), but 3 ≠≠ -3, so f is not one-to-one.-3, so f is not one-to-one.
  • 15. Fall 2002 CMSC 203 - Discrete Structures 15 Properties of FunctionsProperties of Functions …… and yet another example:and yet another example: f:f:RR→→RR f(x) = 3xf(x) = 3x One-to-one:One-to-one: ∀∀x, yx, y∈∈A (f(x) = f(y)A (f(x) = f(y) →→ x = y)x = y) To show:To show: f(x)f(x) ≠≠ f(y) whenever xf(y) whenever x ≠≠ yy xx ≠≠ yy ⇔ 3x3x ≠≠ 3y3y ⇔ f(x)f(x) ≠≠ f(y),f(y), so if xso if x ≠≠ y, then f(x)y, then f(x) ≠≠ f(y), that is, f is one-to-one.f(y), that is, f is one-to-one.
  • 16. Fall 2002 CMSC 203 - Discrete Structures 16 Properties of FunctionsProperties of Functions A function f:AA function f:A→→B with A,BB with A,B ⊆⊆ R is calledR is called strictlystrictly increasingincreasing, if, if ∀∀x,yx,y∈∈A (x < yA (x < y →→ f(x) < f(y)),f(x) < f(y)), andand strictly decreasingstrictly decreasing, if, if ∀∀x,yx,y∈∈A (x < yA (x < y →→ f(x) > f(y)).f(x) > f(y)). Obviously, a function that is either strictlyObviously, a function that is either strictly increasing or strictly decreasing isincreasing or strictly decreasing is one-to-oneone-to-one..
  • 17. Fall 2002 CMSC 203 - Discrete Structures 17 Properties of FunctionsProperties of Functions A function f:AA function f:A→→B is calledB is called ontoonto, or, or surjectivesurjective, if, if and only if for every element band only if for every element b∈∈B there is anB there is an element aelement a∈∈A with f(a) = b.A with f(a) = b. In other words, f is onto if and only if itsIn other words, f is onto if and only if its rangerange isis itsits entire codomainentire codomain.. A function f: AA function f: A→→B is aB is a one-to-one correspondenceone-to-one correspondence,, or aor a bijectionbijection, if and only if it is both one-to-one, if and only if it is both one-to-one and onto.and onto. Obviously, if f is a bijection and A and B are finiteObviously, if f is a bijection and A and B are finite sets, then |A| = |B|.sets, then |A| = |B|.
  • 18. Fall 2002 CMSC 203 - Discrete Structures 18 Properties of FunctionsProperties of Functions Examples:Examples: In the following examples, we use the arrowIn the following examples, we use the arrow representation to illustrate functions f:Arepresentation to illustrate functions f:A→→B.B. In each example, the complete sets A and B areIn each example, the complete sets A and B are shown.shown.
  • 19. Fall 2002 CMSC 203 - Discrete Structures 19 Properties of FunctionsProperties of Functions Is f injective?Is f injective? No.No. Is f surjective?Is f surjective? No.No. Is f bijective?Is f bijective? No.No. LindaLinda MaxMax KathyKathy PeterPeter BostonBoston New YorkNew York Hong KongHong Kong MoscowMoscow
  • 20. Fall 2002 CMSC 203 - Discrete Structures 20 Properties of FunctionsProperties of Functions Is f injective?Is f injective? No.No. Is f surjective?Is f surjective? Yes.Yes. Is f bijective?Is f bijective? No.No. LindaLinda MaxMax KathyKathy PeterPeter BostonBoston New YorkNew York Hong KongHong Kong MoscowMoscow PaulPaul
  • 21. Fall 2002 CMSC 203 - Discrete Structures 21 Properties of FunctionsProperties of Functions Is f injective?Is f injective? Yes.Yes. Is f surjective?Is f surjective? No.No. Is f bijective?Is f bijective? No.No. LindaLinda MaxMax KathyKathy PeterPeter BostonBoston New YorkNew York Hong KongHong Kong MoscowMoscow LLüübeckbeck
  • 22. Fall 2002 CMSC 203 - Discrete Structures 22 Properties of FunctionsProperties of Functions Is f injective?Is f injective? No! f is not evenNo! f is not even a function!a function! LindaLinda MaxMax KathyKathy PeterPeter BostonBoston New YorkNew York Hong KongHong Kong MoscowMoscow LLüübeckbeck
  • 23. Fall 2002 CMSC 203 - Discrete Structures 23 Properties of FunctionsProperties of Functions Is f injective?Is f injective? Yes.Yes. Is f surjective?Is f surjective? Yes.Yes. Is f bijective?Is f bijective? Yes.Yes. LindaLinda MaxMax KathyKathy PeterPeter BostonBoston New YorkNew York Hong KongHong Kong MoscowMoscow LLüübeckbeckHelenaHelena
  • 24. Fall 2002 CMSC 203 - Discrete Structures 24 InversionInversion An interesting property of bijections is thatAn interesting property of bijections is that they have anthey have an inverse functioninverse function.. TheThe inverse functioninverse function of the bijection f:Aof the bijection f:A→→BB is the function fis the function f-1-1 :B:B→→A withA with ff-1-1 (b) = a whenever f(a) = b.(b) = a whenever f(a) = b.
  • 25. Fall 2002 CMSC 203 - Discrete Structures 25 InversionInversion Example:Example: f(Linda) = Moscowf(Linda) = Moscow f(Max) = Bostonf(Max) = Boston f(Kathy) = Hong Kongf(Kathy) = Hong Kong f(Peter) = Lf(Peter) = Lüübeckbeck f(Helena) = New Yorkf(Helena) = New York Clearly, f is bijective.Clearly, f is bijective. The inverse functionThe inverse function ff-1-1 is given by:is given by: ff-1-1 (Moscow) = Linda(Moscow) = Linda ff-1-1 (Boston) = Max(Boston) = Max ff-1-1 (Hong Kong) = Kathy(Hong Kong) = Kathy ff-1-1 (L(Lüübeck) = Peterbeck) = Peter ff-1-1 (New York) = Helena(New York) = Helena Inversion is onlyInversion is only possible for bijectionspossible for bijections (= invertible functions)(= invertible functions)
  • 26. Fall 2002 CMSC 203 - Discrete Structures 26 InversionInversion LindaLinda MaxMax KathyKathy PeterPeter BostonBoston New YorkNew York Hong KongHong Kong MoscowMoscow LLüübeckbeckHelenaHelena ff ff-1-1 ff-1-1 :C:C→→P is noP is no function, becausefunction, because it is not definedit is not defined for all elements offor all elements of C and assigns twoC and assigns two images to the pre-images to the pre- image New York.image New York.
  • 27. Fall 2002 CMSC 203 - Discrete Structures 27 CompositionComposition TheThe compositioncomposition of two functions g:Aof two functions g:A→→B andB and f:Bf:B→→C, denoted by fC, denoted by f°°g, is defined byg, is defined by (f(f°°g)(a) = f(g(a))g)(a) = f(g(a)) This means thatThis means that • firstfirst, function g is applied to element a, function g is applied to element a∈∈A,A, mapping it onto an element of B,mapping it onto an element of B, • thenthen, function f is applied to this element of, function f is applied to this element of B, mapping it onto an element of C.B, mapping it onto an element of C. • ThereforeTherefore, the composite function maps, the composite function maps from A to C.from A to C.
  • 28. Fall 2002 CMSC 203 - Discrete Structures 28 CompositionComposition Example:Example: f(x) = 7x – 4, g(x) = 3x,f(x) = 7x – 4, g(x) = 3x, f:f:RR→→RR, g:, g:RR→→RR (f(f°°g)(5) = f(g(5)) = f(15) = 105 – 4 = 101g)(5) = f(g(5)) = f(15) = 105 – 4 = 101 (f(f°°g)(x) = f(g(x)) = f(3x) = 21x - 4g)(x) = f(g(x)) = f(3x) = 21x - 4
  • 29. Fall 2002 CMSC 203 - Discrete Structures 29 CompositionComposition Composition of a function and its inverse:Composition of a function and its inverse: (f(f-1-1 °°f)(x) = ff)(x) = f-1-1 (f(x)) = x(f(x)) = x The composition of a function and its inverseThe composition of a function and its inverse is theis the identity functionidentity function i(x) = x.i(x) = x.
  • 30. Fall 2002 CMSC 203 - Discrete Structures 30 GraphsGraphs TheThe graphgraph of a functionof a function f:Af:A→→B is the set ofB is the set of ordered pairs {(a, b) | aordered pairs {(a, b) | a∈∈A and f(a) = b}.A and f(a) = b}. The graph is a subset of AThe graph is a subset of A××B that can be usedB that can be used to visualize f in a two-dimensional coordinateto visualize f in a two-dimensional coordinate system.system.
  • 31. Fall 2002 CMSC 203 - Discrete Structures 31 Floor and Ceiling FunctionsFloor and Ceiling Functions TheThe floorfloor andand ceilingceiling functions map the realfunctions map the real numbers onto the integers (numbers onto the integers (RR→→ZZ).). TheThe floorfloor function assigns to rfunction assigns to r∈∈RR the largestthe largest zz∈∈ZZ with zwith z ≤≤ r, denoted byr, denoted by rr.. Examples:Examples: 2.32.3 = 2,= 2, 22 = 2,= 2, 0.50.5 = 0,= 0, -3.5-3.5 = -4= -4 TheThe ceilingceiling function assigns to rfunction assigns to r∈∈RR the smallestthe smallest zz∈∈ZZ with zwith z ≥≥ r, denoted byr, denoted by rr.. Examples:Examples: 2.32.3 = 3,= 3, 22 = 2,= 2, 0.50.5 = 1,= 1, -3.5-3.5 = -3= -3
  • 32. 32 Do you find this slides were useful?Do you find this slides were useful? One second of your life , can bring a smile in a girl lifeOne second of your life , can bring a smile in a girl life If Yes ,JoinIf Yes ,Join Dreams SchoolDreams School “Campaign for Female Education”“Campaign for Female Education” Help us in bringing a change in a girl life, becauseHelp us in bringing a change in a girl life, because ““When someone takes away your pens youWhen someone takes away your pens you realize quite how important education is”.realize quite how important education is”. Just Click on any advertisement on the page, yourJust Click on any advertisement on the page, your one click can make her smileone click can make her smile.. Eliminate InequalityEliminate Inequality ““Not WomenNot Women”” One second of your life , can bring a smile in her life!!One second of your life , can bring a smile in her life!! Do you find these slides were useful?Do you find these slides were useful? If Yes ,JoinIf Yes ,Join Dreams SchoolDreams School ““CampaignCampaign for Female Educationfor Female Education”” Help us in bringing a change in a girl life,Help us in bringing a change in a girl life, becausebecause ““When someone takes awayWhen someone takes away your pens you realize quite howyour pens you realize quite how important education isimportant education is”.”. Just Click on any advertisement on the page,Just Click on any advertisement on the page, your one click can make her smileyour one click can make her smile.. We our doing our part & u ?We our doing our part & u ? Eliminate InequalityEliminate Inequality ““Not WomenNot Women””