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] 

13 Add Functions
 13.1 Available Add functions

  13.1-1 AddBiasedWeakFiberProduct

  13.1-2 AddBiasedWeakPushout

  13.1-3 AddDirectSumMorphismToWeakBiPushout

  13.1-4 AddInjectionOfBiasedWeakPushout

  13.1-5 AddInjectionOfBiasedWeakPushoutWithGivenBiasedWeakPushout

  13.1-6 AddInjectionOfFirstCofactorOfWeakBiPushout

  13.1-7 AddInjectionOfFirstCofactorOfWeakBiPushoutWithGivenWeakBiPushout

  13.1-8 AddInjectionOfSecondCofactorOfWeakBiPushout

  13.1-9 AddInjectionOfSecondCofactorOfWeakBiPushoutWithGivenWeakBiPushout

  13.1-10 AddProjectionInFirstFactorOfWeakBiFiberProduct

  13.1-11 AddProjectionInFirstFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct

  13.1-12 AddProjectionInSecondFactorOfWeakBiFiberProduct

  13.1-13 AddProjectionInSecondFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct

  13.1-14 AddProjectionOfBiasedWeakFiberProduct

  13.1-15 AddProjectionOfBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct

  13.1-16 AddUniversalMorphismFromBiasedWeakPushout

  13.1-17 AddUniversalMorphismFromBiasedWeakPushoutWithGivenBiasedWeakPushout

  13.1-18 AddUniversalMorphismFromWeakBiPushout

  13.1-19 AddUniversalMorphismFromWeakBiPushoutWithGivenWeakBiPushout

  13.1-20 AddUniversalMorphismIntoBiasedWeakFiberProduct

  13.1-21 AddUniversalMorphismIntoBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct

  13.1-22 AddUniversalMorphismIntoWeakBiFiberProduct

  13.1-23 AddUniversalMorphismIntoWeakBiFiberProductWithGivenWeakBiFiberProduct

  13.1-24 AddWeakBiFiberProduct

  13.1-25 AddWeakBiFiberProductMorphismToDirectSum

  13.1-26 AddWeakBiPushout

  13.1-27 AddWeakCokernelColift

  13.1-28 AddWeakCokernelColiftWithGivenWeakCokernelObject

  13.1-29 AddWeakCokernelObject

  13.1-30 AddWeakCokernelProjection

  13.1-31 AddWeakCokernelProjectionWithGivenWeakCokernelObject

  13.1-32 AddWeakKernelEmbedding

  13.1-33 AddWeakKernelEmbeddingWithGivenWeakKernelObject

  13.1-34 AddWeakKernelLift

  13.1-35 AddWeakKernelLiftWithGivenWeakKernelObject

  13.1-36 AddWeakKernelObject

13 Add Functions

13.1 Available Add functions

13.1-1 AddBiasedWeakFiberProduct
‣ AddBiasedWeakFiberProduct( C, F )( operation )
‣ AddBiasedWeakFiberProduct( C, F, weight )( 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 BiasedWeakFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( arg2, arg3 ) \mapsto \mathtt{BiasedWeakFiberProduct}(arg2, arg3)\).

13.1-2 AddBiasedWeakPushout
‣ AddBiasedWeakPushout( C, F )( operation )
‣ AddBiasedWeakPushout( C, F, weight )( 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 BiasedWeakPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( arg2, arg3 ) \mapsto \mathtt{BiasedWeakPushout}(arg2, arg3)\).

13.1-3 AddDirectSumMorphismToWeakBiPushout
‣ AddDirectSumMorphismToWeakBiPushout( C, F )( operation )
‣ AddDirectSumMorphismToWeakBiPushout( C, F, weight )( 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 DirectSumMorphismToWeakBiPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha, beta ) \mapsto \mathtt{DirectSumMorphismToWeakBiPushout}(alpha, beta)\).

13.1-4 AddInjectionOfBiasedWeakPushout
‣ AddInjectionOfBiasedWeakPushout( C, F )( operation )
‣ AddInjectionOfBiasedWeakPushout( C, F, weight )( 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 InjectionOfBiasedWeakPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b ) \mapsto \mathtt{InjectionOfBiasedWeakPushout}(a, b)\).

13.1-5 AddInjectionOfBiasedWeakPushoutWithGivenBiasedWeakPushout
‣ AddInjectionOfBiasedWeakPushoutWithGivenBiasedWeakPushout( C, F )( operation )
‣ AddInjectionOfBiasedWeakPushoutWithGivenBiasedWeakPushout( C, F, weight )( 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 InjectionOfBiasedWeakPushoutWithGivenBiasedWeakPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, P ) \mapsto \mathtt{InjectionOfBiasedWeakPushoutWithGivenBiasedWeakPushout}(a, b, P)\).

