SlideShare a Scribd company logo
1 of 21
BINARY OPERATIONS
Lecture:
Dr. Soya Mathew
Following are the notations and definitions to represent the set of
numbers:
𝑅 = Set of all real numbers
𝑅∗
= Set of all non zero real numbers
𝑄 = Set of all rational numbers
⟹ 𝑄 =
𝑝
𝑞
: 𝑝 and 𝑞 are integers and 𝑞 ≠ 0
𝑄∗
= Set of all non zero rational numbers
𝑄′ = Set of all irrational numbers
⟹ 𝑄′ = 2, 𝜋, … … … … .
𝑁 = Set of all natural numbers
⟹ 𝑁 = 1, 2, 3, 4, 5 … … …
𝑍 𝑜𝑟 𝐼 = Set of all integers
⟹ 𝑍 𝑜𝑟 𝐼 = … , −3, −2, −1, 0, 1, 2, 3, …
𝐶 = Set of all complex numbers
⟹ 𝐶 = 𝑎 + 𝑖𝑏 ∶ 𝑎, 𝑏 ∈ 𝑅 and 𝑖 = −1
𝐶∗ = Set of all non zero complex numbers
Binary Operations (Compositions)
Let S be a non-empty set. The mapping ∗∶ 𝑆 × 𝑆 → 𝑆 which associates
each ordered pair 𝑎, 𝑏 of the elements of S to a unique element of S, denoted
by 𝑎 ∗ 𝑏 is called a binary operation or a binary composition on S.
That is,
An operation ∗ on a non-empty set S is a binary operation if and only if
∀ 𝑎 ∈ 𝑆, 𝑏 ∈ 𝑆 ⟹ 𝑎 ∗ 𝑏 ∈ 𝑆
(S is closed under binary operation ∗ )
Examples:
1. The usual addition (+) and multiplication (×) are binary operations on the
set of
(a) N of Natural Numbers (b) Z of integers
(c) Q of Rational Numbers (d) R of Real numbers
(e) C of Complex Numbers.
2. The usual subtraction – is not a binary operation on the set N of natural
numbers. For,
3 ∈ 𝑁, 5 ∈ 𝑁 ⟹ 3 − 5 = −2 ∉ 𝑁
Laws of Binary Operation
A binary operation ∗ on a non – empty set S
 is said to be commutative if
𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎 ∀ 𝑎, 𝑏 ∈ 𝑆
 is said to be associative if
𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 ∗ 𝑏 ∗ 𝑐 ∀ 𝑎, 𝑏, 𝑐 ∈ 𝑆
 is said to have an identity element if ∃ 𝑒 ∈ 𝑆 such that
𝑒 ∗ 𝑎 = 𝑎 ∗ 𝑒 = 𝑎 ∀ 𝑎 ∈ 𝑆
 is said to have an inverse element if ∃ 𝑏 ∈ 𝑆 such that
𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎 = 𝑒 ∀ 𝑎 ∈ 𝑆 , 𝑒 ∈ 𝑆
Problems
1. A binary operation ∗ is defined on the set Z of integers by 𝒂 ∗ 𝒃 = 𝟏 + 𝒂𝒃
∀ 𝒂, 𝒃 ∈ 𝒁. Show that ∗ is commutative but not associative.
Solution:
By definition, 𝑎 ∗ 𝑏 = 1 + 𝑎𝑏 ∀ 𝑎, 𝑏 ∈ 𝑍
Now,
𝑏 ∗ 𝑎 = 1 + 𝑏𝑎
⟹ 𝑏 ∗ 𝑎 = 1 + 𝑎𝑏 (Since usual multiplication is commutative)
∴ 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎
⟹ ∗ is commutative
Next
Let 𝑎, 𝑏, 𝑐 be any three elements of Z
Consider,
𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 ∗ (1 + 𝑏𝑐)
⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + 𝑎(1 + 𝑏𝑐)
⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + 𝑎 + 𝑎𝑏𝑐
And,
𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + 𝑎𝑏 ∗ 𝑐
⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + (1 + 𝑎𝑏)𝑐
⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + 𝑐 + 𝑎𝑏𝑐
∴ 𝑎 ∗ 𝑏 ∗ 𝑐 ≠ 𝑎 ∗ 𝑏 ∗ 𝑐
⟹ ∗ is not associative
2. In the set 𝑹∗of non-zero real numbers the binary operations ∗ is defined by
𝒂 ∗ 𝒃 =
𝒂𝒃
𝟑
∀ 𝒂, 𝒃 ∈ 𝑹∗. Show that the inverse of 9 is 1.
Solution:
By definition 𝑎 ∗ 𝑏 =
𝑎𝑏
3
∀ 𝑎, 𝑏 ∈ 𝑅∗
Let 𝑒 ∈ 𝑅∗ be the identity element
Then
𝑒 ∗ 𝑎 = 𝑎 ⟹
𝑒𝑎
3
= 𝑎
⟹ 𝑒 = 3
Also
𝑎 ∗ 𝑒 = 𝑎 ⟹
𝑎𝑒
3
= 𝑎
⟹ 𝑒 = 3
∴ 3 acts as the identity element
Let 𝑥 be the inverse of 9
Then
𝑥 ∗ 9 = 𝑒 ⟹
𝑥9
3
= 3
⟹ 𝑥 = 1
Also
9 ∗ 𝑥 = 𝑒 ⟹
9𝑥
3
= 3
⟹ 𝑥 = 1
∴ 1 acts as the inverse of 9
3. If in the set of real numbers other than −𝟏, the operation ∗ is defined by
𝒂 ∗ 𝒃 = 𝒂 + 𝒃 + 𝒂𝒃 ∀ 𝒂, 𝒃 ∈ 𝑹 − −𝟏 . Show that the identity element is
𝟎 and the inverse of 𝟒 is −
𝟒
𝟓
.
Solution:
By definition 𝑎 ∗ 𝑏 = 𝑎 + 𝑏 + 𝑎𝑏 ∀ 𝑎, 𝑏 ∈ 𝑅 − −1
Let 𝑒 ∈ 𝑅 − −1 be the identity element
Then
𝑒 ∗ 𝑎 = 𝑎 ⟹ 𝑒 + 𝑎 + 𝑒𝑎 = 𝑎
⟹ 𝑒 + 𝑒𝑎 = 0
⟹ 𝑒(1 + 𝑎) = 0
⟹ 𝑒 = 0 or 𝑎 = −1
⟹ 𝑒 = 0 Since 𝑎 ∈ 𝑅 − −1 , 𝑎 ≠ −1
Also
𝑎 ∗ 𝑒 = 𝑎 ⟹ 𝑎 + 𝑒 + 𝑎𝑒 = 𝑎
⟹ 𝑒 + 𝑎𝑒 = 0
⟹ 𝑒(1 + 𝑎) = 0
⟹ 𝑒 = 0 or 𝑎 = −1
⟹ 𝑒 = 0 Since 𝑎 ∈ 𝑅 − −1 , 𝑎 ≠ −1
∴ 0 acts as the identity element
Let 𝑥 be the inverse of 4
Then
𝑥 ∗ 4 = 𝑒 ⟹ 𝑥 + 4 + 𝑥4 = 0
⟹ 5𝑥 = −4
⟹ 𝑥 = −
4
5
Also
4 ∗ 𝑥 = 𝑒 ⟹ 4 + 𝑥 + 4𝑥 = 0
⟹ 5𝑥 = −4
⟹ 𝑥 = −
4
5
∴ −
4
5
acts as the inverse of 4
4. If the binary operation ∗ on the set 𝑹 of real numbers is defined by
𝒂 ∗ 𝒃 = 𝒂 + 𝒃 − 𝟕 ∀ 𝒂, 𝒃 ∈ 𝑹. Show that ∗ is commutative and
associative. Also find the identity element and the inverse of 𝟏𝟒.
Solution:
By definition 𝑎 ∗ 𝑏 = 𝑎 + 𝑏 − 7 ∀ 𝑎, 𝑏 ∈ 𝑅
Now, 𝑏 ∗ 𝑎 = 𝑏 + 𝑎 − 7
⟹ 𝑏 ∗ 𝑎 = 𝑎 + 𝑏 − 7 (Since usual addition is commutative)
∴ 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎
⟹ ∗ is commutative
Let 𝑎, 𝑏, 𝑐 be any three elements of 𝑅
Now, 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 ∗ 𝑏 + 𝑐 − 7
⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 + 𝑐 − 7 − 7
⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 + 𝑐 − 14
Next, 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 − 7 ∗ 𝑐
⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 − 7 + 𝑐 − 7
⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 + 𝑐 − 14
∴ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 ∗ 𝑏 ∗ 𝑐
⟹ ∗ is associative
Let 𝑒 ∈ 𝑅 be the identity element
Then
𝑒 ∗ 𝑎 = 𝑎 ⟹ 𝑒 + 𝑎 − 7 = 𝑎
⟹ 𝑒 − 7 = 0
⟹ 𝑒 = 7
Also 𝑎 ∗ 𝑒 = 𝑎 ⟹ 𝑎 + 𝑒 − 7 = 𝑎
⟹ 𝑒 − 7 = 0
⟹ 𝑒 = 7
∴ 7 acts as the identity element
Let 𝑥 be the inverse of 14
Then 𝑥 ∗ 14 = 𝑒 ⟹ 𝑥 + 14 − 7 = 7
⟹ 𝑥 + 7 = 7
⟹ 𝑥 = 0
Also
14 ∗ 𝑥 = 𝑒 ⟹ 14 + 𝑥 − 7 = 7
⟹ 𝑥 + 7 = 7
⟹ 𝑥 = 0
∴ 0 acts as the inverse of 14
Binary Operations.pptx

