| Description: Equality of a class
variable and an class abstraction. Theorem 5.1 of
[Quine] p. 34. This theorem is useful
for converting expressions with
class abstractions to expressions with class variables. Note that
cleq2ab 1179 and its relatives are among those useful for
converting
theorems with class variables to equivalent theorems with wff variables,
by first substituting an class abstraction for each class variable.
Class variables can always be eliminated from a theorem to result in an
equivalent theorem with wff variables, and vice-versa. The idea is
roughly as follows. To convert a theorem with a wff variable φ
(that has a free variable x) to a
theorem with a class variable
A, we substitute x ∈ A for
φ throughout and simplify,
where A is a new class variable not
already in the wff. An
example is the conversion of zfaus 1480 to inex1 1697 (look at the instance
of zfaus 1480 that occurs in the proof of inex1 1697). Conversely, to
convert a theorem with a class variable A to one with φ, we
substitute {x∣φ} for A
throughout and simplify. An example
is cp 3547, which derives a formula containing wff
variables from
substitution instances of the class variables in its equivalent
formulation cplem2 3546. |