Documentation

YoungDiagram.Mutations.Basic

structure IsMutation (X Y : Chromosome) :
Instances For
    theorem IsMutation.add_right {X Y : Chromosome} (Z : Chromosome) (h : IsMutation X Y) :
    IsMutation (X + Z) (Y + Z)
    theorem IsMutation.of_add_right {X Y Z : Chromosome} (h : IsMutation (X + Z) (Y + Z)) :