Determine the number of Pairwise Non-Isotopic Latin Squares

  • Thread starter Thread starter BraedenP
  • Start date Start date
  • Tags Tags
    Squares
BraedenP
Messages
94
Reaction score
0

Homework Statement



Basically, everything's in the title. I'm asked to find the number of pairwise non-isotopic Latin Squares.

Homework Equations



A non-isotopic Latin Square is one that cannot be created simply by permuting the rows/columns of another Latin Square.

The Attempt at a Solution



I also know that there is at least one (because having the first row and column as {1,2,3,4} will prevent permutation back to that same sequence.) However, I'm not quite sure how one would go about finding the rest (there are over 500 Latin Squares with an order of 4, so I'm not about to go trying them all; there must be a logical way to approach this.

(Also, what is a *pairwise* Latin Square?)

This is a Logic course, so I'm able to use induction, etc. to prove this. Just not quite sure where to start. Guidance would be awesome!
 
Physics news on Phys.org
A couple of comments:

Be careful with the definitions; you are collapsing the collection of Latin Squares into equivalence classe. Define LS to be Latin Square(s):

i) An isotopy class is a representative of a class of squares, where you define two squares S1,S2 to be equivalent, if you can get S1 from S2 by permuting the rows of S2(or viceversa). This is an equivalence relation, and so partitions the collection of all LS's into disjoint classes. As an example, if you select the integers and you want to know the possible remainders of integers when dividing by, e.g., 3, then you have 3 classes: {0,1,2}, or the class of elements that leave remainders of 0,1, or 2 . Then 12 and 9 are equivalent/isotopic, since they both leave the same remainder .

ii)Pairwise-non-isotopic LS are any two Si,Sj that are in different classes, i.e., Si,Sj are non-isotopic if you cannot get Si from Sj by exchange of rows/columns.

iii)Have you tried seeing what happens for the lower values 1x1(trivial) 2x2 and 3x3 ? Maybe you can detect a pattern. Have you thought how/if induction would help you go from nxn to (n+1)x(n+1)?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top