Here is the question I am attempting to express in propositional logic:
No man is weak, unless their name is Bob.
From this expression I see that every man who is weak must be called Bob (W => B), but the expression does not equate to all Bob's are weak (B => W), as being named Bob is simply the criteria for allocating everyone who isn't called Bob to the set of "all men who are not weak", meaning that the set of "all weak men" is a subset within the set of "all men named Bob".
I just want to make sure that my reasoning for why it can't be (B => W) is correct, I know that this might be obvious but I just found this confusing initially.