take union {{x1,x2,x3,x4,x5},{x6}} ; :: thesis: for x being object holds
( x in union {{x1,x2,x3,x4,x5},{x6}} iff ( x = x1 or x = x2 or x = x3 or x = x4 or x = x5 or x = x6 ) )

let x be object ; :: thesis: ( x in union {{x1,x2,x3,x4,x5},{x6}} iff ( x = x1 or x = x2 or x = x3 or x = x4 or x = x5 or x = x6 ) )
( x in {x1,x2,x3,x4,x5} iff ( x = x1 or x = x2 or x = x3 or x = x4 or x = x5 ) ) by Def3;
hence ( x in union {{x1,x2,x3,x4,x5},{x6}} iff ( x = x1 or x = x2 or x = x3 or x = x4 or x = x5 or x = x6 ) ) by Lm1; :: thesis: verum