-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructsdef.html
More file actions
156 lines (149 loc) · 5.6 KB
/
structsdef.html
File metadata and controls
156 lines (149 loc) · 5.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<html><head>
<BASE HREF="http://home.cc.umanitoba.ca/~mbell/structsdef.html">
<title>StructuresDefinitions</title></head><body>
<center><h3>
<a href = http://home.cc.umanitoba.ca/~mbell/instructions.html>Instructions</a>
<br><a href = http://home.cc.umanitoba.ca/~mbell/spacesdef.html>Space Definitions</a>
<br><a href = http://home.cc.umanitoba.ca/~mbell/propsdef.html>Property Definitions</a>
<br><a href = http://www.umanitoba.ca/cgi-bin/math/bell/props.cgi>Return to Property Selection</a>
<br><a href = http://www.umanitoba.ca/cgi-bin/math/bell/structs.cgi>Return to Structure Selection</a>
</h3></center>
<center><h2><b>Structure Definitions</b></h2></center>
<center>An infinite sum of spaces always means the 1 point
compactification of the infinite sum.</center>
<hr>
<dl>
<dt><b>Closed H</b>
<dd>Closed Hereditary
<dt><b>Zeroset H</b>
<dd>Zeroset Hereditary
<dt><b>Reg Closed H</b>
<dd>Regular Closed Hereditary
<dt><b>Clopen H</b>
<dd>Clopen Hereditary
<hr>
<dt><b>Imaging</b>
<dd>Preserved by continuous images
<dt><b>Open Image</b>
<dd>Open Imaging
<dt><b>Irred Image</b>
<dd>Irreducible Imaging
<dt><b>Simple Image</b>
<dd>Simple Imaging (preserved by collapsing one closed set to a point)
<dt><b>Retract</b>
<dd>Preserved by retractions
<hr>
<dt><b>Multiplicive</b>
<dd>If one factor has the property, then the product has the property.
<dt><b>Productive</b>
<dd>If all factors have the property, then the product has the property.
<dt><b>C Productive</b>
<dd>C Productive
<dt><b>W Productive</b>
<dd>W Productive
<dt><b>2 Productive</b>
<dd>2 Productive
<hr>
<dt><b>Summable</b>
<dd>If all summands have the property, then the sum has the property.
<dt><b>C Summable</b>
<dd>C Summable
<dt><b>W Summable</b>
<dd>W Summable
<dt><b>2 Summable</b>
<dd>2 Summable
<hr>
<dt><b>To Hyper</b>
<dd>If a space has the property, then its hyperspace has the property.
<dt><b>To Mul 2^W</b>
<dd>If X has the property, then X x 2^W has the property.
<dt><b>To Add 1</b>
<dd>If X has the property, then X + 1 has the property.
<hr>
<dt><b>Closed E(xtendible)</b>
<dd>If a closed subspace has the property, then the space has the property.
<dt><b>Zeroset E</b>
<dd>If a zeroset has the property, then the space has the property.
<dt><b>Reg Closed E</b>
<dd>If a regular closed subspace has the property, then the space has the property.
<dt><b>Clopen E</b>
<dd>If a clopen subspace has the property, then the space has the property.
<hr>
<dt><b>PreImaging</b>
<dd>Preserved by continuous preimages.
<dt><b>PreOpenImage</b>
<dd>Preserved by continuous open preimages.
<dt><b>PreIrrdImage</b>
<dd>Preserved by continuous irreducible preimages.
<dt><b>PreSimpImage</b>
<dd>Preserved by continuous simple preimages.
<dt><b>PreRetract</b>
<dd>If a retract of the space has the property, then the space has the property.
<hr>
<dt><b>Projectable</b>
<dd>If a product of spaces has the property, then all factors have the
property.
<dt><b>Factorable</b>
<dd>If a product of spaces has the property, then at least one of the
factors has the property.
<dt><b>C Factorable</b>
<dd>If a product of at most C spaces has the property, then at least one of the
factors has the property.
<dt><b>W Factorable</b>
<dd>If a product of at most W spaces has the property, then at least one of the
factors has the property.
<dt><b>2 Factorable</b>
<dd>If a product of 2 spaces has the property, then at least one of the
factors has the property.
<hr>
<dt><b>Prime</b>
<dd>If a sum of spaces has the property, then at least one of the
summands has the property.
<dt><b>C Prime</b>
<dd>If a sum of at most C spaces has the property, then at least one of the
summands has the property.
<dt><b>W Prime</b>
<dd>If a sum of at most W spaces has the property, then at least one of the
summands has the property.
<dt><b>2 Prime</b>
<dd>If a sum of 2 spaces has the property, then at least one of the
summands has the property.
<hr>
<dt><b>From Hyper</b>
<dd>If the hyperspace has the property, then the space has the property.
<dt><b>From Mul 2^W</b>
<dd>If X x 2^W has the property, then X has the property.
<dt><b>From Add 1</b>
<dd>If X + 1 has the property, then X has the property.
</dl>
<center><h3>
<a href = http://home.cc.umanitoba.ca/~mbell/instructions.html>Instructions</a>
<br><a href = http://home.cc.umanitoba.ca/~mbell/spacesdef.html>Space Definitions</a>
<br><a href = http://home.cc.umanitoba.ca/~mbell/propsdef.html>Property Definitions</a>
<br><a href = http://www.umanitoba.ca/cgi-bin/math/bell/props.cgi>Return to Property Selection</a>
<br><a href = http://www.umanitoba.ca/cgi-bin/math/bell/structs.cgi>Return to Structure Selection</a>
</h3></center>
</body>
<SCRIPT language="Javascript">
<!--
// FILE ARCHIVED ON 20011005003721 AND RETRIEVED FROM THE
// INTERNET ARCHIVE ON 20020603074450.
// JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
// ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
// SECTION 108(a)(3)).
var sWayBackCGI = "http://web.archive.org/web/20011005003721/";
function xLateUrl(aCollection, sProp) {
var i = 0;
for(i = 0; i < aCollection.length; i++)
if (aCollection[i][sProp].indexOf("mailto:") == -1 &&
aCollection[i][sProp].indexOf("javascript:") == -1)
aCollection[i][sProp] = sWayBackCGI + aCollection[i][sProp];
}
if (document.links) xLateUrl(document.links, "href");
if (document.images) xLateUrl(document.images, "src");
if (document.embeds) xLateUrl(document.embeds, "src");
if (document.body && document.body.background)
document.body.background = sWayBackCGI + document.body.background;
//-->
</SCRIPT>
</html>