pub broadcast proof fn lemma0_pow(e: nat)
e > 0,
#[trigger] pow(0, e) == 0,
Proof that 0 to the power of the given positive integer e is 0.
e