UOR Monoidal Composition

IRI
https://uor.foundation/monoidal/
Prefix
monoidal:
Space
kernel
Comment
Sequential composition of computations via monoidal product A ⊗ B.

This is a kernel-space namespace in the Define stage of the PRISM pipeline. It provides the immutable algebraic substrate — ring structure, schema vocabulary, and operation algebra.

Learn more: Pipeline Overview

Class hierarchy
Class hierarchy for UOR Monoidal Composition namespace MonoidalProduc MonoidalUnit MonoidalAssoci

Imports

Classes

NameSubclass OfDisjoint WithComment
MonoidalProductThingA ⊗ B: the sequential composition of two computations. Output of A feeds input of B.
MonoidalUnitThingThe identity computation I: passes input through unchanged. I ⊗ A ≅ A ≅ A ⊗ I.
MonoidalAssociatorThingThe witness that (A⊗B)⊗C ≅ A⊗(B⊗C). The associativity isomorphism.

Properties

NameKindFunctionalDomainRangeComment
leftOperandObjecttrueMonoidalProductComputationDatumThe left operand in the monoidal product A ⊗ B.
rightOperandObjecttrueMonoidalProductComputationDatumThe right operand in the monoidal product A ⊗ B.
composedResultObjecttrueMonoidalProductDatumThe result datum of the composed computation A ⊗ B.
saturationValueDatatypetrueMonoidalProductdecimalσ(A⊗B) relationship: saturation of the sequential composition.
unitWitnessRefObjecttrueMonoidalUnitCertificateCertificate witnessing I ⊗ A ≅ A ≅ A ⊗ I.
associatorLeftObjecttrueMonoidalAssociatorMonoidalProductThe left-grouped product (A⊗B)⊗C.
associatorRightObjecttrueMonoidalAssociatorMonoidalProductThe right-grouped product A⊗(B⊗C).
associatorWitnessRefObjecttrueMonoidalAssociatorCertificateCertificate witnessing the associativity isomorphism (A⊗B)⊗C ≅ A⊗(B⊗C).