More Related Content

What's hot

Isomorphism in Math
Isomorphism in MathIsomorphism in Math
Isomorphism in MathMahe Karim
 
Rational numbers in the number line
Rational numbers in the number line Rational numbers in the number line
Rational numbers in the number line Grace Robledo
 
2.4 Linear Functions
2.4 Linear Functions2.4 Linear Functions
2.4 Linear Functionssmiller5
 
Continuous functions
Continuous functionsContinuous functions
Continuous functionssumanmathews
 
SECANTS, TANGENTS AND THEIR PROPERTIES -GEOMETRY
SECANTS, TANGENTS AND THEIR PROPERTIES -GEOMETRYSECANTS, TANGENTS AND THEIR PROPERTIES -GEOMETRY
SECANTS, TANGENTS AND THEIR PROPERTIES -GEOMETRYindianeducation
 
PPt on Functions
PPt on FunctionsPPt on Functions
PPt on Functionscoolhanddav
 
8.1 intro to functions
8.1 intro to functions8.1 intro to functions
8.1 intro to functionsBarbara Knab
 
Evaluating functions basic rules
Evaluating functions   basic rulesEvaluating functions   basic rules
Evaluating functions basic rulesjulienorman80065
 
Math 1300: Section 8-1 Sample Spaces, Events, and Probability
Math 1300: Section 8-1 Sample Spaces, Events, and ProbabilityMath 1300: Section 8-1 Sample Spaces, Events, and Probability
Math 1300: Section 8-1 Sample Spaces, Events, and ProbabilityJason Aubrey
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremRonalie Mejos
 
Illustrating Rational Algebraic Expressions
Illustrating Rational Algebraic ExpressionsIllustrating Rational Algebraic Expressions
Illustrating Rational Algebraic ExpressionsFree Math Powerpoints
 

What's hot (20)

Long division and synthetic division
Long division and synthetic divisionLong division and synthetic division
Long division and synthetic division
 
Complement of a set
Complement of a setComplement of a set
Complement of a set
 
Isomorphism in Math
Isomorphism in MathIsomorphism in Math
Isomorphism in Math
 
Rational numbers in the number line
Rational numbers in the number line Rational numbers in the number line
Rational numbers in the number line
 
Rate of change
Rate of changeRate of change
Rate of change
 
2.4 Linear Functions
2.4 Linear Functions2.4 Linear Functions
2.4 Linear Functions
 
Problems involving sets
Problems involving setsProblems involving sets
Problems involving sets
 
Lesson 1: Special Products
Lesson 1: Special ProductsLesson 1: Special Products
Lesson 1: Special Products
 
Isomorphism
IsomorphismIsomorphism
Isomorphism
 
Continuous functions
Continuous functionsContinuous functions
Continuous functions
 
SECANTS, TANGENTS AND THEIR PROPERTIES -GEOMETRY
SECANTS, TANGENTS AND THEIR PROPERTIES -GEOMETRYSECANTS, TANGENTS AND THEIR PROPERTIES -GEOMETRY
SECANTS, TANGENTS AND THEIR PROPERTIES -GEOMETRY
 
