let A, B be set ; :: thesis: for X being Subset of A
for FR being Subset-Family of [:A,B:] holds (union FR) .: X = union { (R .: X) where R is Subset of [:A,B:] : R in FR }
let X be Subset of A; :: thesis: for FR being Subset-Family of [:A,B:] holds (union FR) .: X = union { (R .: X) where R is Subset of [:A,B:] : R in FR }
let FR be Subset-Family of [:A,B:]; :: thesis: (union FR) .: X = union { (R .: X) where R is Subset of [:A,B:] : R in FR }
thus
(union FR) .: X c= union { (R .: X) where R is Subset of [:A,B:] : R in FR }
:: according to XBOOLE_0:def 10 :: thesis: union { (R .: X) where R is Subset of [:A,B:] : R in FR } c= (union FR) .: X
let a be set ; :: according to TARSKI:def 3 :: thesis: ( not a in union { (R .: X) where R is Subset of [:A,B:] : R in FR } or a in (union FR) .: X )
assume
a in union { (R .: X) where R is Subset of [:A,B:] : R in FR }
; :: thesis: a in (union FR) .: X
then consider P being set such that
A4:
( a in P & P in { (R .: X) where R is Subset of [:A,B:] : R in FR } )
by TARSKI:def 4;
consider R being Subset of [:A,B:] such that
A5:
( P = R .: X & R in FR )
by A4;
consider x being set such that
A6:
( [x,a] in R & x in X )
by A4, A5, RELAT_1:def 13;
ex x being set st
( x in X & [x,a] in union FR )
hence
a in (union FR) .: X
by RELAT_1:def 13; :: thesis: verum