HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Definition df-cld 7660
Description: Define a function on topologies whose value is the set of closed sets of the topology.
Assertion
Ref Expression
df-cld |- Clsd = {<.z, w>. | (z e. Top /\ w = {x | (x (_ U.z /\ (U.z \ x) e. z)})}
Distinct variable group:   x,w,z

Detailed syntax breakdown of Definition df-cld
StepHypRef Expression
1 ccld 7657 . 2 class Clsd
2 vz . . . . . 6 set z
32cv 957 . . . . 5 class z
4 ctop 7590 . . . . 5 class Top
53, 4wcel 960 . . . 4 wff z e. Top
6 vw . . . . . 6 set w
76cv 957 . . . . 5 class w
8 vx . . . . . . . . 9 set x
98cv 957 . . . . . . . 8 class x
103cuni 2507 . . . . . . . 8 class U.z
119, 10wss 2050 . . . . . . 7 wff x (_ U.z
1210, 9cdif 2047 . . . . . . . 8 class (U.z \ x)
1312, 3wcel 960 . . . . . . 7 wff (U.z \ x) e. z
1411, 13wa 223 . . . . . 6 wff (x (_ U.z /\ (U.z \ x) e. z)
1514, 8cab 1466 . . . . 5 class {x | (x (_ U.z /\ (U.z \ x) e. z)}
167, 15wceq 958 . . . 4 wff w = {x | (x (_ U.z /\ (U.z \ x) e. z)}
175, 16wa 223 . . 3 wff (z e. Top /\ w = {x | (x (_ U.z /\ (U.z \ x) e. z)})
1817, 2, 6copab 2671 . 2 class {<.z, w>. | (z e. Top /\ w = {x | (x (_ U.z /\ (U.z \ x) e. z)})}
191, 18wceq 958 1 wff Clsd = {<.z, w>. | (z e. Top /\ w = {x | (x (_ U.z /\ (U.z \ x) e. z)})}
Colors of variables: wff set class
This definition is referenced by:  cldval 7663
Copyright terms: Public domain