Auxiliary utilities #
This file contains small helper lemmas. These are all generic -- they are not specific to this repository's main objects, so they are collected separately here.
@[reducible, inline]
The integer-valued indicator of a proposition: 1 when P holds and
0 otherwise. This is the notation $\delta(P)$ in
An extended Demazure product.
Equations
- LeanPool.DemazureProduct.Utils.oneIf P = if P then 1 else 0