Hi Amit, what trouble are you having with the GAP library exactly? Their reference manual is here: https://www.gap-system.org/Manuals/doc/ref/chap0.html and the main website has a section on how to install it.
Checking if a given homomorphism is in fact an isomorphism is already possible (though determining if a general map is a homomorphism would probably be tricky in some cases). The task now is to determine if there exists an isomorphism between two given groups and, if so, try to find one. This is difficult in general. The handbook talks a bit about random isomorphism testing in chapter 11 I think. As for kernels of homomorphism with infinite domains, do you have any ideas on computing normal subgroups of infinite groups? If we had an efficient algorithm for finding normal subgroups, we could determine if a given normal subgroup is part of the kernel but checking if its generators are in the kernel, but this still doesn't tell us if this normal subgroup is the whole of the kernel. Also, some subgroups may have infinitely many generators. On Monday, 12 March 2018 19:30:04 UTC+3, AJ wrote: > > Hello everyone, > > I'm Amit Jana. Currently I'm a first year PhD student in cryptology and > security at Indian Statistical Institute, Kolkata. Before that, I did my > B.Sc and M.Sc in Mathematics under Vidyasagar Univercity and also did > M.Tech in computer science at Indian Statistical Institute, Kolkata. > > I'm very much interested to collaborate on algorithmic implementations of > group theoretical problems that are mentioned in this project. For > example, As we know, to find the kernels of a homomorphisms with infinite > domains, one possible way may be to find the normal subgroup of the > group(domain of the homomorphism) in an efficient way. Also to decide the > isomorphisms of the groups, we have to check only two conditions as 1. > checking the homomorphism property 2. Bijection (In another way if we can > check efficiently that the kernel of this homomorphism is only the > identity). I'm following your above mentioned book "*Handbook of > Computational Group Theory*". > > But I don't understand how to start/follow the GAP library to learn about > the previous works. Would you please recommend me? > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/a82b3d5e-2fba-473c-913d-e70b3b9e47de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
