Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some feedback (DO NOT MERGE) #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fingolfin
Copy link
Member

No description provided.

@@ -272,6 +273,7 @@ InstallGlobalFunction(LINS_FindPModules, function(gr, rH, p, opts)
IH := Image(Iso);

# Create the Isomorphism to the group structure of the `p`-Module `M`
# TODO: have you considered using anupq here instead of PQuotient?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No I haven't considered it. Didn't know it existed. Thanks for the hint :)

@@ -46,7 +46,7 @@ end);
## returns the size of the group $GL(s, p)$.
#############################################################################

BindGlobal("LINS_OGL", function(s, p)
BindGlobal("LINS_OGL", function(s, p) # TODO: could use GAP function SizeGL instead (it is not listed in the reference manual; maybe it should be...)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know

@@ -113,6 +113,7 @@ InstallGlobalFunction(LINS_MustCheckP, function(rH, n, p)
od;

# maximal integer $s$ such that $[G : H] * p ^ s <= n$
# TODO: isn't this just `s := LogInt(n/index, p);` ?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but my brain stopped working at this line of code 🤦

@@ -412,6 +414,9 @@ InstallGlobalFunction(LINS_FindPQuotients, function(gr, rH, primes, opts)
if p > n / Index(rH) then
break;
fi;
# TODO: note that group Q will have a non-trivial p-quotient
# iff 0 or p is in AbelianInvariants(Q)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not quite right, as also a power of p might be in the AbelianInvariants`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants