SlideShare a Scribd company logo
1 of 28
Sets, Elements, Operations on Set
Sets Means Collection of Objects(Well Define)(of any type
whatsoever)
Objects in set is called Elements or Points.
e.g 1. {a, b, c}
2. {1, 2, 3, …. }
3. {x/ x is colour in Rainbow}
4. {<x,y>/x≥0, y ≥ 0} (First Quadrant of Cartesian Plane)
5. (0,1)={x/0<x<1}
1
R.N.Gaikwad, Pratap College Amalner
 If b is an element of set A then we write 𝑏 ∈ 𝐴
 If b is not an element of set A then we write 𝑏 ∉ 𝐴
 e.g A={Ind, Pak, Ban, SL } and Ind={x/ x is State or Union Territory
of India }
Que. 1. Is Jalgaon ∈ Ind ?
2. Is Maharashtra ∈ A ?
Ans: Both NO
2
R.N.Gaikwad, Pratap College Amalner
A={1,2,3}, B={3,4,5}
Then 𝐴 ∩ 𝐵 = {3}
3
R.N.Gaikwad, Pratap College Amalner
A={1,2,3} and B={3,4,5} then B-A= ?
B-A={4, 5}
4
R.N.Gaikwad, Pratap College Amalner
A={1,2,3}, B={3,4,5}, C={1, 3}
Then C is Subset of A but
C is not Subset of B
5
R.N.Gaikwad, Pratap College Amalner
•
6
R.N.Gaikwad, Pratap College Amalner
Function
Definition: “If to each x (in a set S) there corresponds one and only
one value of y, then we say that y is a function of x.“
Only (d) is
Function
7
R.N.Gaikwad, Pratap College Amalner
8
R.N.Gaikwad, Pratap College Amalner
Another Definition of function
Defn: Let A and B be any two sets. A function f from (or on) A
into B is a subset of A×B (and hence is a set of ordered pairs
<a,b>) with the property that each a ∈ A belongs to precisely
one pair <a,b>.
 Instead of <x,y> ∈ f we usually write y=f(x).
 Then y is called the image of x under f.
 The set A is called the domain of f.
 The range of f is the set {b ∈ B/ b=f(a) for some a}.
That is, the range of f is the subset of B consisting of all images
of elements of A.
 Such a function is sometimes called a mapping of A into B.
9
R.N.Gaikwad, Pratap College Amalner
Let f is function from Set A into set B and C ⊂ B then f -1(C) is
defined as {𝑎 ∈ 𝐴/𝑓(𝑎) ∈ 𝐶}
• the set of all points in the domain of f whose images are in C.
• If C has only one point in it, say C= {y}, we usually write f -1(y)
instead of f -1({y}).
• The set f -1(C) is called the inverse image of C under f.
If D ⊂ A, then f(D) is defined as {f(x)/x ∈ D).
• The set f(D) is called the image of D under f.
10
R.N.Gaikwad, Pratap College Amalner
• Example
Let A={-3,-2,-1,0,1,2,3}, B= {-9,-4,-1,0,1,4,9}
D={-2,0,2} C={-9, 1,4}
Define a function f :A→B by f(x)=x2
OR f={<-3,9>,<-2,4>,<-1,1>,<0,0>,<1,1>,<2,4>,<3,9>}
Then Find
1. Domain 2. Codomain
3. Range 4. f(D)
5. f-1(C) 6. f(-2)
7. f-1(4) 8. f-1(-4)
Answers: 1. A, 2. B, 3. {0,1,4,9}, 4. {0,4}, 5. {1,-1,2,-2}, 6. 4
7. {-2,2}, 8.{} or 𝜑
11
R.N.Gaikwad, Pratap College Amalner
•
-3
-2
-1
0
1
2
3
-9
-4
-1
0
1
4
9
A B
D
C
f
12
R.N.Gaikwad, Pratap College Amalner
13
R.N.Gaikwad, Pratap College Amalner
 Function f(x)= 1+ x3 does not define a function . Why?
Because domain is not explicitly specified.
 Thus the statements
f(x)=1+ x3 (1<x<3) and
g(x)=1+x3 (1<x<4)
define different functions according to our definition.
 In general, suppose f and g are two functions with respective
domains X and Y. If X ⊂ Y and if f(x)=g(x) (x ∈ X),
• we say that g is an extension of f to Y OR
• that f is the restriction of g to X
Y
X
Z
g
f
14
R.N.Gaikwad, Pratap College Amalner
R.N.Gaikwad, Pratap College Amalner 15
• If f is a function from A into B, we write f:A → B.
• If the range of f is all of B, we say that f is a function from A onto B.
• In this case we sometimes write f:A⟹ B.
Some Theorems (without proof)
16
R.N.Gaikwad, Pratap College Amalner
R.N.Gaikwad, Pratap College Amalner 17
18
R.N.Gaikwad, Pratap College Amalner
19
R.N.Gaikwad, Pratap College Amalner
20
R.N.Gaikwad, Pratap College Amalner
Real Valued Function
• We denote the set of all real numbers by R or ℝ
If f:A→R, we call f a real-valued function.
• If x ∈ A, then f(x) (heretofore called the image of x under f) is also
called the value of f at x.
21
R.N.Gaikwad, Pratap College Amalner
 For a,b real numbers
• let max(a,b) denote the larger of a and b and
• min(a,b) denote the smaller of a and b.
(If a=b, then max(a,b)=min(a,b)= a=b.)
max(2,3) &
min(e,𝜋) is
3 & e
resp.
22
R.N.Gaikwad, Pratap College Amalner
Now we Define max(f, g) and min(f, g)
for real-valued functions f, g.
• Defn: If f:A → R, g:A→ R, then max(f, g) is the function defined by max(f,
g)(x)=max[f(x), g(x)] (x ∈ A),
• and min(f, g) is the function defined by
min(f, g) =min[f(x), g(x)] (x ∈ A),
Example : Let f(x) = sin x (0≤ x ≤𝜋/2) and
g(x) = cos x (0≤ x ≤𝜋/2)
Then Find h(x)= max(f, g) and k(x)=min(f, g)
23
R.N.Gaikwad, Pratap College Amalner
R.N.Gaikwad, Pratap College Amalner 24
h(x)= max(f, g)
h(x)= cos x (0≤ x ≤𝜋/4)
= sin x (𝜋/4 ≤ x ≤𝜋/2)
k(x)=min(f, g)
k(x)= sin x (0≤ x ≤𝜋/4)
= cos x (𝜋/4 ≤ x ≤𝜋/2)
• Definition : Let x is real Numbers
|x| = x if x > 0
= 0 if x = 0
= -x if x < 0
If f is Real Valued function then |f|(x)=|f(x)|
|f|(x)=|f(x)| = f(x) if f(x) > 0
= f(0) if f(x) = 0
= -f(x) if f(x) < 0
R.N.Gaikwad, Pratap College Amalner 25
R.N.Gaikwad, Pratap College Amalner 26
Characteristics Function
• In this section we consider sets which are all subsets of a "big" set S.
• If A ⊂ S, then A’= S - A . For each A ⊂ S we define a function 𝝌𝑨 as
follows.
• Definition: If A ⊂ S, then 𝜒𝐴 (Called the Characteristics function of A) is
defined as
𝜒𝐴(x) = 1 if x ∈ A
𝜒𝐴(x) = 0 if x ∉ A
R.N.Gaikwad, Pratap College Amalner 27
• The reason for the name "characteristic function”
is obvious--the set A is characterized (completely described) by 𝜒𝐴.
A= B if and only if 𝜒𝐴 = 𝜒𝐵
R.N.Gaikwad, Pratap College Amalner 28
0
1
Y
A
𝜒𝐴

More Related Content

What's hot

Abstract Algebra Cheat Sheet
Abstract Algebra Cheat SheetAbstract Algebra Cheat Sheet
Abstract Algebra Cheat SheetMoe Han
 
Relations & functions
Relations & functionsRelations & functions
Relations & functionsindu thakur
 
CBSE Class 12 Mathematics formulas
CBSE Class 12 Mathematics formulasCBSE Class 12 Mathematics formulas
CBSE Class 12 Mathematics formulasParth Kshirsagar
 
A New Approach on the Log - Convex Orderings and Integral inequalities of the...
A New Approach on the Log - Convex Orderings and Integral inequalities of the...A New Approach on the Log - Convex Orderings and Integral inequalities of the...
A New Approach on the Log - Convex Orderings and Integral inequalities of the...inventionjournals
 
Relations digraphs
Relations  digraphsRelations  digraphs
Relations digraphsIIUM
 
Ideals and factor rings
Ideals and factor ringsIdeals and factor rings
Ideals and factor ringsdianageorge27
 
Relations & functions.pps
Relations  &  functions.ppsRelations  &  functions.pps
Relations & functions.ppsindu psthakur
 
Class XI CH 2 (relations and functions)
Class XI CH 2 (relations and functions)Class XI CH 2 (relations and functions)
Class XI CH 2 (relations and functions)Pradeep Sharma
 
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program CorrectnessCMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctnessallyn joy calcaben
 
Lecture 12 orhogonality - 6.1 6.2 6.3
Lecture 12   orhogonality - 6.1 6.2 6.3Lecture 12   orhogonality - 6.1 6.2 6.3
Lecture 12 orhogonality - 6.1 6.2 6.3njit-ronbrown
 

What's hot (19)

Abstract Algebra Cheat Sheet
Abstract Algebra Cheat SheetAbstract Algebra Cheat Sheet
Abstract Algebra Cheat Sheet
 
04
0404
04
 
Relations & functions
Relations & functionsRelations & functions
Relations & functions
 
CBSE Class 12 Mathematics formulas
CBSE Class 12 Mathematics formulasCBSE Class 12 Mathematics formulas
CBSE Class 12 Mathematics formulas
 
Relations and functions
Relations and functionsRelations and functions
Relations and functions
 
Group Theory
Group TheoryGroup Theory
Group Theory
 
A New Approach on the Log - Convex Orderings and Integral inequalities of the...
A New Approach on the Log - Convex Orderings and Integral inequalities of the...A New Approach on the Log - Convex Orderings and Integral inequalities of the...
A New Approach on the Log - Convex Orderings and Integral inequalities of the...
 
Relations in Discrete Math
Relations in Discrete MathRelations in Discrete Math
Relations in Discrete Math
 
Math
MathMath
Math
 
Relations digraphs
Relations  digraphsRelations  digraphs
Relations digraphs
 
Ideals and factor rings
Ideals and factor ringsIdeals and factor rings
Ideals and factor rings
 
Relation and function_xii
Relation and function_xiiRelation and function_xii
Relation and function_xii
 
Relations & functions.pps
Relations  &  functions.ppsRelations  &  functions.pps
Relations & functions.pps
 
Class XI CH 2 (relations and functions)
Class XI CH 2 (relations and functions)Class XI CH 2 (relations and functions)
Class XI CH 2 (relations and functions)
 
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program CorrectnessCMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
 
Introductions to Relations
Introductions to RelationsIntroductions to Relations
Introductions to Relations
 
1551 limits and continuity
1551 limits and continuity1551 limits and continuity
1551 limits and continuity
 
Relations and Functions 1
Relations and Functions 1Relations and Functions 1
Relations and Functions 1
 
Lecture 12 orhogonality - 6.1 6.2 6.3
Lecture 12   orhogonality - 6.1 6.2 6.3Lecture 12   orhogonality - 6.1 6.2 6.3
Lecture 12 orhogonality - 6.1 6.2 6.3
 

Similar to Prerequisite for metric space

Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10Boipelo Radebe
 
Relations and function class xii copy
Relations and function class xii   copyRelations and function class xii   copy
Relations and function class xii copycsanjeive
 
Relations and functions assignment (2019 20)
Relations and functions assignment (2019 20)Relations and functions assignment (2019 20)
Relations and functions assignment (2019 20)Swati Seth
 
Interval valued intuitionistic fuzzy homomorphism of bf algebras
Interval valued intuitionistic fuzzy homomorphism of bf algebrasInterval valued intuitionistic fuzzy homomorphism of bf algebras
Interval valued intuitionistic fuzzy homomorphism of bf algebrasAlexander Decker
 
Introduccio al calculo vectorial
Introduccio  al calculo vectorialIntroduccio  al calculo vectorial
Introduccio al calculo vectorialEDESMITCRUZ1
 
Notes up to_ch7_sec3
Notes up to_ch7_sec3Notes up to_ch7_sec3
Notes up to_ch7_sec3neenos
 
Math presentation on domain and range
Math presentation on domain and rangeMath presentation on domain and range
Math presentation on domain and rangeTouhidul Shawan
 
Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)nitishguptamaps
 
CMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions RepresentationsCMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions Representationsallyn joy calcaben
 
Calculus- Basics
Calculus- BasicsCalculus- Basics
Calculus- BasicsRabin BK
 
L1 functions, domain &amp; range
L1 functions, domain &amp; rangeL1 functions, domain &amp; range
L1 functions, domain &amp; rangeJames Tagara
 
functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuityPume Ananda
 
JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...
JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...
JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...7anantsharma7
 

Similar to Prerequisite for metric space (20)

Differential calculus
Differential calculus  Differential calculus
Differential calculus
 
Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10
 
Relations and function class xii copy
Relations and function class xii   copyRelations and function class xii   copy
Relations and function class xii copy
 
