Homotopy Type Theory left shift operator > history (Rev #3, changes)

Showing changes from revision #2 to #3: Added | Removed | Changed

Contents

Definition

Given a type MM and a sequence x:Mx:\mathbb{N} \to M of terms in MM, the left shift operator

T:(M)(M)T:(\mathbb{N} \to M) \to (\mathbb{N} \to M)

is defined as

T(x)(i)x(i+1)T(x)(i) \coloneqq x(i + 1)

for i:i:\mathbb{N}.

See also

Revision on June 17, 2022 at 18:57:50 by Anonymous?. See the history of this page for a list of all contributions to it.