# g-numbers
From [here](https://arxiv.org/pdf/1905.08102.pdf)
* tex`𝐚^2 = 𝐛^2 = 0`
* tex`2𝐚⋅𝐛 ≡ 𝐛𝐚 + 𝐚𝐛 = 1`
* tex`𝐚𝐛𝐚 = (1 - 𝐛𝐚) 𝐚 = 𝐚 - 𝐛𝐚^2 = 𝐚`
* tex`(𝐚𝐛)(𝐛𝐚) = 0 = (𝐛𝐚)(𝐚𝐛)`
---
Also from [here](https://www.garretstar.com/hyprevisited12-17-2017.pdf) (in slightly different order, mostly re: idempotents).
And some craziness from [here](https://www.garretstar.com/sobczyk09-mar-2020.pdf), largely around the Clifford clock, and building up any G_p,q from standard basis.
Multiplication table, reordered for bidiagonal blocks:
~~~
× 𝐛𝐚 𝐚 𝐛 𝐚𝐛
𝐛𝐚 𝐛𝐚 0 𝐛 0
𝐛 0 𝐛𝐚 0 𝐛
𝐚 𝐚 0 𝐚𝐛 0
𝐚𝐛 0 𝐚 0 𝐚𝐛
~~~
Another alternative, reordered as a direct sum:
~~~
× 𝐚𝐛 𝐚 𝐛 𝐛𝐚
𝐚𝐛 𝐚𝐛 𝐚 0 0
𝐛 𝐛 𝐛𝐚 0 0
𝐚 0 0 𝐚𝐛 𝐚
𝐛𝐚 0 0 𝐛 𝐛𝐚
~~~