This post belongs to my “Intro Math” series, a set of posts designed to give the foundations to advanced mathematics. More info can be found in Intro Math.
Before reading, I recommend Set Theory Part 1 for a brief overview of sets.
Here I’ll be discussing the basic logic found in most mathematical arguments. We’ll be learning about implication, the converse of a statement, contrapositives, and biconditionals.
First, I’ll be using the symbols and
a lot in this post. These symbols represent arbitrary statements that can either be true or false. Some example statements are “
is even” or ”
.”
If we want to look at the opposite of a statement , then we write
Now what does it mean to see the statement ” ?” This is a logical sentence found in many theorems, and it can be read as “
implies
.” It can also be read as “if
, then
.” I think the second sentence is easier to interpret. Basically, if
, then if
is true,
must be true.
That is the only condition, if is false, then
can be true or false.
Example 1 – Is the following statement true? If , then
is odd.
No, this is not true. Consider . Here is a case where
and
is not odd. Another wording of this statement is
is odd.
Example 2 – Is the following statement true? If , then
.
Yes, this is because .
Say you have a statement . Then the converse of this statement is
. If
is true, the converse is not necessarily true. Consider Example 2. While the statement is true, the converse is not.
Say you have a statement . Then the contrapositive of this statement is
. This is always equivalent to saying
. A common technique in proving an implication is to prove the contrapositive of it.
Consider the contrapositive of Example 2. . This is definitely true, and the same as the original statement.
What if the converse of a statement is true? If and
, then we say
and
are equivalent. This is written as
and called a biconditional. Writing this out gives
is true if and only if
is true. A shorthand is “p iff q” I dislike this version as it could easily be mistaken for a typo.
To prove equivalence of and
, you must prove
and
.
These logical ideas are critical to math and will show up in nearly every theorem. Make sure you understand what they mean for your own learning.
If you’ve read this post and Quantifiers, you have a good basis for understanding symbolic definitions. Test your skills by reading Bijective Functions and working through the definitions provided.