Mathematical Language and Symbols 2 1
Mathematical Language and Symbols 2 1
LANGUAGE AND
SYMBOLS
2nd topic
CHARACTERISTICS OF MATHEMATICAL
LANGUAGE: PRECISE, CONCISE, POWERFUL
A variable with universal set R (or, any interval of real numbers) is most likely to be named with a
lowercase letter from the end of the alphabet; particularly , , or .
A variable with universal set Z (or, any subset of the integers) is most likely to be named with a
lowercase letter near the middle of the alphabet; particularly , , , , or .
Examples:
Question: What is the best variable to represent a number, with universal set R?
Choices: 𝑥, 𝑗, or 𝑆
Answer: 𝒙
Question: What is the best variable to represent a member of the set [−1,3)?
Choices: B, k, or t
(You may want to review interval notation.)
Answer: t
Question: What is the best variable to represent a set ?
Choices: t, A, or m
Answer: A
Question: What is the best variable to represent a member of the set {3,4,5,…}?
Choices: k, S, or y
(You may want to review list notation.)
Answer: k
FOUR BASIC CONCEPTS: SETS, FUNCTIONS,
RELATIONS, BINARY OPERATIONS
Sets – A set is the representation of a collection of objects; distinct
objects with one or more common properties. Grouping up the objects in a
set is an act of distinguishing those objects from the members of another
set. We can use the terms – elements or members of a set instead of the
term objects.
How to denote Sets?
If ‘A’ is a set and ‘a’ one of its elements then: ‘a ∈ A’ denotes that element
‘a’ belongs to ‘A’ whereas, ‘a ∉ A’ denotes that ‘a’ is not an element of A.
Alternatively, we can say that ‘A’ contains ‘a’. A set is usually represented
by capital letters and an element of the set by the small letter.
Representation of Sets
There are mainly 3 ways to represent a set:
1. Statement form 2. Roaster form (tabular method) 3. Set Builder form
Statement form – Here, a single statement describes all the elements inside a set.
For example:
V = The set of all vowels in English.
Roaster Form – In this form all the members of the given set are enlisted within a pair of braces { }, separated by commas.
For example:
The set of all even whole numbers between 1 to 10.
E = {2, 4, 6, 8}
Set Builder Form – Here, a property is stated that must be common to all the elements of that particular set.
For example:
N = {x : x is positive integers between 10 to 20 }
We read the set builder form as “N is the set of all x such that x is a positive integer between 10 to 20”. Braces { } denote the
set while ‘:’ denotes ‘such that’.
Types of Sets
Empty Set – A set with no elements. Empty sets are also called null sets or void sets and are
denoted by { } or Φ.
Example: {x: x is an integer which is a perfect cube and lies between 2 and 7}.
Equal Sets – Sets with equal elements.
Example: A = {5, 6, 7} and B = {5, 6, 5, 7, 7}.
Here, the elements of A and B are equal to each other (5, 6, 7) i. e., A = B
In case of repetition as in B we write B = {5, 6, 7} by ignoring the repetition.
Equivalent Sets – Sets with the equal number of members.
Example: A = {3, 6, 8} and B = {p, q, r}.
Both A and B having three elements are equivalent sets.
*Two equal sets are equivalent too but the vice-versa doesn’t always hold true.
Finite and Infinite Sets – Based on the number of elements (finite or
infinite) present in the set, the set is either finite or infinite. In case of
infinite the set, it is given as:
N = Numbers divisible by 4 = {4, 8, 12, 16…..}
Singleton Set – A set with a single element. For example, {9}.
Subsets and Super-sets – A set qualifies as the subset of another set if all of
its elements are also the elements of that another set. A collection of all the
subsets of a given set is a power set.
Example, for R = {5, 8}, P(R) = {{5, 8}, {5}, {8}, {}} will be the power set.
Now, we can infer that a set with n no. of elements has 2n no. of subsets or 2n
no. of elements in its power set.
A super-set can be thought of as the parent set that at least contains all the elements of the
subset and may or may not contain some extra elements.
C = The set of all colors and P = The set of all primary colors then, P ⊂ C; read as P is a
“subset of” C or P is “contained in” C. Or we have: C ⊃ P which means C is a “superset
of” P or C “contains” P.
For the figure given above if we consider
• N = the set of natural numbers
• W = the set of whole numbers.
• I = the set of Integers.
• Rt = the set of rational numbers.
• Re = the set of real numbers.
• C = the set of complex numbers.
We can say that N ⊂ W ⊂ I ⊂ Rt ⊂ Re ⊂ C. Also, going in the
reverse order we have C ⊃ Re ⊃ Rt ⊃ I ⊃ W ⊃ N. Here we can
call the set of complex numbers as a universal set for real,
rational, integers, whole and natural numbers.
Relations and Functions
Relations and functions are the set operations that help to trace the relationship between the
elements of two or more distinct sets or between the elements of the same set. But, before we
move on to further explore the topic it is important to get the idea about the Cartesian
product and Venn diagrams.
• Cartesian Product – If p ∈ P and q ∈ Q then the set of all ordered pair i. e., (p, q)
is called the Cartesian product of P×Q. This means every first element of the ordered pair
belongs to the set P and every second element belongs to the set Q.
o P and Q must be non-empty sets.
o P × Q is null if either P or Q is a null set.
Example: X = {1, 3} and Y = {4, 7} then, X × Y = {(1, 4), (1, 7), (3, 4), (3, 7)}.
For above example, the number elements in X, n(X) = 2 (this no. is called the cardinal
number) and number elements in Y, n(Y) = 2 consequently, number of ordered pairs in the
Cartesian product n (X × Y) = 4. The same rule holds for any Cartesian product.
• Venn-Diagrams
Euler – Venn Diagrams make it easy to operate on sets.
Identity function: ; both range and domain of the function is the same.
Rational function: these are type of function where both g(x) and h(x) are polynomials and .
Modulus function: The range of the function is positive plus the set of 0
Greatest Integer function: The function assumes the value of the greatest integer. The range is a pure integer
value.
Based on the kind of relationship that the elements of the two
sets have with each other there are mainly four types of
functions:
One to one function(Injective): For each element in the domain
there is one and only one element in the range.
Many to one function: When two or more elements from the
domain are mapped to the same single elements in the range.
Onto function(Surjective): When every element of the range has
been mapped to an element in the domain.
One-one and onto function(Bijective): A function which is both
one to one and onto function.
Binary Operations
In terms of logical form, statements are built from simpler statements using logical connectives.
Definition. The logical connectives of sentential logic are:
3. If the tent is not pitched then the bonfire is not burning . ________________