Relations and functions assignment (2019 20)
Relations and functions assignment (2019 20)Relations and functions assignment (2019 20)
Relations and functions assignment (2019 20)
 
Interval valued intuitionistic fuzzy homomorphism of bf algebras
Interval valued intuitionistic fuzzy homomorphism of bf algebrasInterval valued intuitionistic fuzzy homomorphism of bf algebras
Interval valued intuitionistic fuzzy homomorphism of bf algebras
 
Introduccio al calculo vectorial
Introduccio  al calculo vectorialIntroduccio  al calculo vectorial
Introduccio al calculo vectorial
 
Notes up to_ch7_sec3
Notes up to_ch7_sec3Notes up to_ch7_sec3
Notes up to_ch7_sec3
 
Notes up to_ch7_sec3
Notes up to_ch7_sec3Notes up to_ch7_sec3
Notes up to_ch7_sec3
 
Math presentation on domain and range
Math presentation on domain and rangeMath presentation on domain and range
Math presentation on domain and range
 
Random Forest
Random ForestRandom Forest
Random Forest
 
Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)Mathsclass xii (exampler problems)
Mathsclass xii (exampler problems)
 
1523 double integrals
1523 double integrals1523 double integrals
1523 double integrals
 
Tutorial 1.pdf
Tutorial 1.pdfTutorial 1.pdf
Tutorial 1.pdf
 
7 functions
7   functions7   functions
7 functions
 
CMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions RepresentationsCMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions Representations
 
Calculus- Basics
Calculus- BasicsCalculus- Basics
Calculus- Basics
 
Random Variable
Random Variable Random Variable
Random Variable
 
L1 functions, domain &amp; range
L1 functions, domain &amp; rangeL1 functions, domain &amp; range
L1 functions, domain &amp; range
 
functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuity
 
JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...
JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...
JEE+Crash+course+_+Phase+I+_+Session+1+_+Sets+and++Relations+&+Functions+_+7t...
 

Recently uploaded

Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 

Recently uploaded (20)

Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 

