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

Definition df-lp 7738
Description: Define a function on topologies whose value is the set of limit points of the subsets of the base set. See lpval 7740.
Assertion
Ref Expression
df-lp |- limPt = {<.z, w>. | (z e. Top /\ w = {<.x, y>. | (x (_ U.z /\ y = {v | v e. ((cls` J)` (x \ {v}))})})}
Distinct variable group:   w,v,x,y,z

Detailed syntax breakdown of Definition df-lp
StepHypRef Expression
1 clp 7737 . 2 class limPt
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
12 vy . . . . . . . . 9 set y
1312cv 957 . . . . . . . 8 class y
14 vv . . . . . . . . . . 11 set v
1514cv 957 . . . . . . . . . 10 class v
1615csn 2413 . . . . . . . . . . . 12 class {v}
179, 16cdif 2047 . . . . . . . . . . 11 class (x \ {v})
18 cJ . . . . . . . . . . . 12 class J
19 ccl 7659 . . . . . . . . . . . 12 class cls
2018, 19cfv 3188 . . . . . . . . . . 11 class (cls` J)
2117, 20cfv 3188 . . . . . . . . . 10 class ((cls`
J)` (x \ {v}))
2215, 21wcel 960 . . . . . . . . 9 wff v e. ((cls` J)` (x \ {v}))
2322, 14cab 1466 . . . . . . . 8 class {v | v e. ((cls` J)` (x \ {v}))}
2413, 23wceq 958 . . . . . . 7 wff y = {v | v e. ((cls` J)` (x \ {v}))}
2511, 24wa 223 . . . . . 6 wff (x (_ U.z /\ y = {v | v e. ((cls` J)` (x \ {v}))})
2625, 8, 12copab 2671 . . . . 5 class {<.x, y>. | (x (_ U.z /\ y = {v | v e. ((cls` J)` (x \ {v}))})}
277, 26wceq 958 . . . 4 wff w = {<.x, y>. | (x (_ U.z /\ y = {v | v e. ((cls` J)` (x \ {v}))})}
285, 27wa 223 . . 3 wff (z e. Top /\ w = {<.x, y>. | (x (_ U.z /\ y = {v | v e. ((cls` J)` (x \ {v}))})})
2928, 2, 6copab 2671 . 2 class {<.z, w>. | (z e. Top /\ w = {<.x, y>. | (x (_ U.z /\ y = {v | v e. ((cls` J)` (x \ {v}))})})}
301, 29wceq 958 1 wff limPt = {<.z, w>. | (z e. Top /\ w = {<.x, y>. | (x (_ U.z /\ y = {v | v e. ((cls` J)` (x \ {v}))})})}
Colors of variables: wff set class
This definition is referenced by:  lpfval 7739
Copyright terms: Public domain