irini101 Wrote:Can I diagramed "~RC + ~DS ---> PM" as: ~RC --> ~DS --> PM
and "GC + DS ---> F" as: ~RC --> DS --> GC --> fertilizer --> pesticide?
I'd be careful because in logic you can link together chains of reasoning such as:
A --> B
B --> C
Some people link this like
A --> B --> C
But that's not something I would ever do. The reason is that I want to know what the statements are actually saying, and I trust that I can link
A --> B
B --> C
together without writing them into one chain.
For the series
~RC --> ~DS --> PM
this says that if you don't rotate crops, then you won't have depleted soil, and this will imply that you have taken other preventative measures. But does it have to be true that if you don't rotate crops, that this will imply the other preventative measures? No. It could be the case that you simply have depleted soil.
So you could write the statement in several ways...
~RC + ~DS ---> PM
or you could express it this way...
~RC ---> (~DS ---> PM)
by putting the parentheses around the second conditional, we can see that that a failure to rotate crops doesn't imply that the soil is not depleted, but it does imply that if the soil is not depleted, then there must be other preventative measures being taken.
Does that answer your question?