Prerequisite for metric space

  • 1. Sets, Elements, Operations on Set Sets Means Collection of Objects(Well Define)(of any type whatsoever) Objects in set is called Elements or Points. e.g 1. {a, b, c} 2. {1, 2, 3, …. } 3. {x/ x is colour in Rainbow} 4. {<x,y>/x≥0, y ≥ 0} (First Quadrant of Cartesian Plane) 5. (0,1)={x/0<x<1} 1 R.N.Gaikwad, Pratap College Amalner
  • 2.  If b is an element of set A then we write 𝑏 ∈ 𝐴  If b is not an element of set A then we write 𝑏 ∉ 𝐴  e.g A={Ind, Pak, Ban, SL } and Ind={x/ x is State or Union Territory of India } Que. 1. Is Jalgaon ∈ Ind ? 2. Is Maharashtra ∈ A ? Ans: Both NO 2 R.N.Gaikwad, Pratap College Amalner
  • 3. A={1,2,3}, B={3,4,5} Then 𝐴 ∩ 𝐵 = {3} 3 R.N.Gaikwad, Pratap College Amalner
  • 4. A={1,2,3} and B={3,4,5} then B-A= ? B-A={4, 5} 4 R.N.Gaikwad, Pratap College Amalner
  • 5. A={1,2,3}, B={3,4,5}, C={1, 3} Then C is Subset of A but C is not Subset of B 5 R.N.Gaikwad, Pratap College Amalner
  • 7. Function Definition: “If to each x (in a set S) there corresponds one and only one value of y, then we say that y is a function of x.“ Only (d) is Function 7 R.N.Gaikwad, Pratap College Amalner
  • 9. Another Definition of function Defn: Let A and B be any two sets. A function f from (or on) A into B is a subset of A×B (and hence is a set of ordered pairs <a,b>) with the property that each a ∈ A belongs to precisely one pair <a,b>.  Instead of <x,y> ∈ f we usually write y=f(x).  Then y is called the image of x under f.  The set A is called the domain of f.  The range of f is the set {b ∈ B/ b=f(a) for some a}. That is, the range of f is the subset of B consisting of all images of elements of A.  Such a function is sometimes called a mapping of A into B. 9 R.N.Gaikwad, Pratap College Amalner
  • 10. Let f is function from Set A into set B and C ⊂ B then f -1(C) is defined as {𝑎 ∈ 𝐴/𝑓(𝑎) ∈ 𝐶} • the set of all points in the domain of f whose images are in C. • If C has only one point in it, say C= {y}, we usually write f -1(y) instead of f -1({y}). • The set f -1(C) is called the inverse image of C under f. If D ⊂ A, then f(D) is defined as {f(x)/x ∈ D). • The set f(D) is called the image of D under f. 10 R.N.Gaikwad, Pratap College Amalner
  • 11. • Example Let A={-3,-2,-1,0,1,2,3}, B= {-9,-4,-1,0,1,4,9} D={-2,0,2} C={-9, 1,4} Define a function f :A→B by f(x)=x2 OR f={<-3,9>,<-2,4>,<-1,1>,<0,0>,<1,1>,<2,4>,<3,9>} Then Find 1. Domain 2. Codomain 3. Range 4. f(D) 5. f-1(C) 6. f(-2) 7. f-1(4) 8. f-1(-4) Answers: 1. A, 2. B, 3. {0,1,4,9}, 4. {0,4}, 5. {1,-1,2,-2}, 6. 4 7. {-2,2}, 8.{} or 𝜑 11 R.N.Gaikwad, Pratap College Amalner
  • 14.  Function f(x)= 1+ x3 does not define a function . Why? Because domain is not explicitly specified.  Thus the statements f(x)=1+ x3 (1<x<3) and g(x)=1+x3 (1<x<4) define different functions according to our definition.  In general, suppose f and g are two functions with respective domains X and Y. If X ⊂ Y and if f(x)=g(x) (x ∈ X), • we say that g is an extension of f to Y OR • that f is the restriction of g to X Y X Z g f 14 R.N.Gaikwad, Pratap College Amalner
  • 16. • If f is a function from A into B, we write f:A → B. • If the range of f is all of B, we say that f is a function from A onto B. • In this case we sometimes write f:A⟹ B. Some Theorems (without proof) 16 R.N.Gaikwad, Pratap College Amalner
  • 21. Real Valued Function • We denote the set of all real numbers by R or ℝ If f:A→R, we call f a real-valued function. • If x ∈ A, then f(x) (heretofore called the image of x under f) is also called the value of f at x. 21 R.N.Gaikwad, Pratap College Amalner
  • 22.  For a,b real numbers • let max(a,b) denote the larger of a and b and • min(a,b) denote the smaller of a and b. (If a=b, then max(a,b)=min(a,b)= a=b.) max(2,3) & min(e,𝜋) is 3 & e resp. 22 R.N.Gaikwad, Pratap College Amalner
  • 23. Now we Define max(f, g) and min(f, g) for real-valued functions f, g. • Defn: If f:A → R, g:A→ R, then max(f, g) is the function defined by max(f, g)(x)=max[f(x), g(x)] (x ∈ A), • and min(f, g) is the function defined by min(f, g) =min[f(x), g(x)] (x ∈ A), Example : Let f(x) = sin x (0≤ x ≤𝜋/2) and g(x) = cos x (0≤ x ≤𝜋/2) Then Find h(x)= max(f, g) and k(x)=min(f, g) 23 R.N.Gaikwad, Pratap College Amalner
  • 24. R.N.Gaikwad, Pratap College Amalner 24 h(x)= max(f, g) h(x)= cos x (0≤ x ≤𝜋/4) = sin x (𝜋/4 ≤ x ≤𝜋/2) k(x)=min(f, g) k(x)= sin x (0≤ x ≤𝜋/4) = cos x (𝜋/4 ≤ x ≤𝜋/2)
  • 25. • Definition : Let x is real Numbers |x| = x if x > 0 = 0 if x = 0 = -x if x < 0 If f is Real Valued function then |f|(x)=|f(x)| |f|(x)=|f(x)| = f(x) if f(x) > 0 = f(0) if f(x) = 0 = -f(x) if f(x) < 0 R.N.Gaikwad, Pratap College Amalner 25
  • 27. Characteristics Function • In this section we consider sets which are all subsets of a "big" set S. • If A ⊂ S, then A’= S - A . For each A ⊂ S we define a function 𝝌𝑨 as follows. • Definition: If A ⊂ S, then 𝜒𝐴 (Called the Characteristics function of A) is defined as 𝜒𝐴(x) = 1 if x ∈ A 𝜒𝐴(x) = 0 if x ∉ A R.N.Gaikwad, Pratap College Amalner 27
  • 28. • The reason for the name "characteristic function” is obvious--the set A is characterized (completely described) by 𝜒𝐴. A= B if and only if 𝜒𝐴 = 𝜒𝐵 R.N.Gaikwad, Pratap College Amalner 28 0 1 Y A 𝜒𝐴