So in LTL we have the following elementary modalities
$ \Diamond = $ "eventually"
$ \square = $ "always"
I am aware the following distributivity laws hold
i) $ \Diamond (a \lor b) = \Diamond a \lor \Diamond b $
ii) $ \square (a \land b) = \square a \land \square b $
iii) $ \Diamond (a \land b) \neq \Diamond a \land \Diamond b $
iv) $ \square (a \lor b) \neq \square a \lor \square b $
But what about when you combine the two elementary modalities? For example
$ \square \Diamond(a \lor b) $ and $ \Diamond \square(a \land b) $
I would assume you could distribute as follows
$ \square \Diamond(a \lor b) = \square (\Diamond a \lor \Diamond b) \neq \square \Diamond a \lor \square \Diamond b $
$ \Diamond \square(a \land b) = \Diamond (\square a \land \square b) \neq \Diamond \square a \land \Diamond \square b $
But I can't figure out any example series to prove the last inequalities. Is it the case when combining modalities you simply consider them both as a whole and distribute based on the modality furthest to the right?