∧ if they don’t arrive early, we’ll have a late supper
(they’ll arrive early → we’ll go out to dinner)
∧ (they won’t arrive early → we’ll have a late supper)
(they’ll arrive early → we’ll go out to dinner)
∧ (¬ they’ll arrive early → we’ll have a late supper)
(E → D) ∧ (¬ E → L)
both
if
E then
D and
if
not
E then
L
D: we’ll go out to dinner; E: they’ll arrive early; L: we’ll have a late supper
In this use of the term, otherwise probably means something like if that is not the case and, in principle, the reference of that might be the consequent rather than the antecedent of the conditional that precedes it. That is, it might be possible to understand the example above to have the form (E → D) ∧ (¬ D → L). This alternative form is entailed by the form above (since E → D ⊨ ¬ D → ¬ E and ¬ D → ¬ E, ¬ E → L ⊨ ¬ D → L) but it is a slightly weaker claim since it does not rule out the possibility that E and L are false when D is true; that is, it does not rule out the possibility of going out to dinner instead of having a late supper even in a possible world where they do not arrive early.