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

Definition df-cn 7751
Description: Define a function on two topologies whose value is the set of continuous mappings from the first topology to the second. Based on definition of continuous function in [Munkres] p. 102. See iscn 7755 for the predicate form.
Assertion
Ref Expression
df-cn |- Cn = {<.<.j, k>., z>. | ((j e. Top /\ k e. Top) /\ z = {f e. (U.k ^m U.j) | A.y e. k (`'f"y) e. j})}
Distinct variable group:   f,j,k,y,z

Detailed syntax breakdown of Definition df-cn
StepHypRef Expression
1 ccn 7749 . 2 class Cn
2 vj . . . . . . 7 set j
32cv 957 . . . . . 6 class j
4 ctop 7590 . . . . . 6 class Top
53, 4wcel 960 . . . . 5 wff j e. Top
6 vk . . . . . . 7 set k
76cv 957 . . . . . 6 class k
87, 4wcel 960 . . . . 5 wff k e. Top
95, 8wa 223 . . . 4 wff (j e. Top /\ k e. Top)
10 vz . . . . . 6 set z
1110cv 957 . . . . 5 class z
12 vf . . . . . . . . . . 11 set f
1312cv 957 . . . . . . . . . 10 class f
1413ccnv 3175 . . . . . . . . 9 class `'f
15 vy . . . . . . . . . 10 set y
1615cv 957 . . . . . . . . 9 class y
1714, 16cima 3179 . . . . . . . 8 class (`'f"y)
1817, 3wcel 960 . . . . . . 7 wff (`'f"y) e. j
1918, 15, 7wral 1648 . . . . . 6 wff A.y e. k (`'f"y) e. j
207cuni 2507 . . . . . . 7 class U.k
213cuni 2507 . . . . . . 7 class U.j
22 cm 4328 . . . . . . 7 class ^m
2320, 21, 22co 3969 . . . . . 6 class (U.k ^m U.j)
2419, 12, 23crab 1651 . . . . 5 class {f e. (U.k ^m U.j) | A.y e. k (`'f"y) e. j}
2511, 24wceq 958 . . . 4 wff z = {f e. (U.k ^m U.j) | A.y e. k (`'f"y) e. j}
269, 25wa 223 . . 3 wff ((j e. Top /\ k e. Top) /\ z = {f e. (U.k ^m U.j) | A.y e. k (`'f"y) e. j})
2726, 2, 6, 10copab2 3970 . 2 class {<.<.j, k>., z>. | ((j e. Top /\ k e. Top) /\ z = {f e. (U.k ^m U.j) | A.y e. k (`'f"y) e. j})}
281, 27wceq 958 1 wff Cn = {<.<.j, k>., z>. | ((j e. Top /\ k e. Top) /\ z = {f e. (U.k ^m U.j) | A.y e. k (`'f"y) e. j})}
Colors of variables: wff set class
This definition is referenced by:  cnfval 7753
Copyright terms: Public domain