let X, Y be set ; :: thesis: for A being Subset-Family of X
for B being Subset-Family of Y st A = B & X in A holds
FinMeetCl B = {Y} \/ (FinMeetCl A)

let A be Subset-Family of X; :: thesis: for B being Subset-Family of Y st A = B & X in A holds
FinMeetCl B = {Y} \/ (FinMeetCl A)

let B be Subset-Family of Y; :: thesis: ( A = B & X in A implies FinMeetCl B = {Y} \/ (FinMeetCl A) )
assume that
A1: A = B and
A2: X in A ; :: thesis: FinMeetCl B = {Y} \/ (FinMeetCl A)
thus FinMeetCl B c= {Y} \/ (FinMeetCl A) :: according to XBOOLE_0:def 10 :: thesis: {Y} \/ (FinMeetCl A) c= FinMeetCl B
proof end;
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in {Y} \/ (FinMeetCl A) or x in FinMeetCl B )
assume A8: x in {Y} \/ (FinMeetCl A) ; :: thesis: x in FinMeetCl B
per cases ( x in {Y} or x in FinMeetCl A ) by A8, XBOOLE_0:def 3;
end;