13.1-6 AddInjectionOfFirstCofactorOfWeakBiPushout
‣ AddInjectionOfFirstCofactorOfWeakBiPushout( C, F )( operation )
‣ AddInjectionOfFirstCofactorOfWeakBiPushout( C, F, weight )( 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 InjectionOfFirstCofactorOfWeakBiPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b ) \mapsto \mathtt{InjectionOfFirstCofactorOfWeakBiPushout}(a, b)\).

13.1-7 AddInjectionOfFirstCofactorOfWeakBiPushoutWithGivenWeakBiPushout
‣ AddInjectionOfFirstCofactorOfWeakBiPushoutWithGivenWeakBiPushout( C, F )( operation )
‣ AddInjectionOfFirstCofactorOfWeakBiPushoutWithGivenWeakBiPushout( C, F, weight )( 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 InjectionOfFirstCofactorOfWeakBiPushoutWithGivenWeakBiPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, P ) \mapsto \mathtt{InjectionOfFirstCofactorOfWeakBiPushoutWithGivenWeakBiPushout}(a, b, P)\).

13.1-8 AddInjectionOfSecondCofactorOfWeakBiPushout
‣ AddInjectionOfSecondCofactorOfWeakBiPushout( C, F )( operation )
‣ AddInjectionOfSecondCofactorOfWeakBiPushout( C, F, weight )( 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 InjectionOfSecondCofactorOfWeakBiPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b ) \mapsto \mathtt{InjectionOfSecondCofactorOfWeakBiPushout}(a, b)\).

13.1-9 AddInjectionOfSecondCofactorOfWeakBiPushoutWithGivenWeakBiPushout
‣ AddInjectionOfSecondCofactorOfWeakBiPushoutWithGivenWeakBiPushout( C, F )( operation )
‣ AddInjectionOfSecondCofactorOfWeakBiPushoutWithGivenWeakBiPushout( C, F, weight )( 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 InjectionOfSecondCofactorOfWeakBiPushoutWithGivenWeakBiPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, P ) \mapsto \mathtt{InjectionOfSecondCofactorOfWeakBiPushoutWithGivenWeakBiPushout}(a, b, P)\).

13.1-10 AddProjectionInFirstFactorOfWeakBiFiberProduct
‣ AddProjectionInFirstFactorOfWeakBiFiberProduct( C, F )( operation )
‣ AddProjectionInFirstFactorOfWeakBiFiberProduct( C, F, weight )( 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 ProjectionInFirstFactorOfWeakBiFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b ) \mapsto \mathtt{ProjectionInFirstFactorOfWeakBiFiberProduct}(a, b)\).

13.1-11 AddProjectionInFirstFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct
‣ AddProjectionInFirstFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct( C, F )( operation )
‣ AddProjectionInFirstFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct( C, F, weight )( 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 ProjectionInFirstFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, P ) \mapsto \mathtt{ProjectionInFirstFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct}(a, b, P)\).

13.1-12 AddProjectionInSecondFactorOfWeakBiFiberProduct
‣ AddProjectionInSecondFactorOfWeakBiFiberProduct( C, F )( operation )
‣ AddProjectionInSecondFactorOfWeakBiFiberProduct( C, F, weight )( 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 ProjectionInSecondFactorOfWeakBiFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b ) \mapsto \mathtt{ProjectionInSecondFactorOfWeakBiFiberProduct}(a, b)\).

13.1-13 AddProjectionInSecondFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct
‣ AddProjectionInSecondFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct( C, F )( operation )
‣ AddProjectionInSecondFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct( C, F, weight )( 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 ProjectionInSecondFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, P ) \mapsto \mathtt{ProjectionInSecondFactorOfWeakBiFiberProductWithGivenWeakBiFiberProduct}(a, b, P)\).

13.1-14 AddProjectionOfBiasedWeakFiberProduct
‣ AddProjectionOfBiasedWeakFiberProduct( C, F )( operation )
‣ AddProjectionOfBiasedWeakFiberProduct( C, F, weight )( 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 ProjectionOfBiasedWeakFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b ) \mapsto \mathtt{ProjectionOfBiasedWeakFiberProduct}(a, b)\).

