Skip to main content

lemma_set_remove_same

Function lemma_set_remove_same 

Source
pub broadcast proof fn lemma_set_remove_same<A>(s: Set<A>, a: A)
Expand description
ensures
!(#[trigger] s.remove(a).contains(a)),

The result of removing element a from set s must not contain a.