Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

1 Prosets (preordered sets)
 1.1 Info Class
 1.2 Constructors
 1.3 Operations
 1.4 Add-methods
 1.5 GAP Categories
 1.6 GAP Properties

1 Prosets (preordered sets)

1.1 Info Class

1.1-1 InfoLocales
‣ InfoLocales( info class )

1.2 Constructors

1.2-1 UniqueMorphism
‣ UniqueMorphism( A, B )( operation )

Returns: a CAP morphism

Construct the unique morphism with source A and target B.

1.3 Operations

1.3-1 AreIsomorphicForObjectsIfIsHomSetInhabited
‣ AreIsomorphicForObjectsIfIsHomSetInhabited( A, B )( operation )

Returns: true or false

Check if A is isomorphic to B under the assumption that there exists a morphism from A to B, i.e., if A is known to be less or equal to B w.r.t. the preorder.

1.4 Add-methods

1.4-1 AddAreIsomorphicForObjectsIfIsHomSetInhabited
‣ AddAreIsomorphicForObjectsIfIsHomSetInhabited( C, F )( operation )

Returns: nothing

The arguments are a category \(C\) and a function \(F\). This operation adds the given function \(F\) to the category for the basic operation AreIsomorphicForObjectsIfIsHomSetInhabited. \(F: ( arg2, arg3 ) \mapsto \mathtt{AreIsomorphicForObjectsIfIsHomSetInhabited}(arg2, arg3)\).

1.4-2 AddUniqueMorphism
‣ AddUniqueMorphism( C, F )( operation )

Returns: nothing

The arguments are a category \(C\) and a function \(F\). This operation adds the given function \(F\) to the category for the basic operation UniqueMorphism. \(F: ( arg2, arg3 ) \mapsto \mathtt{UniqueMorphism}(arg2, arg3)\).

1.5 GAP Categories

1.5-1 IsObjectInThinCategory
‣ IsObjectInThinCategory( object )( filter )

Returns: true or false

The GAP category of objects in a thin CAP category.

1.5-2 IsMorphismInThinCategory
‣ IsMorphismInThinCategory( morphism )( filter )

Returns: true or false

The GAP category of morphisms in a thin CAP category.

Prosets are thin categories, i.e., each Hom-set is either a singleton or empty.

1.6 GAP Properties

1.6-1 IsThinCategory
‣ IsThinCategory( C )( property )

Returns: true or false

The property of C being a thin CAP category.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 Ind

generated by GAPDoc2HTML