Interface DivisibleGroupTheory<E extends DivisibleGroupElement<E>>
- All Superinterfaces:
AlgebraicStructureTheory<E>,BasicObjectTheory<E>,ElementTheory<E>,MagmaTheory<E>,MultiplicativeAbelianGroupTheory<E>,MultiplicativeAbelianSemiGroupTheory<E>,MultiplicativeGroupTheory<E>,MultiplicativeMonoidTheory<E>,MultiplicativeSemiGroupTheory<E>
- All Known Subinterfaces:
CompleteFieldTheory<E>,CompleteScalarFieldTheory<E>,FieldTheory<E>,ScalarFieldTheory<E>
public interface DivisibleGroupTheory<E extends DivisibleGroupElement<E>>
extends MultiplicativeAbelianGroupTheory<E>
- Since:
- 0.4
- Author:
- Michiel Meeuwissen
-
Field Summary
Fields inherited from interface org.meeuw.theories.abstractalgebra.AlgebraicStructureTheory
COUNTS, ERROR_COUNTS, ERROR_UCOUNTS, STRUCTURE, UCOUNTSFields inherited from interface org.meeuw.theories.BasicObjectTheory
DATAPOINTS, DATAPOINTS_OR_NULL, EQUAL_DATAPOINTS, RANDOMSFields inherited from interface org.meeuw.theories.abstractalgebra.ElementTheory
ELEMENTS -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddividedByLong(E v1, long divisor) default net.jqwik.api.Arbitrary<Long>Methods inherited from interface org.meeuw.theories.abstractalgebra.AlgebraicStructureTheory
algebraicBinaryOperators, algebraicIntOperations, algebraicUnaryOperators, cardinalityAndStreaming, cast, castDirectly, cayleyTables, elementClass, eqMethod, examples, functions, getComparisonOperators, nextRandom, singleton, staticOperators, staticUnaryOperators, structure, structureSameInstance, toStringForStructure, uncertainMethods inherited from interface org.meeuw.theories.BasicObjectTheory
datapointsOrNull, equalDatapoints, equals, equalsIsConsistent, equalsIsReflexive, equalsIsSymmetric, equalsIsTransitive, equalsReturnFalseOnNull, equalsReturnFalseOnOtherObject, hashCodeIsConsistentWithEquals, hashCodeIsSelfConsistent, log, randoms, toStringMethods inherited from interface org.meeuw.theories.abstractalgebra.ElementTheory
datapoints, elements, getLogger, setupForAllMethods inherited from interface org.meeuw.theories.abstractalgebra.MagmaTheory
magmaOperators, operatorAndCommutativityMethods inherited from interface org.meeuw.theories.abstractalgebra.MultiplicativeAbelianSemiGroupTheory
multiplicativeCommutativity, multiplicativeCommutativityPropertyMethods inherited from interface org.meeuw.theories.abstractalgebra.MultiplicativeGroupTheory
division, multiplicativeGroupOperators, powNegative1, powNegative2, powNegative3, reciprocalMethods inherited from interface org.meeuw.theories.abstractalgebra.MultiplicativeMonoidTheory
isOne, one, pow0Methods inherited from interface org.meeuw.theories.abstractalgebra.MultiplicativeSemiGroupTheory
multiplicationCommutativity, multiplicativeAssociativity, multiplicativeSemiGroupOperators, pow1, pow2, pow3, sqr
-
Method Details
-
dividedByLong
@Property default void dividedByLong(@ForAll("elements") E v1, @ForAll("positiveLongs") long divisor) -
positiveLongs
-