Limit Laws and Automorphism Groups of Nonrigid Structures #
The first sentence of the introduction reads as follows.
"[...] it has been shown that for any finite relational vocabulary (also called signature), the proportion of labelled n-element structures which are rigid, ie have no nontrivial automorphism, approaches 1 as n approaches infinity"
While their paper is about nonrigid structures, here we show that there exists a rigid 2-element structure, namely Fin 2
under addition.
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))