This is an interesting logic fallacy here. Consider this example. Monkey eat => Monkey live. Monkey live => Monkey eat. Monkey not eat => Monkey not live. Monkey not live => Monkey not eat. Here "=>" is used as in "implies"/"because". The last statement is weird. There are more ways for monkey to "not live" than to "not eat". Not being able to explain does not imply not being able to understand. Not understanding sur…
"implies" and "because" are not equivalent. For example, "x is positive implies x^2 is positive" is true but "x is positive because x^2 is positive" is false.
A statement like "if not a, then not b" is not applicable unless a "implies" b and a "is because of" b.
Correct me if I got it all wrong somehow.