I am asked to find the smallest field that contains the sets {$1$} and {$2,3$}, if $S=${$1,2,3,4$}.
I understand that with the field, I want to find the unions, intersections, complements, and then the empty set and S.
The answer is as follows: $F=${{}, {$1$}, {$4$}, {$1,4$}, {$2,3$}, {$1,2,3$}, {$2,3,4$}, {$1,2,3,4$}}
My question is: Where did the {$4$} element come from? Is it from the Union of {$1,4$}?