What do the operators $\bigvee$ and $\bigwedge$ mean in modal logic? For example I recently saw the following "statement" $$\bigvee_{\delta_C\in\Delta_C}\langle\delta_C\rangle\top$$
Which has a description saying "(Active)". Even though this might seems meaningless without knowledge of what the notation means. Could someone please answer what such notation $\bigvee$ would try to convey? Same with $\bigwedge$?
The same way $\sum$ and $\prod$ denote repeated addition and multiplication, $\bigvee$ and $\bigwedge$ denote, respectively, logical OR and AND repeated over the elements described.
Eg. $$\bigvee_{i=1}^5 A_i \Leftrightarrow A_1\vee A_2\vee A_3\vee A_4\vee A_5$$