Mathematically,
The first statement, "If 1 occurs, then 2 will occur," can be represented as: 1⟹2
This means that whenever 1 is true, 2 must also be true. In other words, the occurrence of 1 guarantees the occurrence of 2.
The second statement, "1 occurs only if 2 occurs," can be represented as:1⟺2
This means that 1 is true if and only if 2 is true. In other words, 1 and 2 must both be true or both be false - they are logically equivalent.
The key difference is that the first statement (1 implies 2) allows for the possibility that 2 can be true even if 1 is false, whereas the second statement (1 if and only if 2) requires that 1 and 2 must always have the same truth value.
Hope this helps !