Nuprl Definition : s-group-structure

s-GroupStructure ==
  SeparationSpace
  "id":Point
  "inv":Point ⟶ Point
  "op":Point ⟶ Point ⟶ Point
  "opsep":∀x,x',y,y':Point.  (self."op" self."op" x' y'  (x x' ∨ y'))
  "invsep":∀x,y:Point.  (self."inv" self."inv"  y)



Definitions occuring in Statement :  ss-sep: y ss-point: Point separation-space: SeparationSpace all: x:A. B[x] implies:  Q or: P ∨ Q apply: a function: x:A ⟶ B[x] token: "$token" record-select: r.x record+: record+
Definitions occuring in definition :  record+: record+ separation-space: SeparationSpace function: x:A ⟶ B[x] or: P ∨ Q all: x:A. B[x] ss-point: Point implies:  Q apply: a record-select: r.x token: "$token" ss-sep: y
FDL editor aliases :  s-group-structure

Latex:
s-GroupStructure  ==
    SeparationSpace
    "id":Point
    "inv":Point  {}\mrightarrow{}  Point
    "op":Point  {}\mrightarrow{}  Point  {}\mrightarrow{}  Point
    "opsep":\mforall{}x,x',y,y':Point.    (self."op"  x  y  \#  self."op"  x'  y'  {}\mRightarrow{}  (x  \#  x'  \mvee{}  y  \#  y'))
    "invsep":\mforall{}x,y:Point.    (self."inv"  x  \#  self."inv"  y  {}\mRightarrow{}  x  \#  y)



Date html generated: 2017_10_02-PM-03_24_25
Last ObjectModification: 2017_06_23-AM-11_08_26

Theory : constructive!algebra


Home Index