Interface AdditiveAbelianSemiGroupTheory<E extends AdditiveSemiGroupElement<E>>

All Superinterfaces:
AdditiveSemiGroupTheory<E>, AlgebraicStructureTheory<E>, BasicObjectTheory<E>, ElementTheory<E>, MagmaTheory<E>
All Known Subinterfaces:
AbelianRingTheory<E>, AdditiveAbelianGroupTheory<E>, CompleteFieldTheory<E>, CompleteScalarFieldTheory<E>, DivisionRingTheory<E>, FieldTheory<E>, RingTheory<E>, RngTheory<E>, ScalarFieldTheory<E>, VectorSpaceTheory<V,S>

public interface AdditiveAbelianSemiGroupTheory<E extends AdditiveSemiGroupElement<E>> extends AdditiveSemiGroupTheory<E>
Since:
0.4
Author:
Michiel Meeuwissen
  • Method Details

    • additiveCommutativity

      @Property default void additiveCommutativity(@ForAll("elements") E v1, @ForAll("elements") E v2)
    • additiveCommutativityProperty

      @Property default void additiveCommutativityProperty(@ForAll("structure") AdditiveSemiGroup<E> group)