pub broadcast proof fn lemma_pow2(e: nat)
#[trigger] pow2(e) == pow(2, e) as int,
Proof that pow2(e) is equivalent to pow(2, e).
pow2(e)
pow(2, e)