let X be set ; :: thesis: for Y being empty Subset-Family of X holds Components Y = {X}
let Y be empty Subset-Family of X; :: thesis: Components Y = {X}
consider p being FinSequence of bool X such that
A1: len p = card Y and
A2: rng p = Y and
A3: Components Y = { (Intersect (rng (MergeSequence p,q))) where q is FinSequence of BOOLEAN : len q = len p } by Def2;
thus Components Y = {X} :: thesis: verum
proof end;