Trigonometry Functions
Trigonometry FunctionsTrigonometry Functions
Trigonometry Functions
 
PPt on Functions
PPt on FunctionsPPt on Functions
PPt on Functions
 
8.1 intro to functions
8.1 intro to functions8.1 intro to functions
8.1 intro to functions
 
Permutation
PermutationPermutation
Permutation
 
Evaluating functions basic rules
Evaluating functions   basic rulesEvaluating functions   basic rules
Evaluating functions basic rules
 
Radian measure
Radian measureRadian measure
Radian measure
 
Math 1300: Section 8-1 Sample Spaces, Events, and Probability
Math 1300: Section 8-1 Sample Spaces, Events, and ProbabilityMath 1300: Section 8-1 Sample Spaces, Events, and Probability
Math 1300: Section 8-1 Sample Spaces, Events, and Probability
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder Theorem
 
Illustrating Rational Algebraic Expressions
Illustrating Rational Algebraic ExpressionsIllustrating Rational Algebraic Expressions
Illustrating Rational Algebraic Expressions
 

Similar to Binary Operations.pptx

S1 z(def., prop., y operaciones)
S1  z(def., prop., y operaciones)S1  z(def., prop., y operaciones)
S1 z(def., prop., y operaciones)EDGARYALLI
 
Комплекс тоо цуврал хичээл-2
Комплекс тоо цуврал хичээл-2Комплекс тоо цуврал хичээл-2
Комплекс тоо цуврал хичээл-2Март
 
Module 1 (Part 1)-Sets and Number Systems.pdf
Module 1 (Part 1)-Sets and Number Systems.pdfModule 1 (Part 1)-Sets and Number Systems.pdf
Module 1 (Part 1)-Sets and Number Systems.pdfGaleJean
 
Unit 1 Set Theory-Engineering Mathematics.pptx
Unit 1 Set Theory-Engineering Mathematics.pptxUnit 1 Set Theory-Engineering Mathematics.pptx
Unit 1 Set Theory-Engineering Mathematics.pptxG2018ChoudhariNikita
 
Integral dalam Bahasa Inggris
Integral dalam Bahasa InggrisIntegral dalam Bahasa Inggris
Integral dalam Bahasa Inggrisimmochacha
 
Conjuntos y valor absoluto, valor absoluto con desifgualdades
Conjuntos y valor absoluto, valor absoluto con desifgualdadesConjuntos y valor absoluto, valor absoluto con desifgualdades
Conjuntos y valor absoluto, valor absoluto con desifgualdadesYerelisLiscano
 
Semana 10 numeros complejos i álgebra-uni ccesa007
Semana 10   numeros complejos i álgebra-uni ccesa007Semana 10   numeros complejos i álgebra-uni ccesa007
Semana 10 numeros complejos i álgebra-uni ccesa007Demetrio Ccesa Rayme
 
equivalence and countability
equivalence and countabilityequivalence and countability
equivalence and countabilityROHAN GAIKWAD
 
PhyChem3_vector_matrix_mechanics.pptx
PhyChem3_vector_matrix_mechanics.pptxPhyChem3_vector_matrix_mechanics.pptx
PhyChem3_vector_matrix_mechanics.pptxErickson Fajiculay
 
Relations and Functions.pdf
Relations and Functions.pdfRelations and Functions.pdf
Relations and Functions.pdfGhanshyamGUPTA61
 
Lesson 1.2 NT (Equation and Inequalities).pdf
Lesson 1.2 NT (Equation and Inequalities).pdfLesson 1.2 NT (Equation and Inequalities).pdf
Lesson 1.2 NT (Equation and Inequalities).pdfgemma121
 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSRai University
 

Similar to Binary Operations.pptx (20)

S1 z(def., prop., y operaciones)
S1  z(def., prop., y operaciones)S1  z(def., prop., y operaciones)
S1 z(def., prop., y operaciones)
 
Number Theory (part 1)
Number Theory (part 1)Number Theory (part 1)
Number Theory (part 1)
 
Комплекс тоо цуврал хичээл-2
Комплекс тоо цуврал хичээл-2Комплекс тоо цуврал хичээл-2
Комплекс тоо цуврал хичээл-2
 
Aed.pptx
Aed.pptxAed.pptx
Aed.pptx
 
