pub broadcast proof fn lemma_to_iset_len<A>(s: Set<A>)
#[trigger] s.to_iset().len() == s.len(),
Converting a Set to an ISet produces a result with the same length.
Set
ISet