Wikipedia:Reference desk/Archives/Mathematics/2017 September 26

Mathematics desk
< September 25 << Aug | September | Oct >> Current desk >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


September 26

edit

Term for toroidal directed graph

edit

Is there an established term in graph theory for those directed graphs which, for some nonnegative integer n and positive integer b, can be constructed as follows?

  1. Start with a single vertex.
  2. Replace the entire graph with b copies of it, numbered from 0 to b - 1.
  3. For each vertex in the original and each integer 0 ≤ i < b, add an edge from the version in copy i to the version in copy i + 1 mod b.
  4. Repeat steps 2 and 3 until they've taken place n times.

For b = 2, such a graph is the hypercube graph Qn with each undirected edge changed to a reciprocal pair of directed edges. For n = 1 it's a directed cycle of length b. For b = 1 or n = 0 it's a single vertex. Its symmetric closure is the topology of a torus interconnect. NeonMerlin 04:11, 26 September 2017 (UTC)[reply]

Sounds like you're taking powers of a cycle, using the Cartesian product of graphs. --JBL (talk) 13:45, 27 September 2017 (UTC)[reply]

Given   , please prove for me the properties

 

יהודה שמחה ולדמן (talk) 17:23, 26 September 2017 (UTC)[reply]

  • Is that homework? All of them except the last one are fairly easy. Start by writing what it means that  , and see what follows about a+k, ak, etc.
As for the last one, while I intuitively see what it means (and it is true), you should try to be very careful with the quantifiers you use and in which order. TigraanClick here to contact me 17:52, 26 September 2017 (UTC)[reply]
No homework – I just can't see it. Even through the definition   I still can't understand the "first" property. Where is my head? יהודה שמחה ולדמן (talk) 18:06, 26 September 2017 (UTC)[reply]
Your first equation after the givens introduces two new variables a and b which weren't mentioned before. I'm guessing these are intended to be a1 and b1 (which would of course equally apply to a2 and b2). Ok, so by the definition of congruence, you are given
 
so  
and by definition that means  
For most of these you can similarly use the congruence definition to convert to a normal equation, do a simple algebraic manipulation, then convert back to a congruence relation. CodeTalker (talk) 21:50, 26 September 2017 (UTC)[reply]
We have
 
is just a another way of writing
 
So proving the properties is really easy
a + gb + g (mod n)
becomes
 
 
 
 
Here is another one
g ag b (mod n)
becomes
 
 
 
 
 

110.22.20.252 (talk) 07:25, 27 September 2017 (UTC)[reply]

I think I should ask a silly question here (this just shows how slow am I):
Which one of these is true?   . יהודה שמחה ולדמן (talk) 09:46, 27 September 2017 (UTC)[reply]
They are both true, but the second is stronger and includes everything the first says. Double sharp (talk) 09:52, 27 September 2017 (UTC)[reply]
That is the definition of a = b (mod n) and totally equivalent to it. The . = . (mod .) is not the normal arithmetical equality, it is modulo n equality, b (mod n) does not mean much on its own. Dmcq (talk) 10:46, 27 September 2017 (UTC)[reply]
True. I understant what Congruence means. Then how do we prove   ?
All I know right now is   . Now what? יהודה שמחה ולדמן (talk) 14:09, 27 September 2017 (UTC)[reply]
Umm. Add b to both sides of the equation? Double sharp (talk) 14:53, 27 September 2017 (UTC)[reply]
Even simpler - it is true by definition.   or   are just more compact ways of writing   for some integer k. See modular arithmetic. Gandalf61 (talk) 15:05, 27 September 2017 (UTC)[reply]
I don't think so. I think you are mistaking with   .
We need to show   . יהודה שמחה ולדמן (talk) 15:31, 27 September 2017 (UTC)[reply]
You just wrote a chain of implications. Which one of those gives you trouble to get the reciprocal? TigraanClick here to contact me 15:42, 27 September 2017 (UTC)[reply]
 
By the Euclidean algorithm
 
Hence,
  . יהודה שמחה ולדמן (talk) 16:14, 27 September 2017 (UTC)[reply]
Why on earth are you writing all that stuff? a=b (mod n) is equivalent to a=b+kn which is the same as a-b=kn which is equivalent to (a-b) = 0+kn and therefore to a-b=0 (mod n). Dmcq (talk) 16:35, 27 September 2017 (UTC)[reply]
Wait, is it an "equivalence" or an "implication"? Are these to words the same thing?
You proved   , I proved   . Hence   . It is called Rigour. יהודה שמחה ולדמן (talk) 17:14, 27 September 2017 (UTC)[reply]
I was meaning that they are all equivalent to each other. The two at the ends simply rewrite expressions using the definition of a = b (mod n). In between a bit of simple algebra is used where we subtract a value from both sides of an equation, that does not do anything strange and can be reversed easily by adding the same value to both sides. Dmcq (talk) 17:24, 27 September 2017 (UTC)[reply]
At this point, I think it's fair to say that it's not rigor, but rigor mortis. --Deacon Vorbis (talk) 17:40, 27 September 2017 (UTC)[reply]