Section 1.1 Statements
Example 1.1.2. Substatements.
- simple statement
- does not contain any proper substatements
- compound statement
- contains two or more substatements
- connective
- a connecting word between substatements in a compound statement
Example 1.1.3. Simple and compound statements.
Reconsidering the statements in Example 1.1.1:
- statement 1 is simple;
- statement 2 is a compound statement made up of two (simple) substatements linked by the connective βandβ; and
- statement 3 is a compound statement made up of two substatements linked by the connective βif β¦ then β¦β, where the substatement that constitutes the βifβ part is itself a compound statement.
The substatements in a compound statement can be related to each other by connectives in various ways.
Definition 1.1.4. Five basic connectives.
- negation
- βnotβ
- conjuction
- βandβ
- disjunction
- βorβ
- conditional
- βif β¦ then β¦β
- biconditional
- βif and only ifβ
Remark 1.1.5.
- All statements we will consider can be constructed starting from a finite number of simple statements and modifying/joining them using connectives as above.
- Always take β
or β to mean β or or bothβ (known as inclusive or). However, in everyday language it may be reasonable to take βeither or β to mean β( or ) and not ( and )β (known as exclusive or). - The conditional and biconditional connectives are actually superfluous β they can be constructed from the first three. (See Worked Example 2.1.2 and Exercise 2.5.5.) But they occur frequently, and such constructions from other connectives obscure their meaning, so it is more convenient to include these two connectives in our list of of basic connectives.
Example 1.1.6. Translating everyday English into logical statements.
A conversation.
- Alice
- It is raining.
- Bob
- No, it isnβt.
- Alice
- Either itβs raining or it isnβt.
- Bob
- How can we decide?
- Alice
- If we go outside and we get wet, then itβs raining.
- Bob
- Weβd get wet outside if the sprinklers are on, too.
- Alice
- Donβt be silly!
- Alice (continuingβ¦)
- Weβll get wet if itβs raining, and this is the only way weβll get wet.
Let us rewrite the above conversation to clearly identify the substatements and connectives.
- Alice
- it is raining
- Bob
- not (it is raining)
- Alice
- (it is raining) or (not (it is raining))
- Bob
- [not a statement!]
- Alice
- if ((we are outside) and (we get wet)) then (it is raining)
- Bob
- if ((we are outside) and (the sprinklers are on)) then (we get wet)
- Alice
- [not a statement!]
- Alice
- if (we are outside) then ((we get wet) if and only if (it is raining))
Test 1.1.7. Checking whether a sentence is a logical statement.
If is an English language sentence and the phrase βIt is true that β makes sense as an English language sentence, then is a logical statement.
Strictly speaking, many mathematical statements are not logical statements, for a different reason then the one used in the test above.
Example 1.1.8. An ambiguous mathematical statement.
The phrase β is a differentiable functionβ is not a logical statement, since whether it is true or false depends on the free variable For example, if we substitute the function into this statement, the statement becomes true. However, if we substitute the function the statement becomes false. We will deal with this issue in Chapter 4.