I would write {1, 2} + {3} + {4} = {1, 2, 3, 4}
in maths to say that the sets on LHS partition that of RHS. Is there something similar in isabelle so I don't need to go through all the permutations {1, 2} intersect {3} = {}
etc.
[EDIT]
I've found this disjoint
definition in the probability sigma algebra package but is there anything that wouldn't introduce that dependency?