Module 1 (Part 1)-Sets and Number Systems.pdf
Module 1 (Part 1)-Sets and Number Systems.pdfModule 1 (Part 1)-Sets and Number Systems.pdf
Module 1 (Part 1)-Sets and Number Systems.pdf
 
Unit 1 Set Theory-Engineering Mathematics.pptx
Unit 1 Set Theory-Engineering Mathematics.pptxUnit 1 Set Theory-Engineering Mathematics.pptx
Unit 1 Set Theory-Engineering Mathematics.pptx
 
Integral dalam Bahasa Inggris
Integral dalam Bahasa InggrisIntegral dalam Bahasa Inggris
Integral dalam Bahasa Inggris
 
Conjuntos y valor absoluto, valor absoluto con desifgualdades
Conjuntos y valor absoluto, valor absoluto con desifgualdadesConjuntos y valor absoluto, valor absoluto con desifgualdades
Conjuntos y valor absoluto, valor absoluto con desifgualdades
 
Semana 10 numeros complejos i álgebra-uni ccesa007
Semana 10   numeros complejos i álgebra-uni ccesa007Semana 10   numeros complejos i álgebra-uni ccesa007
Semana 10 numeros complejos i álgebra-uni ccesa007
 
MT102 Лекц 4
MT102 Лекц 4MT102 Лекц 4
MT102 Лекц 4
 
equivalence and countability
equivalence and countabilityequivalence and countability
equivalence and countability
 
PhyChem3_vector_matrix_mechanics.pptx
PhyChem3_vector_matrix_mechanics.pptxPhyChem3_vector_matrix_mechanics.pptx
PhyChem3_vector_matrix_mechanics.pptx
 
Appendix A(1).pdf
Appendix A(1).pdfAppendix A(1).pdf
Appendix A(1).pdf
 
Relations and Functions.pdf
Relations and Functions.pdfRelations and Functions.pdf
Relations and Functions.pdf
 
Inequalities list-2
Inequalities list-2Inequalities list-2
Inequalities list-2
 
Lesson 1.2 NT (Equation and Inequalities).pdf
Lesson 1.2 NT (Equation and Inequalities).pdfLesson 1.2 NT (Equation and Inequalities).pdf
Lesson 1.2 NT (Equation and Inequalities).pdf
 
Lecture5_Laplace_ODE.pdf
Lecture5_Laplace_ODE.pdfLecture5_Laplace_ODE.pdf
Lecture5_Laplace_ODE.pdf
 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
 
MATRICES-MATHED204.pptx
MATRICES-MATHED204.pptxMATRICES-MATHED204.pptx
MATRICES-MATHED204.pptx
 
Integral calculus
Integral calculusIntegral calculus
Integral calculus
 

Recently uploaded

Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 

Recently uploaded (20)

FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 

