I was reading about convex hulls on Wikipedia (Convex hull) and I read :
$ Conv(A \cup B)= Conv(Conv(A) \cup Conv (B))$ where $A$ and $B$ are nonempty sets.
I can see intuitively that this equality is true, but I do not know how to write it formally down.