OrderedCompletionFunctions2(R, S)ΒΆ
complet.spad line 110 [edit on github]
R: SetCategory
S: SetCategory
Lifting of maps to ordered completions. Date Created: 4 Oct 1989
- map: (R -> S, OrderedCompletion R) -> OrderedCompletion S
map(f, r)
liftsf
and applies it tor
, assuming thatf
(plusInfinity) = plusInfinity and thatf
(minusInfinity) = minusInfinity.
- map: (R -> S, OrderedCompletion R, OrderedCompletion S, OrderedCompletion S) -> OrderedCompletion S
map(f, r, p, m)
liftsf
and applies it tor
, assuming thatf
(plusInfinity) =p
and thatf
(minusInfinity) =m
.