Rings and Fin
#
This file collects some basic results involving rings and the Fin
type
Main results #
RingEquiv.piFinTwo
: The product overFin 2
of some rings is the cartesian product
The product over Fin 2
of some rings is just the cartesian product of these rings.
Equations
- RingEquiv.piFinTwo R = { toFun := ⇑(piFinTwoEquiv R), invFun := (piFinTwoEquiv R).invFun, left_inv := ⋯, right_inv := ⋯, map_mul' := ⋯, map_add' := ⋯ }