OnePointCompletionFunctions2(R, S)ΒΆ
complet.spad line 199 [edit on github]
R: SetCategory
S: SetCategory
Lifting of maps to one-point completions. Date Created: 4 Oct 1989
- map: (R -> S, OnePointCompletion R) -> OnePointCompletion S
map(f, r)
liftsf
and applies it tor
, assuming thatf
(infinity) = infinity.
- map: (R -> S, OnePointCompletion R, OnePointCompletion S) -> OnePointCompletion S
map(f, r, i)
liftsf
and applies it tor
, assuming thatf
(infinity) =i
.