Binary Tower Fin Helpers #
Finite-index helper lemmas for bit manipulations used in binary tower proofs.
Equivalence between Fin m × Fin n and Fin (m * n)
which splits quotient part into Fin (n) and the remainder into Fin (m).
If m and n are powers of 2, the Fin (n) holds MSBs and Fin (m) holds LSBs.
This is a reversed version of finProdFinEquiv.
We put m before n for integration with Basis.smulTower in multilinearBasis
though it's a bit counter-intuitive.
Instances For
@[simp]