Equations
- automorphism_of_fin_2 f = (Function.Bijective f ∧ ∀ (x y : Fin 2), f x + f y = f (x + y))
Instances For
Fin 2
is rigid as an additive structure.
Equations
- automorphism_of_fin_k k f = (Function.Bijective f ∧ ∀ (x y : Fin k), f x + f y = f (x + y))