Let $K_{(m,n)}$ be the complete bipartite graph with partitions of size $m$ and $n$. How many spanning subgraphs does $K_{(m,n)}$ have?
I found a similar question asked here:
and one of the suggestion is to use the Polya Enumeration Theorem or the Burnside Lemma to find the number of spanning subgraphs.
I'm not that familiar with the theorems mentioned so I studied them but I'm still not sure how to apply them to the problem.
My idea is since there are $mn$ edges in $K_{(m,n)}$, I can just color them by white or black. Every coloring of the edges will produce a spanning subgraph. The problem now is that some may be isomorphic to each other. To apply PET I need to have a permutation group. There lies my problem now. What group should I use?
Hoping for some hints or ideas. Thank you!