Mod and Latin Squares!!!?

2009-03-13 4:50 pm
For any odd number n > 1, prove that the tables of values of f(x,y) = x + y (mon n) and g(x,y) = 2x + y (mod n) are a pair of nxn orthogonal Latin squares.

回答 (1)

2009-03-13 8:04 pm
✔ 最佳答案
latin squares are orthogonal if no two cells contain the same ordered pair. I think a good way to start might be...

prove that if

(f_j , g_j) = (f_k , g_k) then j must equal k.

Things usually work best by contradiction. Assume j not equal k and use the congruences to obtain a contradiction. I'll look at it some more.

___________________________

As I guessed

Say that (f_j , g_j) = (c,d) = (f_k , g_k)
So we know that for some x1,x2,y1,y2

c = x1 + y1 (mod n)
c = x2 + y2 (mod n)
d = 2*x1 + y1 (mod n)
d = 2*x2 + y2 (mod n)

c - x1 = y1 (mod n)
c - x2 = y2 (mod n)
Which implies
d = 2*x1 + (c - x1) (mod n)
d = 2*x2 + (c - x2) (mod n)
d = x1 + c (mod n)
d = x2 + c (mod n)

x1 = x2 (mod n)
y1 = y2 (mod n)

So if the ordered pair is the same the x,y are the same (mod n). Which for latin squares are all the values we worry about.


收錄日期: 2021-05-01 12:11:10
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20090313085007AAZlwbI

檢視 Wayback Machine 備份