@@ -1760,6 +1760,7 @@ DeclareOperation( "IsomorphismFromEqualizerOfDirectProductDiagramToFiberProduct"
17601760 [ IsList ] );
17611761
17621762# ! @Description
1763+ # ! This is a convenience method.
17631764# ! The argument is a list of morphisms $D = ( \beta_i: P_i \rightarrow B )_{i = 1 \dots n}$.
17641765# ! The output is the natural embedding
17651766# ! $\mathrm{FiberProduct}(D) \rightarrow \prod_{i=1}^n P_i$.
@@ -1768,6 +1769,7 @@ DeclareOperation( "IsomorphismFromEqualizerOfDirectProductDiagramToFiberProduct"
17681769DeclareOperation( " FiberProductEmbeddingInDirectProduct" ,
17691770 [ IsList ] );
17701771# ! @Description
1772+ # ! This is a convenience method.
17711773# ! The argument is a list of morphisms $D = ( \beta_i: P_i \rightarrow B )_{i = 1 \dots n}$.
17721774# ! The output is the natural embedding
17731775# ! $\mathrm{FiberProduct}(D) \rightarrow \bigoplus_{i=1}^n P_i$.
@@ -1967,6 +1969,7 @@ DeclareOperation( "IsomorphismFromCoequalizerOfCoproductDiagramToPushout",
19671969 [ IsList ] );
19681970
19691971# ! @Description
1972+ # ! This is a convenience method.
19701973# ! The argument is a list of morphisms $D = ( \beta_i: B \rightarrow I_i )_{i = 1 \dots n}$.
19711974# ! The output is the natural projection
19721975# ! $\bigsqcup_{i=1}^n I_i \rightarrow \mathrm{Pushout}(D)$.
@@ -1976,6 +1979,7 @@ DeclareOperation( "PushoutProjectionFromCoproduct",
19761979 [ IsList ] );
19771980
19781981# ! @Description
1982+ # ! This is a convenience method.
19791983# ! The argument is a list of morphisms $D = ( \beta_i: B \rightarrow I_i )_{i = 1 \dots n}$.
19801984# ! The output is the natural projection
19811985# ! $\bigoplus_{i=1}^n I_i \rightarrow \mathrm{Pushout}(D)$.
0 commit comments