13.1-15 AddProjectionOfBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct
‣ AddProjectionOfBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct( C, F )( operation )
‣ AddProjectionOfBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct( C, F, weight )( 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 ProjectionOfBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, P ) \mapsto \mathtt{ProjectionOfBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct}(a, b, P)\).

13.1-16 AddUniversalMorphismFromBiasedWeakPushout
‣ AddUniversalMorphismFromBiasedWeakPushout( C, F )( operation )
‣ AddUniversalMorphismFromBiasedWeakPushout( C, F, weight )( 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 UniversalMorphismFromBiasedWeakPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, t ) \mapsto \mathtt{UniversalMorphismFromBiasedWeakPushout}(a, b, t)\).

13.1-17 AddUniversalMorphismFromBiasedWeakPushoutWithGivenBiasedWeakPushout
‣ AddUniversalMorphismFromBiasedWeakPushoutWithGivenBiasedWeakPushout( C, F )( operation )
‣ AddUniversalMorphismFromBiasedWeakPushoutWithGivenBiasedWeakPushout( C, F, weight )( 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 UniversalMorphismFromBiasedWeakPushoutWithGivenBiasedWeakPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, t, P ) \mapsto \mathtt{UniversalMorphismFromBiasedWeakPushoutWithGivenBiasedWeakPushout}(a, b, t, P)\).

13.1-18 AddUniversalMorphismFromWeakBiPushout
‣ AddUniversalMorphismFromWeakBiPushout( C, F )( operation )
‣ AddUniversalMorphismFromWeakBiPushout( C, F, weight )( 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 UniversalMorphismFromWeakBiPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, t, s ) \mapsto \mathtt{UniversalMorphismFromWeakBiPushout}(a, b, t, s)\).

13.1-19 AddUniversalMorphismFromWeakBiPushoutWithGivenWeakBiPushout
‣ AddUniversalMorphismFromWeakBiPushoutWithGivenWeakBiPushout( C, F )( operation )
‣ AddUniversalMorphismFromWeakBiPushoutWithGivenWeakBiPushout( C, F, weight )( 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 UniversalMorphismFromWeakBiPushoutWithGivenWeakBiPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, t, s, P ) \mapsto \mathtt{UniversalMorphismFromWeakBiPushoutWithGivenWeakBiPushout}(a, b, t, s, P)\).

13.1-20 AddUniversalMorphismIntoBiasedWeakFiberProduct
‣ AddUniversalMorphismIntoBiasedWeakFiberProduct( C, F )( operation )
‣ AddUniversalMorphismIntoBiasedWeakFiberProduct( C, F, weight )( 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 UniversalMorphismIntoBiasedWeakFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, t ) \mapsto \mathtt{UniversalMorphismIntoBiasedWeakFiberProduct}(a, b, t)\).

13.1-21 AddUniversalMorphismIntoBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct
‣ AddUniversalMorphismIntoBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct( C, F )( operation )
‣ AddUniversalMorphismIntoBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct( C, F, weight )( 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 UniversalMorphismIntoBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, t, P ) \mapsto \mathtt{UniversalMorphismIntoBiasedWeakFiberProductWithGivenBiasedWeakFiberProduct}(a, b, t, P)\).

13.1-22 AddUniversalMorphismIntoWeakBiFiberProduct
‣ AddUniversalMorphismIntoWeakBiFiberProduct( C, F )( operation )
‣ AddUniversalMorphismIntoWeakBiFiberProduct( C, F, weight )( 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 UniversalMorphismIntoWeakBiFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, t, s ) \mapsto \mathtt{UniversalMorphismIntoWeakBiFiberProduct}(a, b, t, s)\).

13.1-23 AddUniversalMorphismIntoWeakBiFiberProductWithGivenWeakBiFiberProduct
‣ AddUniversalMorphismIntoWeakBiFiberProductWithGivenWeakBiFiberProduct( C, F )( operation )
‣ AddUniversalMorphismIntoWeakBiFiberProductWithGivenWeakBiFiberProduct( C, F, weight )( 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 UniversalMorphismIntoWeakBiFiberProductWithGivenWeakBiFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( a, b, t, s, P ) \mapsto \mathtt{UniversalMorphismIntoWeakBiFiberProductWithGivenWeakBiFiberProduct}(a, b, t, s, P)\).

13.1-24 AddWeakBiFiberProduct
‣ AddWeakBiFiberProduct( C, F )( operation )
‣ AddWeakBiFiberProduct( C, F, weight )( 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 WeakBiFiberProduct. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( arg2, arg3 ) \mapsto \mathtt{WeakBiFiberProduct}(arg2, arg3)\).

