decomp: Decomposition of a Semigroup Structure

decompR Documentation

Decomposition of a Semigroup Structure

Description

A function to perform the decomposition of a semigroup structure

Usage

decomp(S, pr, type = c("mca", "pi", "at", "cc"), reduc, fac, force)

Arguments

S

an object of a 'Semigroup' class

pr

either an object of a 'Congruence' class or an object of a 'Pi.rels' class

type

type of decomposition; ie. the reduction is based on

mca meet-complements of atoms in the 'Pi.rels' class

pi \pi-relations in the 'Pi.rels' class

cc congruence classes

reduc

(optional and logical) does the return object should include the reduced structures?

fac

(optional) the factor that should be decomposed

force

(optional and logical) force further reduction of the semigroup when S has NAs? (see details)

Details

The decomp function is a reduction form of an algebraic structure like the semigroup that verifies which of the class members in the system are congruent to each other. The decomposed object then is made of congruent elements, which form part of the lattice of congruence classes in the algebraic structure. In case that the input data comes from the Pacnet program, then such elements are in form of \pi-relations or the meet-complements of the atoms; otherwise these are simply equivalent elements satisfying the substitution property.

Sometimes a 'Semigroup' class object contains not available data in the multiplication table, typically when it is an image from the fact function. In such case, it is possible to perform a reduction of the semigroup structure with the force option, which performs additional equations to the string relations in order to get rid of NAs in the semigroup data.

Value

An object of 'Decomp' class having:

clu

vector with the class membership

eq

the equations in the decomposition

IM

(optional) the image matrices

PO

(optional) the partial order table

ord

(optional) a vector with the order of the image matrices

Note

Reduction of the partial order table should be made by the reduc function.

Author(s)

Antonio Rivero Ostoic

References

Pattison, Philippa E. Algebraic Models for Social Networks. Cambridge University Press. 1993.

Hartmanis, J. and R.E. Stearns Algebraic Structure Theory of Sequential Machines. Prentice-Hall. 1966.

See Also

fact, cngr, reduc, pi.rels, semigroup, partial.order


multiplex documentation built on Nov. 16, 2023, 5:08 p.m.