Consider an ordered set $(X,\geq)$ with a binary operation $*$ that satisfies the following axioms:
A1 (Closure) $\forall a,b\in X, a*b \in X$
A2 (Associativity) $\forall a,b,c\in X, (a*b)*c = a*(b*c)$
A3 (Identity) $\exists e\in X$ s.t. $\forall a\in X, a*e=a$
A4 (Commutativity) $\forall a,b\in X, a*b=b*a$
A5 (???) $\forall a,b\in X, a*b \geq a$
A6 (???) $\forall a,b\in X$ s.t. $a\geq b, \exists c\in X$ s.t $b*c=a$
So, it's a bit like an Abelian group with two modifications:
- It's an ordered set and the "sum" is always bigger than its components (A5)
- Invertability is replaced with a certain "divisibility" (A6)
Axiom A6 seems like a "natural" replacement for invertability given A5. (Note that A5 precludes the existence of an inverse)
Do axioms A5 and A6 have standard names? Are they familiar from other structures? Does this overall structure have a name?