C2 Mathematical Language
C2 Mathematical Language
Symbols
TOPICS
distinctions or definitions.
Concise or brief i.e., if someone can say
a, b , a b
Mathematics has symbols
that only those who study it understand these
symbols.
Some of these symbols are
, , ,,, , , , , ,
Meaning of some Mathematical
Symbols
, the sum of
, there exists
, for every or for any
, element of or member of
1 4
a matrix
2 3
A function f(x)
The set {1,3,5}
Truth of Sentences
Mathematical sentences may either be true,
or false.
Example 1
Write as English sentences and say whether
they are true2 or false.
x , x 0
a.
x, y ,
b. (x + y)2 =x2 + 2xy + y2
m, n Z , m n m n
c.
a, b Q, ab 0 a 0 b 0
d.
Solution
a. For any real number x , its square is greater
than or equal to 0. TRUE
b. For any two real numbers x, y , the square
of their sum is equal to the sum of their
squares plus twice their product. TRUE
c. There exist integers m, n such that m minus
n is less than or equal to m plus n. TRUE
d. For all rational numbers a, b, if their
product is zero then a equals 0 and b equals
0. FALSE
Example 2
Write as mathematical sentences. Discuss how
the word “is” is used.
a) 10 is the square root of 100.
b) 10 is greater than 9.
c) 10 is an even number.
d) 10 is a multiple of 5.
Solution
a) 100 10
b) 10>9
c) 10 ε {2n, n ε N }
d) 10 ε { 5n, n ε N}
operand.
The plus and the minus signs before a
-5
Sin x
Cos 450
Tan π/3
Binary operations
Take two real numbers perform an operation
on them and produce another real number.
Here you are performing binary operation on
the two numbers.
If we let multiplication (X) denote a binary
“not P” or P.
The following is its truth table.
Truth Table
P P
T F
F T
Example 2
P Q PΛQ PνQ
F F F F
F T F T
T F F T
T T T T
Implications
Suppose P and Q are propositions. The
proposition P an
Q (If P then Q) is called
implication. P Q
P is called the premise and Q is called the
conclusion.
Other ways of writing this are:
P implies Q
Q if P
Q is implied by P
Q only if P
Implications
P Q P Q
F F T
F T T
T F F
T T T
Example 3
Write the following in symbolic form using P, Q, and R
for statements and the symbols where
P: DU30 is a good president.
Q: Government officials are corrupt.
R: People are happy.
a) If DU30 is a good president then government officials
are not corrupt.
b) If government officials are not corrupt then the people
are happy.
c) If DU30 is a good president and people are happy then
government officials are not corrupt.
d) DU30 is not a good president if and only if government
officials are corrupt and the people are not happy.
Answers
a. P Q
b. Q R
c.
P R Q
d.
P (Q R )
Converse, Inverse, Contrapositive
Suppose P and Q are propositions.
Given the implication.P Q
The converse is
QP
Its inverse is
P Q
Its contrapositive is
Q P
In words
Given: If P then Q.
Inverse: If not P then not Q.
Converse: If Q then P.
Contrapositive: If not Q then not P.
truth table of implication statement
P Q P Q
F F T
F T T
T F F
T T T
inverse converse contrapositive
P Q Q P Q P
T T T
F F T
T T F
T T T
Example 4
Give the converse , inverse, and contrapositive
of the following implications.
a. If this movie is interesting, then I am
watching it.
b. If p is prime then it is odd.
Answers
only if
f is one-to-one and onto.
Answers
Let P: A function f has an inverse.
Q: f is one-to-one.
R: f is onto.
Then using the mathematical symbols, the
statement is equivalent to
P (Q R ) (Q R ) P
Equivalent to
P (Q R )
Quantifiers
Quantifiers are used to describe the variable/s
in a statement.
Types:
1. Universal quantifier which means “for all”,
by
“for every” denoted
2. Existential quantifiers are “there exists”, “for
some”, denoted
by .
Compound Quantifiers
a. x , y , x y 10
b. x , y , y 2 x
c. x , y , y x
2
Answers