1

Suppose $G$ is a finite abelian group with order $n$, and $d$ is the number of its subgroups, my question is can we conclude that $d<n$?

I have to remind that, the subgroup of a product finite abelian group is not as the form of the product of subgroups respectively. For details, see

Subgroups of a direct product

In this link, $d(Z/p^2Z \times Z/p^2Z)=p^2+3p+5$, this should smaller than $p^4$.

But for the general case, I have no idea. Any bound would be appreciated.

Vector
  • 275
  • 2
    The Klein 4-group has four elements, and five subgroups: the trivial subgroup, three subgroups of order $2$, and the whole group. – Arturo Magidin Dec 24 '21 at 06:27

1 Answers1

2

For the first question, generally not. The group $(\mathbb Z/2\mathbb Z)^n$ has $$\frac{(2^n-1)(2^{n-1}-1)}3$$ subgroups of order $4$, which grows much more quickly than $2^n$.

To give a guess as what the answer to the second should look like, one can count the subgroups of $(\mathbb Z/2\mathbb Z)^n$ explicitly. They are in bijection with the (hyper)planes in $\mathbb F_2^n$ passing through $0$. Such a hyperplane of dimension $k$ is defined by $k$ linearly independent vectors in $\mathbb F_2^n$, which we may choose in $$(2^n-1)\cdots (2^n-2^{k-1})$$ ways; the number of ways to choose such vectors given the hyperplane is $$(2^k-1)\cdots (2^k-2^{k-1}),$$ and so the total number of subgroups of $(\mathbb Z/2\mathbb Z)^n$ is (taking out the factors of $2$) $$\sum_{k=0}^n \frac{(2^n-1)(2^{n-1}-1)\cdots (2^{n-k+1}-1)}{(2^k-1)(2^{k-1}-1)\cdots (2^1-1)}.$$ This sequence is on OEIS. The largest term in the above sum is around $k=n/2$, and all other terms are much smaller, so one can show that this number is around $2^{n^2/4}$.

So, if $G$ is abelian of order $N$, it might have at least $N^{\log_2 N/4}$ subgroups. I suspect that this group has the largest number of subgroups over all groups of similar order, asymptotically, but I haven't proven this.

  • Thanks for your answer. Is there has any bound for $S_N$, I am thinking if we regard the group $G$ as a subgroup of $S_N$, can we get a large bound? And is there any trivial bound for finite abelian group? – Vector Dec 24 '21 at 06:34
  • I found a paper, it said $d<n^{log_{2} ^n}$ – Vector Dec 24 '21 at 06:59
  • I find this paper in a MSO's answer, the paper's name is "Maximal subgroups in finite and profinite groups" – Vector Dec 24 '21 at 07:02
  • https://mathoverflow.net/questions/132675/general-bound-for-the-number-of-subgroups-of-a-finite-group – Vector Dec 24 '21 at 07:03
  • @Vector Good find! I'm guessing this includes about all there is to be known about your question. – Carl Schildkraut Dec 24 '21 at 09:20