Sudokus as composition tables of finite groupsGroups of order $n^2$ that have no subgroup of order $n$Does...
Doubts in understanding some concepts of potential energy
Windows Server Datacenter Edition - Unlimited Virtual Machines
Specifying a starting column with colortbl package and xcolor
How many characters using PHB rules does it take to be able to have access to any PHB spell at the start of an adventuring day?
Trig Subsitution When There's No Square Root
Would an aboleth's Phantasmal Force lair action be affected by Counterspell, Dispel Magic, and/or Slow?
Haman going to the second feast dirty
How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?
What is the generally accepted pronunciation of “topoi”?
Why does cron require MTA for logging?
Power Strip for Europe
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
Why do we say ‘pairwise disjoint’, rather than ‘disjoint’?
How do spaceships determine each other's mass in space?
How can I manipulate the output of Information?
Conservation of Mass and Energy
Doesn't allowing a user mode program to access kernel space memory and execute the IN and OUT instructions defeat the purpose of having CPU modes?
How can I get players to focus on the story aspect of D&D?
How does Ehrenfest's theorem apply to the quantum harmonic oscillator?
Does Christianity allow for believing on someone else's behalf?
Do I really need to have a scientific explanation for my premise?
For which categories of spectra is there an explicit description of the fibrant objects via lifting properties?
Source permutation
When Schnorr signatures are part of Bitcoin will it be possible validate each block with only one signature validation?
Sudokus as composition tables of finite groups
Groups of order $n^2$ that have no subgroup of order $n$Does having exactly one of each element in every row and column of a Cayley table ensure that it’s a groupGroups of order $n^2$ with no subgroup of order $n$Finite abelian groups and subgroups.Sudoku with special propertiesIs a Sudoku a Cayley table for a group?Necessary conditions for a Sudoku puzzle to have no repetitionsSudoku: What is the relationship between minimum number of clues and order n?Column sum of character tableis there any size $Ncdot N$Sudoku Puzzle where the smaller $sqrt Ncdotsqrt N$ squares all form magic squaresMath formula to calculate inner square top left corner in a Sudoku's squareUnderstanding cyclic groups with Cayley tablesEquation to locate a square in a square
$begingroup$
If $G$ is a finite group then the composition table of $G$ is a latin square (ie, each row and column contains each group element exactly once).
Assume now that $|G| = n^2$ for some natural number $n$. We can then split the composition table for $G$ into $n^2$ $ntimes n$ squares, and we can ask whether the resulting table is a solved sudoku (of size $n^2times n^2$ rather than the usual $9times 9$).
When making the composition table for $G$, there are two choices to be made. One is the ordering of the elements for the rows, and the other is an ordering of the elements for the columns. By looking at the row and column corresponding to the identity, one can see that if we pick the same ordering for rows and columns, then the composition table cannot be a sudoku (if we label the entries in the composition table as $a_{i,j}$ and the row/column corresponding to the identity is $k$ then we have $a_{k-1,k} = a_{k,k-1}$ and $a_{k+1,k} = a_{k,k+1}$ and at least one of these pairs belong to the same $ntimes n$ square).
If $G$ is cyclic, then we can indeed make the composition table a sudoku as follows: Write $G = {0,1,dots ,n^2 - 1}$ (identified with the integers mod $n^2$). Order the columns in the natural way (ie, in increasing order with the chosen representatives), and order the rows in blocks of $n$ such that in each block, the difference between consecutive terms is $n$ (so each block consists of those elements with a given residue mod $n$ in increasing order).
For the non-cyclic group of order $4$, it is also possible (it is easy to do by trial and error). For the non-cyclic group of order $9$, it is again possible, but it takes a while to find some orderings that work. Ones that work are as follows: Let the group be generated by two elements $a$ and $b$ and order the columns as $1,ab,a^2b^2,a,b^2,a^2b,a^2,ab^2,b$ and the rows as $1,a,b,ab,a^2,b^2,a^2b,ab^2,a^2b^2$.
My question is: For what groups is it possible to find orderings of the rows and columns that turn the composition table into a sudoku?
Edit: Note that if this is possible for some group $G$ then each of those $ntimes n$ squares correspond to a pair of subsets $A,Bsubseteq G$, each of size $n$, such that $AB = G$.
In fact, it is possible iff there are subsets $A_i$ and $B_i$ of $G$ all of size $n$ such that $$G = bigcup_{i=1}^n A_i = bigcup_{i=1}^n B_i$$ and such that for all $i,j$ we have $A_iB_j = G$.
group-theory finite-groups sudoku
$endgroup$
add a comment |
$begingroup$
If $G$ is a finite group then the composition table of $G$ is a latin square (ie, each row and column contains each group element exactly once).
Assume now that $|G| = n^2$ for some natural number $n$. We can then split the composition table for $G$ into $n^2$ $ntimes n$ squares, and we can ask whether the resulting table is a solved sudoku (of size $n^2times n^2$ rather than the usual $9times 9$).
When making the composition table for $G$, there are two choices to be made. One is the ordering of the elements for the rows, and the other is an ordering of the elements for the columns. By looking at the row and column corresponding to the identity, one can see that if we pick the same ordering for rows and columns, then the composition table cannot be a sudoku (if we label the entries in the composition table as $a_{i,j}$ and the row/column corresponding to the identity is $k$ then we have $a_{k-1,k} = a_{k,k-1}$ and $a_{k+1,k} = a_{k,k+1}$ and at least one of these pairs belong to the same $ntimes n$ square).
If $G$ is cyclic, then we can indeed make the composition table a sudoku as follows: Write $G = {0,1,dots ,n^2 - 1}$ (identified with the integers mod $n^2$). Order the columns in the natural way (ie, in increasing order with the chosen representatives), and order the rows in blocks of $n$ such that in each block, the difference between consecutive terms is $n$ (so each block consists of those elements with a given residue mod $n$ in increasing order).
For the non-cyclic group of order $4$, it is also possible (it is easy to do by trial and error). For the non-cyclic group of order $9$, it is again possible, but it takes a while to find some orderings that work. Ones that work are as follows: Let the group be generated by two elements $a$ and $b$ and order the columns as $1,ab,a^2b^2,a,b^2,a^2b,a^2,ab^2,b$ and the rows as $1,a,b,ab,a^2,b^2,a^2b,ab^2,a^2b^2$.
My question is: For what groups is it possible to find orderings of the rows and columns that turn the composition table into a sudoku?
Edit: Note that if this is possible for some group $G$ then each of those $ntimes n$ squares correspond to a pair of subsets $A,Bsubseteq G$, each of size $n$, such that $AB = G$.
In fact, it is possible iff there are subsets $A_i$ and $B_i$ of $G$ all of size $n$ such that $$G = bigcup_{i=1}^n A_i = bigcup_{i=1}^n B_i$$ and such that for all $i,j$ we have $A_iB_j = G$.
group-theory finite-groups sudoku
$endgroup$
1
$begingroup$
And one can ask the converse problem: what sudoku tables can be viewed as a composition table?
$endgroup$
– awllower
Feb 21 '13 at 3:10
add a comment |
$begingroup$
If $G$ is a finite group then the composition table of $G$ is a latin square (ie, each row and column contains each group element exactly once).
Assume now that $|G| = n^2$ for some natural number $n$. We can then split the composition table for $G$ into $n^2$ $ntimes n$ squares, and we can ask whether the resulting table is a solved sudoku (of size $n^2times n^2$ rather than the usual $9times 9$).
When making the composition table for $G$, there are two choices to be made. One is the ordering of the elements for the rows, and the other is an ordering of the elements for the columns. By looking at the row and column corresponding to the identity, one can see that if we pick the same ordering for rows and columns, then the composition table cannot be a sudoku (if we label the entries in the composition table as $a_{i,j}$ and the row/column corresponding to the identity is $k$ then we have $a_{k-1,k} = a_{k,k-1}$ and $a_{k+1,k} = a_{k,k+1}$ and at least one of these pairs belong to the same $ntimes n$ square).
If $G$ is cyclic, then we can indeed make the composition table a sudoku as follows: Write $G = {0,1,dots ,n^2 - 1}$ (identified with the integers mod $n^2$). Order the columns in the natural way (ie, in increasing order with the chosen representatives), and order the rows in blocks of $n$ such that in each block, the difference between consecutive terms is $n$ (so each block consists of those elements with a given residue mod $n$ in increasing order).
For the non-cyclic group of order $4$, it is also possible (it is easy to do by trial and error). For the non-cyclic group of order $9$, it is again possible, but it takes a while to find some orderings that work. Ones that work are as follows: Let the group be generated by two elements $a$ and $b$ and order the columns as $1,ab,a^2b^2,a,b^2,a^2b,a^2,ab^2,b$ and the rows as $1,a,b,ab,a^2,b^2,a^2b,ab^2,a^2b^2$.
My question is: For what groups is it possible to find orderings of the rows and columns that turn the composition table into a sudoku?
Edit: Note that if this is possible for some group $G$ then each of those $ntimes n$ squares correspond to a pair of subsets $A,Bsubseteq G$, each of size $n$, such that $AB = G$.
In fact, it is possible iff there are subsets $A_i$ and $B_i$ of $G$ all of size $n$ such that $$G = bigcup_{i=1}^n A_i = bigcup_{i=1}^n B_i$$ and such that for all $i,j$ we have $A_iB_j = G$.
group-theory finite-groups sudoku
$endgroup$
If $G$ is a finite group then the composition table of $G$ is a latin square (ie, each row and column contains each group element exactly once).
Assume now that $|G| = n^2$ for some natural number $n$. We can then split the composition table for $G$ into $n^2$ $ntimes n$ squares, and we can ask whether the resulting table is a solved sudoku (of size $n^2times n^2$ rather than the usual $9times 9$).
When making the composition table for $G$, there are two choices to be made. One is the ordering of the elements for the rows, and the other is an ordering of the elements for the columns. By looking at the row and column corresponding to the identity, one can see that if we pick the same ordering for rows and columns, then the composition table cannot be a sudoku (if we label the entries in the composition table as $a_{i,j}$ and the row/column corresponding to the identity is $k$ then we have $a_{k-1,k} = a_{k,k-1}$ and $a_{k+1,k} = a_{k,k+1}$ and at least one of these pairs belong to the same $ntimes n$ square).
If $G$ is cyclic, then we can indeed make the composition table a sudoku as follows: Write $G = {0,1,dots ,n^2 - 1}$ (identified with the integers mod $n^2$). Order the columns in the natural way (ie, in increasing order with the chosen representatives), and order the rows in blocks of $n$ such that in each block, the difference between consecutive terms is $n$ (so each block consists of those elements with a given residue mod $n$ in increasing order).
For the non-cyclic group of order $4$, it is also possible (it is easy to do by trial and error). For the non-cyclic group of order $9$, it is again possible, but it takes a while to find some orderings that work. Ones that work are as follows: Let the group be generated by two elements $a$ and $b$ and order the columns as $1,ab,a^2b^2,a,b^2,a^2b,a^2,ab^2,b$ and the rows as $1,a,b,ab,a^2,b^2,a^2b,ab^2,a^2b^2$.
My question is: For what groups is it possible to find orderings of the rows and columns that turn the composition table into a sudoku?
Edit: Note that if this is possible for some group $G$ then each of those $ntimes n$ squares correspond to a pair of subsets $A,Bsubseteq G$, each of size $n$, such that $AB = G$.
In fact, it is possible iff there are subsets $A_i$ and $B_i$ of $G$ all of size $n$ such that $$G = bigcup_{i=1}^n A_i = bigcup_{i=1}^n B_i$$ and such that for all $i,j$ we have $A_iB_j = G$.
group-theory finite-groups sudoku
group-theory finite-groups sudoku
edited 2 days ago
Rodrigo de Azevedo
13k41960
13k41960
asked Feb 20 '13 at 16:13
Tobias KildetoftTobias Kildetoft
16.8k14274
16.8k14274
1
$begingroup$
And one can ask the converse problem: what sudoku tables can be viewed as a composition table?
$endgroup$
– awllower
Feb 21 '13 at 3:10
add a comment |
1
$begingroup$
And one can ask the converse problem: what sudoku tables can be viewed as a composition table?
$endgroup$
– awllower
Feb 21 '13 at 3:10
1
1
$begingroup$
And one can ask the converse problem: what sudoku tables can be viewed as a composition table?
$endgroup$
– awllower
Feb 21 '13 at 3:10
$begingroup$
And one can ask the converse problem: what sudoku tables can be viewed as a composition table?
$endgroup$
– awllower
Feb 21 '13 at 3:10
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
One case where a sudoku arrangement is possible is when $G$ has a subgroup $H$ of order $n$. Let $Ha_1, Ha_2, ldots Ha_n$ be the right cosets of $H$ and let $T_1, T_2, ldots, T_n$ be a partition of $G$ into complete sets of left coset representatives. That is, each $T_i$ contains exactly one element from each left coset of $H$ and $T_i cap T_j = emptyset$ for $i neq j$.
Order the columns by listing every element of $Ha_1$ first, then every element of $Ha_2$ and so on until $Ha_n$. Similarly order the rows by listing each element of $T_1$ first, then $T_2$ and so on until $T_n$. Then each $n times n$ block is contains elements of a $Ha_i$ in the columns and elements of some $T_j$ in the rows. It turns out that this arrangement gives us a sudoku table.
We should show that every element of $G$ occurs exactly once in the block corresponding to $Ha_i$ and $T_j$. That is, we want to show that $T_jHa_i = G$, and this follows from the fact that there are no repetitions in the block. Suppose that $s_k, s_{k_0} in T_j$ and $h, h_0 in H$. If $s_kha_i = s_{k_0}h_0a_i$, then $s_kH = s_{k_0}H$ so $s_k = s_{k_0}$ since $T_j$ contains exactly one representative for each left coset. Thus $h = h_0$ as well.
I found the idea for the construction here, where a bit more general problem is considered. If $|G| = ab$ and $[G:H] = a$, then the same construction as in this answer gives you a sudoku table with blocks of size $a times b$.
$endgroup$
2
$begingroup$
Very nice observation. So that paper discusses a more general case, but only provides a partial answer (essentially the one above). So we are left with looking at those groups of order $n^2$ and with no subgroup of order $n$.
$endgroup$
– Tobias Kildetoft
Feb 20 '13 at 17:51
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f309205%2fsudokus-as-composition-tables-of-finite-groups%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
One case where a sudoku arrangement is possible is when $G$ has a subgroup $H$ of order $n$. Let $Ha_1, Ha_2, ldots Ha_n$ be the right cosets of $H$ and let $T_1, T_2, ldots, T_n$ be a partition of $G$ into complete sets of left coset representatives. That is, each $T_i$ contains exactly one element from each left coset of $H$ and $T_i cap T_j = emptyset$ for $i neq j$.
Order the columns by listing every element of $Ha_1$ first, then every element of $Ha_2$ and so on until $Ha_n$. Similarly order the rows by listing each element of $T_1$ first, then $T_2$ and so on until $T_n$. Then each $n times n$ block is contains elements of a $Ha_i$ in the columns and elements of some $T_j$ in the rows. It turns out that this arrangement gives us a sudoku table.
We should show that every element of $G$ occurs exactly once in the block corresponding to $Ha_i$ and $T_j$. That is, we want to show that $T_jHa_i = G$, and this follows from the fact that there are no repetitions in the block. Suppose that $s_k, s_{k_0} in T_j$ and $h, h_0 in H$. If $s_kha_i = s_{k_0}h_0a_i$, then $s_kH = s_{k_0}H$ so $s_k = s_{k_0}$ since $T_j$ contains exactly one representative for each left coset. Thus $h = h_0$ as well.
I found the idea for the construction here, where a bit more general problem is considered. If $|G| = ab$ and $[G:H] = a$, then the same construction as in this answer gives you a sudoku table with blocks of size $a times b$.
$endgroup$
2
$begingroup$
Very nice observation. So that paper discusses a more general case, but only provides a partial answer (essentially the one above). So we are left with looking at those groups of order $n^2$ and with no subgroup of order $n$.
$endgroup$
– Tobias Kildetoft
Feb 20 '13 at 17:51
add a comment |
$begingroup$
One case where a sudoku arrangement is possible is when $G$ has a subgroup $H$ of order $n$. Let $Ha_1, Ha_2, ldots Ha_n$ be the right cosets of $H$ and let $T_1, T_2, ldots, T_n$ be a partition of $G$ into complete sets of left coset representatives. That is, each $T_i$ contains exactly one element from each left coset of $H$ and $T_i cap T_j = emptyset$ for $i neq j$.
Order the columns by listing every element of $Ha_1$ first, then every element of $Ha_2$ and so on until $Ha_n$. Similarly order the rows by listing each element of $T_1$ first, then $T_2$ and so on until $T_n$. Then each $n times n$ block is contains elements of a $Ha_i$ in the columns and elements of some $T_j$ in the rows. It turns out that this arrangement gives us a sudoku table.
We should show that every element of $G$ occurs exactly once in the block corresponding to $Ha_i$ and $T_j$. That is, we want to show that $T_jHa_i = G$, and this follows from the fact that there are no repetitions in the block. Suppose that $s_k, s_{k_0} in T_j$ and $h, h_0 in H$. If $s_kha_i = s_{k_0}h_0a_i$, then $s_kH = s_{k_0}H$ so $s_k = s_{k_0}$ since $T_j$ contains exactly one representative for each left coset. Thus $h = h_0$ as well.
I found the idea for the construction here, where a bit more general problem is considered. If $|G| = ab$ and $[G:H] = a$, then the same construction as in this answer gives you a sudoku table with blocks of size $a times b$.
$endgroup$
2
$begingroup$
Very nice observation. So that paper discusses a more general case, but only provides a partial answer (essentially the one above). So we are left with looking at those groups of order $n^2$ and with no subgroup of order $n$.
$endgroup$
– Tobias Kildetoft
Feb 20 '13 at 17:51
add a comment |
$begingroup$
One case where a sudoku arrangement is possible is when $G$ has a subgroup $H$ of order $n$. Let $Ha_1, Ha_2, ldots Ha_n$ be the right cosets of $H$ and let $T_1, T_2, ldots, T_n$ be a partition of $G$ into complete sets of left coset representatives. That is, each $T_i$ contains exactly one element from each left coset of $H$ and $T_i cap T_j = emptyset$ for $i neq j$.
Order the columns by listing every element of $Ha_1$ first, then every element of $Ha_2$ and so on until $Ha_n$. Similarly order the rows by listing each element of $T_1$ first, then $T_2$ and so on until $T_n$. Then each $n times n$ block is contains elements of a $Ha_i$ in the columns and elements of some $T_j$ in the rows. It turns out that this arrangement gives us a sudoku table.
We should show that every element of $G$ occurs exactly once in the block corresponding to $Ha_i$ and $T_j$. That is, we want to show that $T_jHa_i = G$, and this follows from the fact that there are no repetitions in the block. Suppose that $s_k, s_{k_0} in T_j$ and $h, h_0 in H$. If $s_kha_i = s_{k_0}h_0a_i$, then $s_kH = s_{k_0}H$ so $s_k = s_{k_0}$ since $T_j$ contains exactly one representative for each left coset. Thus $h = h_0$ as well.
I found the idea for the construction here, where a bit more general problem is considered. If $|G| = ab$ and $[G:H] = a$, then the same construction as in this answer gives you a sudoku table with blocks of size $a times b$.
$endgroup$
One case where a sudoku arrangement is possible is when $G$ has a subgroup $H$ of order $n$. Let $Ha_1, Ha_2, ldots Ha_n$ be the right cosets of $H$ and let $T_1, T_2, ldots, T_n$ be a partition of $G$ into complete sets of left coset representatives. That is, each $T_i$ contains exactly one element from each left coset of $H$ and $T_i cap T_j = emptyset$ for $i neq j$.
Order the columns by listing every element of $Ha_1$ first, then every element of $Ha_2$ and so on until $Ha_n$. Similarly order the rows by listing each element of $T_1$ first, then $T_2$ and so on until $T_n$. Then each $n times n$ block is contains elements of a $Ha_i$ in the columns and elements of some $T_j$ in the rows. It turns out that this arrangement gives us a sudoku table.
We should show that every element of $G$ occurs exactly once in the block corresponding to $Ha_i$ and $T_j$. That is, we want to show that $T_jHa_i = G$, and this follows from the fact that there are no repetitions in the block. Suppose that $s_k, s_{k_0} in T_j$ and $h, h_0 in H$. If $s_kha_i = s_{k_0}h_0a_i$, then $s_kH = s_{k_0}H$ so $s_k = s_{k_0}$ since $T_j$ contains exactly one representative for each left coset. Thus $h = h_0$ as well.
I found the idea for the construction here, where a bit more general problem is considered. If $|G| = ab$ and $[G:H] = a$, then the same construction as in this answer gives you a sudoku table with blocks of size $a times b$.
answered Feb 20 '13 at 17:43
Mikko KorhonenMikko Korhonen
18.6k34694
18.6k34694
2
$begingroup$
Very nice observation. So that paper discusses a more general case, but only provides a partial answer (essentially the one above). So we are left with looking at those groups of order $n^2$ and with no subgroup of order $n$.
$endgroup$
– Tobias Kildetoft
Feb 20 '13 at 17:51
add a comment |
2
$begingroup$
Very nice observation. So that paper discusses a more general case, but only provides a partial answer (essentially the one above). So we are left with looking at those groups of order $n^2$ and with no subgroup of order $n$.
$endgroup$
– Tobias Kildetoft
Feb 20 '13 at 17:51
2
2
$begingroup$
Very nice observation. So that paper discusses a more general case, but only provides a partial answer (essentially the one above). So we are left with looking at those groups of order $n^2$ and with no subgroup of order $n$.
$endgroup$
– Tobias Kildetoft
Feb 20 '13 at 17:51
$begingroup$
Very nice observation. So that paper discusses a more general case, but only provides a partial answer (essentially the one above). So we are left with looking at those groups of order $n^2$ and with no subgroup of order $n$.
$endgroup$
– Tobias Kildetoft
Feb 20 '13 at 17:51
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f309205%2fsudokus-as-composition-tables-of-finite-groups%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
And one can ask the converse problem: what sudoku tables can be viewed as a composition table?
$endgroup$
– awllower
Feb 21 '13 at 3:10