Goto Chapter: Top 1 2 3 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

1 Slice categories
 1.1 GAP categories
 1.2 Global variables
 1.3 Attributes
 1.4 Constructors
 1.5 Operations

1 Slice categories

1.1 GAP categories

1.1-1 IsSliceCategory
‣ IsSliceCategory( arg )( category )

Returns: true or false

The GAP category of a slice category.

1.1-2 IsCellInASliceCategory
‣ IsCellInASliceCategory( arg )( category )

Returns: true or false

The GAP category of cells in a slice category.

1.1-3 IsObjectInASliceCategory
‣ IsObjectInASliceCategory( arg )( category )

Returns: true or false

The GAP category of objects in a slice category.

1.1-4 IsMorphismInASliceCategory
‣ IsMorphismInASliceCategory( arg )( category )

Returns: true or false

The GAP category of morphisms in a slice category.

1.1-5 IsSliceCategoryOverTensorUnit
‣ IsSliceCategoryOverTensorUnit( arg )( category )

Returns: true or false

The GAP category of a slice category over the tensor unit.

1.1-6 IsCellInSliceCategoryOverTensorUnit
‣ IsCellInSliceCategoryOverTensorUnit( arg )( category )

Returns: true or false

The GAP category of cells in a slice category over the tensor unit.

1.1-7 IsObjectInSliceCategoryOverTensorUnit
‣ IsObjectInSliceCategoryOverTensorUnit( arg )( category )

Returns: true or false

The GAP category of objects in a slice category over the tensor unit.

1.1-8 IsMorphismInSliceCategoryOverTensorUnit
‣ IsMorphismInSliceCategoryOverTensorUnit( arg )( category )

Returns: true or false

The GAP category of morphisms in a slice category over the tensor unit.

1.2 Global variables

1.2-1 CAP_INTERNAL_METHOD_NAME_LIST_FOR_SLICE_CATEGORY
‣ CAP_INTERNAL_METHOD_NAME_LIST_FOR_SLICE_CATEGORY( global variable )

1.3 Attributes

1.3-1 AmbientCategory
‣ AmbientCategory( S )( attribute )

Returns: a list

The ambient category of the slice category S.

1.3-2 BaseObject
‣ BaseObject( S )( attribute )

Returns: a CAP object

The base object of the slice category S.

1.3-3 BaseObject
‣ BaseObject( cell )( attribute )

Returns: a CAP object

The base object underlying cell.

1.3-4 UnderlyingMorphism
‣ UnderlyingMorphism( obj )( attribute )

Returns: a CAP morphism

The morphism in the ambient category underlying the slice category object obj.

1.3-5 SourceOfUnderlyingMorphism
‣ SourceOfUnderlyingMorphism( obj )( attribute )

Returns: a CAP object

The source of the morphism in the ambient category underlying the slice category object obj.

1.3-6 UnderlyingCell
‣ UnderlyingCell( mor )( attribute )

Returns: a CAP mor

The cell in the ambient category underlying the slice category morphism mor.

1.3-7 InclusionFunctor
‣ InclusionFunctor( S )( attribute )

Returns: a functor

The natural embedding functor from S to AmbientCategory(S).

1.3-8 DualOverTensorUnit
‣ DualOverTensorUnit( J )( attribute )

Returns: a CAP morphism

The argument is an object J \colon j \rightarrow 1 in the slice category S over the tensor unit. The output is the dual morphism J^\vee \colon 1 \rightarrow \mathrm{\underline{Hom}}(j,1) in the ambient category of S.

1.4 Constructors

1.4-1 AsSliceCategoryCell
‣ AsSliceCategoryCell( mor, S )( operation )

1.4-2 /
‣ /( mor, S )( operation )

1.4-3 AsSliceCategoryCell
‣ AsSliceCategoryCell( A, mor, B )( operation )

1.5 Operations

1.5-1 MorphismFromCovariantArgumentOfInternalHom
‣ MorphismFromCovariantArgumentOfInternalHom( J, I )( operation )

Returns: a morphism

The natural morphism I \to \mathrm{\underline{Hom}}(J,I), where I and J are objects in a slice category over the tensor unit.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 Ind

generated by GAPDoc2HTML