pub broadcast proof fn lemma_low_bits_mask_is_odd(n: nat)
n > 0,
#[trigger] (low_bits_mask(n) % 2) == 1,
Proof that low_bits_mask(n) is odd.