Chapter 2 Mathematics in The Modern World
Chapter 2 Mathematics in The Modern World
Chapter 2 Mathematics in The Modern World
Introduction
Mathematics has its own symbols, syntax and rules. It has also its own
language which must be understood and learned. This will help us communicate
ideas effectively and efficiently. One is expected to have a broad understanding of
the language to be able to express correct ideas. The intention of this part of the
course is to expose the students to the world of mathematics as a language in order
that they may be able to read and write mathematics texts and communicate ideas
with precision and conciseness.
Lesson Proper
Lesson 2.1: Characteristics of Mathematical Language
Mathematics, like any other discipline has its own language. It has its own
symbols, syntax and rules. It is a system used by mathematicians to express ideas
and understand the expressed ideas. Mathematics as a language has the following
characteristics:
1. Precise - ability to make precise distinctions
2. Concise - ability to use symbols to be able to express more
In the English language, nouns are names of persons, places, things and etc.
Phrases are words or groups of words that do not express a complete though and
sentence is a word or group of words that expresses a complete thought.
Relations
A relation is simply a set or collection of ordered pairs. An ordered pair,
commonly known as a point, has two components which are the x and y coordinates.
The domain is the set of all x or input values. It is the collection of the first values in
the ordered pairs.
The range is the set of all y or output values. The collection of the second
values in the ordered pairs.
Equivalence Relation
o An equivalence relation on a set S, is a relation on S which is reflexive,
symmetric and transitive.
o Reflexive : a∼a
(A set compares to itself)
Functions
A function is actually a “special” kind of relation because it follows an extra
rule. Just like a relation, a function is also a set of ordered pairs; however, every x-
value must be associated to only one y-value.
A function consists of three things; (i) A set called the domain; (ii) A set
called the range; and (iii) A rule which associates each element of the domain with a
unique element of the range.
Usually, a function is written as an equation and is expressed in special
notation f : A → B which means that f is a function with domain A and range B. The
functional notation f ( x )where x is an element of the domain.
q
a r
b s
c t
d u
o Surjective means that every "B" has at least one matching "A". If every
element in the codomain is assigned to at least one value in the
domain.
f : A → B where A={a , b , c , d } and B={q , r , s , }
a r
b
c s
d
a q
b r
c s
d t
Binary Operations
Binary operation * is an operation which needs two inputs or quantities. A
simple example is the addition operation "+": In 3 + 5 = 8 the operation is "+",
which takes two values (3 and 5) and gives the result 8. Subtraction, multiplication,
division and exponential are also binary operations. The two inputs are called
"operands".
Also, in a binary operation should take and return things of the same type
which means that the inputs and the result must belong to the same set.
Types of Binary Operations
Commutative
A binary operation * on a set A is said to be commutative if a * b = b *
a, for all (a, b) ∈ A (non-empty set).
Example: Both + and ∙ are associative operations on Q. However,
subtraction ¿ is not commutative operation on Q because5−6 ≠6−5.
Inverse
If a binary operation * on a set A which satisfies a * b = b * a = e, for
all a, b ∈ A. a-1 is invertible if for a * b = b * a= e, a-1 = b. 1 is invertible when
* is multiplication.
Example 2.4.3: The set of natural numbers (N) does not have the inverse property
under the operation of addition (+), because while −x would normally be the
inverse for x under addition, there are no negative numbers in the set of natural
numbers. The inverse must be in the set in order for the property to hold.
Conjunction (and)
Let p and q be propositions. The proposition of “p and q” – denoted by p ∧q,
is TRUE when BOTH p and q are true and otherwise is FALSE.
Negation (not)
Let p be a proposition with a True truth value, then not p is False. The
negation of p is denoted by ¬ p , and read as “not p”
Biconditional (iff)
Suppose p and q are propositions, the biconditional statement (bi-
implication¿ p ↔q which is read as “ p if and only if q”, is true only when both p and
q have the same truth values.
Example 2.5.1:
Let p and q be propositions “Today is Monday” and “I am a freshman
student” respectively. Find
a. p ∧q : Today is Monday and I am a freshman student.
b. p ∨q : Today is Monday or I am a freshman student.
c. ¬ q : I am not a freshman student.
d. p →q : If today is Monday then I am a freshman student.
e. p ↔q : Today is Monday if and only if I am a freshman student.
p q p ∧q p ∨q ¬p ¬q p →q p ↔q
T T T T F F T T
T F F T F T F F
F T F T T F T F
F F F F T T T T
Example 2.5.2: Consider the examples in Example 2.5.1, determine the truth value of
the compound proposition if p is true and q is false.
1. p ∧q : T ∧ F=F
2. p ∨q : T ∨ F=T
3. ¬ q : Since, q=F t h en ¬q=T
4. p →q : T → F=F
5. p ↔q : T ↔ F=F