IsNilNearring( nr )
A near-ring N is called nil if all its elements are nilpotent.
The function IsNilNearring
checks if all elements
are nilpotent and returns the according boolean value
true
or false
.
gap> IsNilNearring( LibraryNearring( "V4", 4 ) ); true
GAP 3.4.4