I want to express through a variable, that a certain action is either done, or not. When the action is done, the variable should have value 1, if not, the variable should be empty. How do I express the scope of this variable?
$\in \left\{0, 1\right\}$ doesn't feel quite right, maybe $\in \emptyset, \left\{1\right\}$?