krdo
krdo@lmmy.net
Joined
2 posts • 75 comments
Software developer and self-hosting enthusiast
The first statement only tells you when B is true. It says nothing about when it is false. The second statement both tells you when B is true (if A) and when it is not (only if A). Therefore, the two statements cannot be equal.