Interface AdditiveAbelianGroupTheory<E extends AdditiveGroupElement<E>>

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

public interface AdditiveAbelianGroupTheory<E extends AdditiveGroupElement<E>> extends AdditiveGroupTheory<E>, AdditiveAbelianSemiGroupTheory<E>
Since:
0.4
Author:
Michiel Meeuwissen
  • Method Details

    • minusIsAnticommutative

      @Property default void minusIsAnticommutative(@ForAll("elements") E v1, @ForAll("elements") E v2)