Homotopy Type Theory biaction > history (Rev #1)

Idea

A ternary function which behaves as simultaneous actions on both the left and the right side:

 Definition

Given a set SS and monoids (M,e M,μ M)(M, e_M, \mu_M) and (N,e N,μ N)(N, e_N, \mu_N), a two-sided action is a ternary function α:M×S×NS\alpha:M \times S \times N \to S such that

  • for all s:Ss:S, α(e M,s,e N)=s\alpha(e_M, s, e_N) = s

  • for all s:Ss:S, a:Ma:M, b:Mb:M, c:Nc:N, and d:Nd:N, α(a,α(b,s,c),d)=α(μ M(a,b),s,μ N(c,d))\alpha(a, \alpha(b, s, c), d) = \alpha(\mu_M(a, b), s, \mu_N(c, d))

The left action is defined as

α L(a,s)α(a,s,e N)\alpha_L(a, s) \coloneqq \alpha(a, s, e_N)

for a:Ma:M and s:Ss:S, and the right action is defined as

α R(s,c)α(e M,s,c)\alpha_R(s, c) \coloneqq \alpha(e_M, s, c)

for c:Nc:N and s:Ss:S.

See also

Revision on May 25, 2022 at 01:50:12 by Anonymous?. See the history of this page for a list of all contributions to it.