advancedresearch / algexenotation

An implementation of Algexenotation in Rust
MIT License
1 stars 1 forks source link

Primes in valise representation of Adinkra diagrams #37

Open bvssvni opened 2 years ago

bvssvni commented 2 years ago
   111
  /   \
101   011
      /
   010

All numbers in the valise representations of Adinkra diagrams have same number of ones at the same level (paper).

Notice that in the diagram above, primes are connected.

bvssvni commented 2 years ago
11111 (31)
10111 (23 = 31 - 8), 11101 (29 = 31 - 2)
00111 (7 = 23 - 16), 01011 (11 = 3 + 8), 10011 (19 = 23 - 4), 01101 (13 = 29 - 16)
00011 (3 = 7 - 4 = 19 - 16), 00101 (5 = 7 - 2 = 13 - 8)
00010 (3 - 1 = 2)

10011 (11) is impossible to construct from above.

bvssvni commented 3 weeks ago

Primbix might be a better concept with a similar purpose.