pub proof fn lemma_set_intersect_again1<A>(a: Set<A>, b: Set<A>)
Expand description
ensures
(a.intersect(b)).intersect(b) =~= a.intersect(b),

Taking the intersection of sets a and b and then taking the intersection of the result with b is the same as taking the intersection of a and b once.