What is a good equivalent statement to : If the garden is not watered every day, the flowers wilt. Using the Morgan's Laws
How to write an equivalent statement?
0
$\begingroup$
algebra-precalculus
logic
-
2Let $A$ denote "the garden is watered every day" and $B$ denote "the flowers wilt". Your statement is $(\neg A) \Rightarrow B$, which you can also write as $A \vee B$. Apply De Morgan as you wish. – 2012-05-23
1 Answers
1
And one equivalent statement is the contrapositive. Note that this isn't the same thing as a negative. The contrapositive of your statement is:
If the flowers haven't wilted, the garden has been watered every day.
Note that in both cases, some things are unspecified. What happens when the garden is watered everyday? Can the flowers still wilt when watered? The beautiful thing is that the parts left unanswered are also the same in the contrapositive, so this isn't a problem. In general, if you have
A implies B
then
not(B) implies not(A)
is the contrapositive, and is always true iff the original statement is true.