Binary Operations.pptx

  • 2. Following are the notations and definitions to represent the set of numbers: 𝑅 = Set of all real numbers 𝑅∗ = Set of all non zero real numbers 𝑄 = Set of all rational numbers ⟹ 𝑄 = 𝑝 𝑞 : 𝑝 and 𝑞 are integers and 𝑞 ≠ 0 𝑄∗ = Set of all non zero rational numbers
  • 3. 𝑄′ = Set of all irrational numbers ⟹ 𝑄′ = 2, 𝜋, … … … … . 𝑁 = Set of all natural numbers ⟹ 𝑁 = 1, 2, 3, 4, 5 … … … 𝑍 𝑜𝑟 𝐼 = Set of all integers ⟹ 𝑍 𝑜𝑟 𝐼 = … , −3, −2, −1, 0, 1, 2, 3, … 𝐶 = Set of all complex numbers ⟹ 𝐶 = 𝑎 + 𝑖𝑏 ∶ 𝑎, 𝑏 ∈ 𝑅 and 𝑖 = −1 𝐶∗ = Set of all non zero complex numbers
  • 4. Binary Operations (Compositions) Let S be a non-empty set. The mapping ∗∶ 𝑆 × 𝑆 → 𝑆 which associates each ordered pair 𝑎, 𝑏 of the elements of S to a unique element of S, denoted by 𝑎 ∗ 𝑏 is called a binary operation or a binary composition on S. That is, An operation ∗ on a non-empty set S is a binary operation if and only if ∀ 𝑎 ∈ 𝑆, 𝑏 ∈ 𝑆 ⟹ 𝑎 ∗ 𝑏 ∈ 𝑆 (S is closed under binary operation ∗ )
  • 5. Examples: 1. The usual addition (+) and multiplication (×) are binary operations on the set of (a) N of Natural Numbers (b) Z of integers (c) Q of Rational Numbers (d) R of Real numbers (e) C of Complex Numbers. 2. The usual subtraction – is not a binary operation on the set N of natural numbers. For, 3 ∈ 𝑁, 5 ∈ 𝑁 ⟹ 3 − 5 = −2 ∉ 𝑁
  • 6. Laws of Binary Operation A binary operation ∗ on a non – empty set S  is said to be commutative if 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎 ∀ 𝑎, 𝑏 ∈ 𝑆  is said to be associative if 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 ∗ 𝑏 ∗ 𝑐 ∀ 𝑎, 𝑏, 𝑐 ∈ 𝑆  is said to have an identity element if ∃ 𝑒 ∈ 𝑆 such that 𝑒 ∗ 𝑎 = 𝑎 ∗ 𝑒 = 𝑎 ∀ 𝑎 ∈ 𝑆  is said to have an inverse element if ∃ 𝑏 ∈ 𝑆 such that 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎 = 𝑒 ∀ 𝑎 ∈ 𝑆 , 𝑒 ∈ 𝑆
  • 7. Problems 1. A binary operation ∗ is defined on the set Z of integers by 𝒂 ∗ 𝒃 = 𝟏 + 𝒂𝒃 ∀ 𝒂, 𝒃 ∈ 𝒁. Show that ∗ is commutative but not associative. Solution: By definition, 𝑎 ∗ 𝑏 = 1 + 𝑎𝑏 ∀ 𝑎, 𝑏 ∈ 𝑍 Now, 𝑏 ∗ 𝑎 = 1 + 𝑏𝑎 ⟹ 𝑏 ∗ 𝑎 = 1 + 𝑎𝑏 (Since usual multiplication is commutative)
  • 8. ∴ 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎 ⟹ ∗ is commutative Next Let 𝑎, 𝑏, 𝑐 be any three elements of Z Consider, 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 ∗ (1 + 𝑏𝑐) ⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + 𝑎(1 + 𝑏𝑐) ⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + 𝑎 + 𝑎𝑏𝑐
  • 9. And, 𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + 𝑎𝑏 ∗ 𝑐 ⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + (1 + 𝑎𝑏)𝑐 ⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 1 + 𝑐 + 𝑎𝑏𝑐 ∴ 𝑎 ∗ 𝑏 ∗ 𝑐 ≠ 𝑎 ∗ 𝑏 ∗ 𝑐 ⟹ ∗ is not associative
  • 10. 2. In the set 𝑹∗of non-zero real numbers the binary operations ∗ is defined by 𝒂 ∗ 𝒃 = 𝒂𝒃 𝟑 ∀ 𝒂, 𝒃 ∈ 𝑹∗. Show that the inverse of 9 is 1. Solution: By definition 𝑎 ∗ 𝑏 = 𝑎𝑏 3 ∀ 𝑎, 𝑏 ∈ 𝑅∗ Let 𝑒 ∈ 𝑅∗ be the identity element Then 𝑒 ∗ 𝑎 = 𝑎 ⟹ 𝑒𝑎 3 = 𝑎 ⟹ 𝑒 = 3
  • 11. Also 𝑎 ∗ 𝑒 = 𝑎 ⟹ 𝑎𝑒 3 = 𝑎 ⟹ 𝑒 = 3 ∴ 3 acts as the identity element Let 𝑥 be the inverse of 9 Then 𝑥 ∗ 9 = 𝑒 ⟹ 𝑥9 3 = 3 ⟹ 𝑥 = 1
  • 12. Also 9 ∗ 𝑥 = 𝑒 ⟹ 9𝑥 3 = 3 ⟹ 𝑥 = 1 ∴ 1 acts as the inverse of 9
  • 13. 3. If in the set of real numbers other than −𝟏, the operation ∗ is defined by 𝒂 ∗ 𝒃 = 𝒂 + 𝒃 + 𝒂𝒃 ∀ 𝒂, 𝒃 ∈ 𝑹 − −𝟏 . Show that the identity element is 𝟎 and the inverse of 𝟒 is − 𝟒 𝟓 . Solution: By definition 𝑎 ∗ 𝑏 = 𝑎 + 𝑏 + 𝑎𝑏 ∀ 𝑎, 𝑏 ∈ 𝑅 − −1 Let 𝑒 ∈ 𝑅 − −1 be the identity element Then 𝑒 ∗ 𝑎 = 𝑎 ⟹ 𝑒 + 𝑎 + 𝑒𝑎 = 𝑎 ⟹ 𝑒 + 𝑒𝑎 = 0
  • 14. ⟹ 𝑒(1 + 𝑎) = 0 ⟹ 𝑒 = 0 or 𝑎 = −1 ⟹ 𝑒 = 0 Since 𝑎 ∈ 𝑅 − −1 , 𝑎 ≠ −1 Also 𝑎 ∗ 𝑒 = 𝑎 ⟹ 𝑎 + 𝑒 + 𝑎𝑒 = 𝑎 ⟹ 𝑒 + 𝑎𝑒 = 0 ⟹ 𝑒(1 + 𝑎) = 0 ⟹ 𝑒 = 0 or 𝑎 = −1
  • 15. ⟹ 𝑒 = 0 Since 𝑎 ∈ 𝑅 − −1 , 𝑎 ≠ −1 ∴ 0 acts as the identity element Let 𝑥 be the inverse of 4 Then 𝑥 ∗ 4 = 𝑒 ⟹ 𝑥 + 4 + 𝑥4 = 0 ⟹ 5𝑥 = −4 ⟹ 𝑥 = − 4 5
  • 16. Also 4 ∗ 𝑥 = 𝑒 ⟹ 4 + 𝑥 + 4𝑥 = 0 ⟹ 5𝑥 = −4 ⟹ 𝑥 = − 4 5 ∴ − 4 5 acts as the inverse of 4
  • 17. 4. If the binary operation ∗ on the set 𝑹 of real numbers is defined by 𝒂 ∗ 𝒃 = 𝒂 + 𝒃 − 𝟕 ∀ 𝒂, 𝒃 ∈ 𝑹. Show that ∗ is commutative and associative. Also find the identity element and the inverse of 𝟏𝟒. Solution: By definition 𝑎 ∗ 𝑏 = 𝑎 + 𝑏 − 7 ∀ 𝑎, 𝑏 ∈ 𝑅 Now, 𝑏 ∗ 𝑎 = 𝑏 + 𝑎 − 7 ⟹ 𝑏 ∗ 𝑎 = 𝑎 + 𝑏 − 7 (Since usual addition is commutative) ∴ 𝑎 ∗ 𝑏 = 𝑏 ∗ 𝑎 ⟹ ∗ is commutative
  • 18. Let 𝑎, 𝑏, 𝑐 be any three elements of 𝑅 Now, 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 ∗ 𝑏 + 𝑐 − 7 ⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 + 𝑐 − 7 − 7 ⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 + 𝑐 − 14 Next, 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 − 7 ∗ 𝑐 ⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 − 7 + 𝑐 − 7 ⟹ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 + 𝑏 + 𝑐 − 14 ∴ 𝑎 ∗ 𝑏 ∗ 𝑐 = 𝑎 ∗ 𝑏 ∗ 𝑐 ⟹ ∗ is associative
  • 19. Let 𝑒 ∈ 𝑅 be the identity element Then 𝑒 ∗ 𝑎 = 𝑎 ⟹ 𝑒 + 𝑎 − 7 = 𝑎 ⟹ 𝑒 − 7 = 0 ⟹ 𝑒 = 7 Also 𝑎 ∗ 𝑒 = 𝑎 ⟹ 𝑎 + 𝑒 − 7 = 𝑎 ⟹ 𝑒 − 7 = 0 ⟹ 𝑒 = 7 ∴ 7 acts as the identity element
  • 20. Let 𝑥 be the inverse of 14 Then 𝑥 ∗ 14 = 𝑒 ⟹ 𝑥 + 14 − 7 = 7 ⟹ 𝑥 + 7 = 7 ⟹ 𝑥 = 0 Also 14 ∗ 𝑥 = 𝑒 ⟹ 14 + 𝑥 − 7 = 7 ⟹ 𝑥 + 7 = 7 ⟹ 𝑥 = 0 ∴ 0 acts as the inverse of 14