let X be non empty TopSpace; :: thesis: for P, Q being Subset of X st ( P is open or Q is open ) holds
MaxADSet (P /\ Q) = (MaxADSet P) /\ (MaxADSet Q)

let P, Q be Subset of X; :: thesis: ( ( P is open or Q is open ) implies MaxADSet (P /\ Q) = (MaxADSet P) /\ (MaxADSet Q) )
assume A1: ( P is open or Q is open ) ; :: thesis: MaxADSet (P /\ Q) = (MaxADSet P) /\ (MaxADSet Q)
A2: MaxADSet (P /\ Q) c= (MaxADSet P) /\ (MaxADSet Q) by Th39;
(MaxADSet P) /\ (MaxADSet Q) c= MaxADSet (P /\ Q)
proof
assume not (MaxADSet P) /\ (MaxADSet Q) c= MaxADSet (P /\ Q) ; :: thesis: contradiction
then consider x being set such that
A3: x in (MaxADSet P) /\ (MaxADSet Q) and
A4: not x in MaxADSet (P /\ Q) by TARSKI:def 3;
reconsider x = x as Point of X by A3;
now
per cases ( P is open or Q is open ) by A1;
end;
end;
hence contradiction ; :: thesis: verum
end;
hence MaxADSet (P /\ Q) = (MaxADSet P) /\ (MaxADSet Q) by A2, XBOOLE_0:def 10; :: thesis: verum