BoundedJoinSemilattice

logic.spad line 1798 [edit on github]

join semilattice with bottom Different from exterior Grassmann product operator as that anticommutes. need to check precedence when used as an infix operator for more documentation see: htm

= : (%, %) -> Boolean
from BasicType
\/ : (%, %) -> %
from JoinSemilattice
_|_ : () -> %

bottom (false in logic).

coerce : % -> OutputForm
from CoercibleTo(OutputForm)
latex : % -> String
from SetCategory
~= : (%, %) -> Boolean
from BasicType

CoercibleTo(OutputForm)

SetCategory

BasicType

JoinSemilattice