let F, G be set ; meet (UNION (F,G)) c= (meet F) \/ (meet G)
per cases
( ( F <> {} & G <> {} ) or F = {} or G = {} )
;
suppose A1:
(
F <> {} &
G <> {} )
;
meet (UNION (F,G)) c= (meet F) \/ (meet G)let x be
object ;
TARSKI:def 3 ( not x in meet (UNION (F,G)) or x in (meet F) \/ (meet G) )assume A2:
x in meet (UNION (F,G))
;
x in (meet F) \/ (meet G)assume A3:
not
x in (meet F) \/ (meet G)
;
contradictionthen
not
x in meet F
by XBOOLE_0:def 3;
then consider Y being
set such that A4:
(
Y in F & not
x in Y )
by A1, SETFAM_1:def 1;
not
x in meet G
by A3, XBOOLE_0:def 3;
then consider Z being
set such that A5:
(
Z in G & not
x in Z )
by A1, SETFAM_1:def 1;
( not
x in Y \/ Z &
Y \/ Z in UNION (
F,
G) )
by A4, A5, SETFAM_1:def 4, XBOOLE_0:def 3;
hence
contradiction
by A2, SETFAM_1:def 1;
verum end; end;