pub broadcast proof fn axiom_len_singleton<V>(v: V)Expand description
ensures
(#[trigger] Multiset::<V>::singleton(v).len()) == 1,The length of a singleton multiset is 1.
pub broadcast proof fn axiom_len_singleton<V>(v: V)(#[trigger] Multiset::<V>::singleton(v).len()) == 1,The length of a singleton multiset is 1.