13.1-25 AddWeakBiFiberProductMorphismToDirectSum
‣ AddWeakBiFiberProductMorphismToDirectSum( C, F )( operation )
‣ AddWeakBiFiberProductMorphismToDirectSum( C, F, weight )( 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 WeakBiFiberProductMorphismToDirectSum. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha, beta ) \mapsto \mathtt{WeakBiFiberProductMorphismToDirectSum}(alpha, beta)\).

13.1-26 AddWeakBiPushout
‣ AddWeakBiPushout( C, F )( operation )
‣ AddWeakBiPushout( C, F, weight )( 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 WeakBiPushout. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( arg2, arg3 ) \mapsto \mathtt{WeakBiPushout}(arg2, arg3)\).

13.1-27 AddWeakCokernelColift
‣ AddWeakCokernelColift( C, F )( operation )
‣ AddWeakCokernelColift( C, F, weight )( 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 WeakCokernelColift. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha, tau ) \mapsto \mathtt{WeakCokernelColift}(alpha, tau)\).

13.1-28 AddWeakCokernelColiftWithGivenWeakCokernelObject
‣ AddWeakCokernelColiftWithGivenWeakCokernelObject( C, F )( operation )
‣ AddWeakCokernelColiftWithGivenWeakCokernelObject( C, F, weight )( 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 WeakCokernelColiftWithGivenWeakCokernelObject. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha, tau, K ) \mapsto \mathtt{WeakCokernelColiftWithGivenWeakCokernelObject}(alpha, tau, K)\).

13.1-29 AddWeakCokernelObject
‣ AddWeakCokernelObject( C, F )( operation )
‣ AddWeakCokernelObject( C, F, weight )( 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 WeakCokernelObject. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( arg2 ) \mapsto \mathtt{WeakCokernelObject}(arg2)\).

13.1-30 AddWeakCokernelProjection
‣ AddWeakCokernelProjection( C, F )( operation )
‣ AddWeakCokernelProjection( C, F, weight )( 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 WeakCokernelProjection. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha ) \mapsto \mathtt{WeakCokernelProjection}(alpha)\).

13.1-31 AddWeakCokernelProjectionWithGivenWeakCokernelObject
‣ AddWeakCokernelProjectionWithGivenWeakCokernelObject( C, F )( operation )
‣ AddWeakCokernelProjectionWithGivenWeakCokernelObject( C, F, weight )( 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 WeakCokernelProjectionWithGivenWeakCokernelObject. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha, K ) \mapsto \mathtt{WeakCokernelProjectionWithGivenWeakCokernelObject}(alpha, K)\).

13.1-32 AddWeakKernelEmbedding
‣ AddWeakKernelEmbedding( C, F )( operation )
‣ AddWeakKernelEmbedding( C, F, weight )( 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 WeakKernelEmbedding. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha ) \mapsto \mathtt{WeakKernelEmbedding}(alpha)\).

13.1-33 AddWeakKernelEmbeddingWithGivenWeakKernelObject
‣ AddWeakKernelEmbeddingWithGivenWeakKernelObject( C, F )( operation )
‣ AddWeakKernelEmbeddingWithGivenWeakKernelObject( C, F, weight )( 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 WeakKernelEmbeddingWithGivenWeakKernelObject. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha, K ) \mapsto \mathtt{WeakKernelEmbeddingWithGivenWeakKernelObject}(alpha, K)\).

13.1-34 AddWeakKernelLift
‣ AddWeakKernelLift( C, F )( operation )
‣ AddWeakKernelLift( C, F, weight )( 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 WeakKernelLift. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha, tau ) \mapsto \mathtt{WeakKernelLift}(alpha, tau)\).

13.1-35 AddWeakKernelLiftWithGivenWeakKernelObject
‣ AddWeakKernelLiftWithGivenWeakKernelObject( C, F )( operation )
‣ AddWeakKernelLiftWithGivenWeakKernelObject( C, F, weight )( 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 WeakKernelLiftWithGivenWeakKernelObject. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( alpha, tau, K ) \mapsto \mathtt{WeakKernelLiftWithGivenWeakKernelObject}(alpha, tau, K)\).

13.1-36 AddWeakKernelObject
‣ AddWeakKernelObject( C, F )( operation )
‣ AddWeakKernelObject( C, F, weight )( 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 WeakKernelObject. Optionally, a weight (default: 100) can be specified which should roughly correspond to the computational complexity of the function (lower weight = less complex = faster execution). \(F: ( arg2 ) \mapsto \mathtt{WeakKernelObject}(arg2)\).

 [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