Documentation

Marginis.AhlmanKoponen2015

Limit Laws and Automorphism Groups of Nonrigid Structures #

Ove Ahlman and Vera Koponen

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.

def automorphism_of_fin_2 (f : Fin 2Fin 2) :
Equations
Instances For
    theorem fin2 (x : Fin 2) :
    x = 0 x = 1
    theorem fin2_rigid (f : Fin 2Fin 2) (hf : automorphism_of_fin_2 f) :
    f = id

    Fin 2 is rigid as an additive structure.

    def automorphism_of_fin_k (k : ) (f : Fin kFin k) :
    Equations
    Instances For
      def is_rigid (k : ) :
      Equations
      Instances For