countable_union1: THEOREM FORALL S:
is_countable[set[T]](S) AND every(is_countable)(S) =>
is_countable[T](Union(S))
%% Note that the converse of conutable_union1 is not quite true; it is %% possible to have an uncountable set whose union is countable. For %% example, consider the set of natural numbers. Its power set is %% uncountable, and the union of the power set is the (countable) set of %% natural numbers.
countable_union2: THEOREM FORALL S: is_countable[T](Union(S)) => every(is_countable)(S)
countable_intersection: THEOREM FORALL S: nonempty?(S) AND every(is_countable)(S) =>
is_countable(Intersection(S))
%% The finite subsets of a given set. For a finite set, this is the %% powerset. Otherwise, it is the finite elements of the powerset.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.