[UpSetSetIntersection(name=one, sets={'one'}, elems={'m', 'h', 'c', 'e', 'k', 'a', 'g', 'l', 'b'}),
UpSetSetIntersection(name=three, sets={'three'}, elems={'f', 'h', 'm', 'e', 'i', 'j', 'a', 'g', 'l'}),
UpSetSetIntersection(name=(one ∩ three), sets={'one', 'three'}, elems={'a', 'm', 'h', 'g', 'l', 'e'}),
UpSetSetIntersection(name=two, sets={'two'}, elems={'a', 'e', 'j', 'd', 'b'}),
UpSetSetIntersection(name=(one ∩ two), sets={'one', 'two'}, elems={'e', 'b', 'a'}),
UpSetSetIntersection(name=(three ∩ two), sets={'two', 'three'}, elems={'e', 'j', 'a'})]