Logical Language
As previously stated, mathematics requires precise language and so the language is restricted. To better understand how to read and write in this form of language, we need to continue to evolve our knowledge of it's components.
Implication
Often we have statements that end up implying something about another statement like is divisible by implies that is an even number. The preceding statement is called the antecedent and the following statement is called the consequent.
One thing to note about implication is that implication has the conditional (a truth part) and a causation part. Let's say we state is irrational . The antecedent is true and the consequent is also true. But, the two statements are not related so there is no causation. This is important to state due to how works but in mathematics we focus on the conditional only which ends up working out well for mathematics.
In mathematics, we denote implication with the symbol . Let's say is our antecedent and is our consequent, our implication is denoted with .
Every keyword has a truth table to keep the language precise and so does the keyword ...
True | True | True |
True | False | False |
False | True | True |
False | False | True |
The first case is when and are true. If is true and implies then has to be true. On the same note, if turns out to be false, then can't actually imply making the implication false. To prove the final cases, we can work with the negation like we typically do in everyday life. The statement is " does not imply " which means even though is true, is nevertheless false. This means in every other case does implies which basically means if is false, the implication is irrelavent because there is no relationship.
Language
In english these phrases commonly refer to implication ()...
- If , then .
- is sufficent for .
- only if (not the same as "if then ").
- if .
- whenever .
- is necessary for .
Contrapositive
The contrapositive is a logical equivalence to an implication. The implication is , the contrapositive is . For example, we can say if two rectangles are congruent, they have the same area is the implication. The contrapositive is that if two rectangles do not have the same area, they are not congruent.
We can prove that they are logical equivalences using a truth table...
True | True | False | False | True | True |
True | False | False | True | False | False |
False | True | True | False | True | True |
False | False | True | True | True | True |
Converse
Converse and contrapositive look similar but they are not the same. Where contrapositive is logically equivalent to implication, converse is not. If the implication is , the converse is .
True | True | False | False | True | True | True |
True | False | False | True | False | False | True |
False | True | True | False | True | True | False |
False | False | True | True | True | True | True |
As you can see is equivalent to but not equivalent to .
Biconditional
Biconditional is when implication works in both ways which means that . The shorthand notation we use for this is . So the biconditional for and is .
True | True | True | True | True |
True | False | False | True | False |
False | True | True | False | False |
False | False | True | True | True |
If both are true or false, the biconditional is true.
Language
In english these phrases commonly refer to biconditional ...
- is necessary and sufficent for .
- if and only if (abbreviation "iff" which is used often).
Tautology
Tautology refers to logical validity meaning all truth values end up being true. There are many cases of tautology and one example is .
True | True | True | True | True |
True | False | False | False | True |
False | True | True | True | True |
False | False | True | True | True |
As you can see all the cases of and lead to true.
Modus Ponens
The final concept we need to look at is modus ponens which is a basic rule of reasoning that is used often for mathematical statements. The idea is that lets say we are working with two statements called and . If we know and , then you can conclude .
True | True | True | True | True |
True | False | False | False | True |
False | True | True | False | True |
False | False | True | False | True |
This tautology shows us that if we know the antecedent and that the antecedent implies the consequent, then we know the consequent.