diff options
Diffstat (limited to 'src/algebra/catdef.spad.pamphlet')
-rw-r--r-- | src/algebra/catdef.spad.pamphlet | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/algebra/catdef.spad.pamphlet b/src/algebra/catdef.spad.pamphlet index f5ecae65..4e077bec 100644 --- a/src/algebra/catdef.spad.pamphlet +++ b/src/algebra/catdef.spad.pamphlet @@ -24,10 +24,6 @@ ++ by elements in the semigroup \spad{S}. ++ See Also: RightLinearSet. LeftLinearSet(S: SemiGroup): Category == SetCategory with - 0: % - ++ \spad{0} represents the origin of the linear set - zero?: % -> Boolean - ++ \spad{zero? x} holds if \spad{x} is the origin. *: (S,%) -> % ++ \spad{s*x} is the left-dilation of \spad{x} by \spad{s}. @@ -43,10 +39,6 @@ LeftLinearSet(S: SemiGroup): Category == SetCategory with ++ by elements in the semigroup \spad{S}. ++ See Also: LeftLinearSet. RightLinearSet(S: SemiGroup): Category == SetCategory with - 0: % - ++ \spad{0} represents the origin of the linear set - zero?: % -> Boolean - ++ \spad{zero? x} holds if \spad{x} is the origin. *: (%,S) -> % ++ \spad{x*s} is the right-dilation of \spad{x} by \spad{s}. |