Translating ConjunctionsConjunctions are not always indicated by "and." Sometimes "but" serves for conjunction, as does "also":
When we have more than one type of operator, we always need to be aware of the scope of
the operators. In the following example we have a disjunction where one of the disjuncts
is a conjunction:
Notice that we kept the conjunction together, since what is intended is that the second disjunct is that Fred both goes home and takes a nap. Translating the sentence as ((A v B) & C) has an entirely different meaning, and is an incorrect translation. Some sentences which look like conjunctions aren't really conjunctions at all. An example of this is the sentence "Fred went to the store and then walked home." In this sentence "and then" doesn't express conjunction. As an exercise, explain why "and then" can't be translated as "&". |
|