let X be set ; :: thesis: for B being SetSequence of X st B is non-ascending holds
Union (inferior_setsequence B) = Intersection B

let B be SetSequence of X; :: thesis: ( B is non-ascending implies Union (inferior_setsequence B) = Intersection B )
assume A1: B is non-ascending ; :: thesis: Union (inferior_setsequence B) = Intersection B
now end;
then A2: Union (inferior_setsequence B) c= Intersection B by TARSKI:def 3;
now end;
then Intersection B c= Union (inferior_setsequence B) by TARSKI:def 3;
hence Union (inferior_setsequence B) = Intersection B by A2, XBOOLE_0:def 10; :: thesis: verum