I am doing Keith Devlin's "Introduction to Mathematical Thinking" Coursera course. It starts with the topic of using English to precisely define mathematical ideas, including implication and negation.
I remain confused - so I wanted to talk through my thinking with the following examples.
Example 1
Statement: "The apple is red".
This looks like a very simple statement, and one might quickly jump to "The apple is not red" as the negation.
However I am asking myself why the following are not negations?
- "Not apple is red" ... that is, any fruit except apple is red.
- "Not apple is not red" ... any fruit except apple is not red.
I see the original statement as having 3 parts: (A) (is) (B). Then there are several combinations where some or all of these 3 parts are negated.
Example 2
Statement: "Roses are red and violets are blue".
The intuitive negation is "roses are not red AND violets are not blue".
However, in addition to the options mentioned in example 1, such as "any flower except roses are red, any flower except violets are blue" .. there is the complexity of the logical AND.
Is the negation "Neither roses are red, nor violets are blue", that is, roses are not red AND violets are not blue.
Why do I read some texts discussing the negation of a conjunction AND becoming a disjunction OR?
If (A) (AND) (B) is a 3-part statement, are the following options for its negation?
- (negation of A) (AND) (negation of B)
- (A) (NOT-AND) (B)
- NEITHER (A) NOR (B)
- (negation of A) OR ( negation of B)
Note that (negation of A) has the questions raised in example 1.
I won't include an example where the statement uses OR, but the questions raised will be similar.
Example 3
Statement: "X is apple implies X is fruit"
Here we have an implication.
Is the negation one of the following?
- "X is apple does not imply X is fruit"
- "X is anything except apple, implies, X is anything but fruit"
- "X is apple implies X is anything but fruit"
- "X is fruit implies X is apple"
- "X is not fruit implies X is not apple"
I am aware of terminology negation, contrapositive, inverse, opposite. Do these cover the different combinations mentioned above?