Given a set , for each
, we use
etc., to denote truth functions on
. That is, for each value of
,
etc., take values true or false. For example,
and
for some real-valued function function
are examples of truth functions.
Now, we have the following identities which are helpful in reducing intermediate steps of many problems in analysis. (Here, we just write to denote that
)
More generally, we have the following formulae.
Countable union
can be written as
Hence, .
Countable intersection
can be written as
Hence, .
Thus, for example, given a sequence of functions ,
(Some typos in the following need to be fixed)
Mappings of sets from range to domain
Given a function , we have the following identities:
* For all
* For all
* For all
These formulae follow from the identities given earlier to handle unions, intersection and negations:
Caution
While applying the formulae Union through Countable Intersection above, it is important for the left hand side to be in the form given. That is, the truth functions must be functions of elements of target set. For example, in case of Union, the left hand side is . Here, the target sets have elements
and the truth functions
and
are functions of
. Thus, given any value of
,
and
must result in one unique value in
.
An example illustrates a possible incorrect use of these formulae. In general, . However, since
, one may incorrectly try to apply Intersection formula here. Observe that the target set has elements
, while the truth functions are functions of
. To apply the formulae, the truth functions must be expressed as functions of
.