Small Finset and Set Helpers #
This namespace contains auxiliary lemmas used across the development but not specific to ASP permutations or Demazure product.
@[reducible, inline]
The integer-valued indicator of a proposition: 1 when P holds and
0 otherwise. This is the paper's notation δ[P].
Equations
- Utils.oneIf P = if P then 1 else 0