Mohamed Barakat
Mohamed Barakat
```julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | |...
I will collect here some remarks on the Gröbner basics (`std`, `liftstd`, `lift`, `syz`, ...) in `Singular`'s subsystem `Plural`. These remarks might be helpful for designing the interaction between the...
On macOS ``` $ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for...
and use it to derive TensorProductToInternalHom*AdjunctMorphismWithGivenInternalHom this means that the counit (=evaluation) is enough to derive the entire Hom-tensor adjunction
I assume this is intended: After: ```gap gap> LoadPackage( "GradedModulePresentationsForCAP", false ); true gap> IsPackageMarkedForLoading( "FreydCategoriesForCAP", ">= 0" ); false ``` Before: ```gap gap> LoadPackage( "GradedModulePresentationsForCAP", false ); true gap>...
Currently, we are supporting the adjunction (- ⊗ b) ⊢ hom(b,-). When specialized to ⊗ = × in the context of `SkeletalFinSets` it yields, as expected, an isomorphism Hom(a ×...
Avoid race conditions between resolving methods installed via `InstallMethodForCompilerForCAP` as functions and resolving attributes of categories as global variables. See https://github.com/homalg-project/CategoricalTowers/pull/207#discussion_r1193400995
Preparing for the upcoming `PreComposeList`-PR.