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

Definition df-cn 9030
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 9034 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 9028 . 2 class Cn
2 vj . . . . . . 7 set j
32cv 1297 . . . . . 6 class j
4 ctop 8857 . . . . . 6 class Top
53, 4wcel 1300 . . . . 5 wff j e. Top
6 vk . . . . . . 7 set k
76cv 1297 . . . . . 6 class k
87, 4wcel 1300 . . . . 5 wff k e. Top
95, 8wa 240 . . . 4 wff (j e. Top /\ k e. Top)
10 vz . . . . . 6 set z
1110cv 1297 . . . . 5 class z
12 vf . . . . . . . . . . 11 set f
1312cv 1297 . . . . . . . . . 10 class f
1413ccnv 3985 . . . . . . . . 9 class `'f
15 vy . . . . . . . . . 10 set y
1615cv 1297 . . . . . . . . 9 class y
1714, 16cima 3989 . . . . . . . 8 class (`'f"y)
1817, 3wcel 1300 . . . . . . 7 wff (`'f"y) e. j
1918, 15, 7wral 2105 . . . . . 6 wff A.y e. k (`'f"y) e. j
207cuni 3177 . . . . . . 7 class U.k
213cuni 3177 . . . . . . 7 class U.j
22 cmap 5381 . . . . . . 7 class ^m
2320, 21, 22co 4884 . . . . . 6 class (U.k ^m U.j)
2419, 12, 23crab 2108 . . . . 5 class {f e. (U.k ^m U.j) | A.y e. k (`'f"y) e. j}
2511, 24wceq 1298 . . . 4 wff z = {f e. (U.k ^m U.j) | A.y e. k (`'f"y) e. j}
269, 25wa 240 . . 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 4885 . 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 1298 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 9032
Copyright terms: Public domain