62.56 IsNilpotentFreeNearring

IsNilpotentFreeNearring( nr )

A near-ring N is called nilpotent free if its only nilpotent element is 0.

The function IsNilpotentFreeNearring checks if 0 is the only nilpotent and returns the according boolean value true or false.

  gap> IsNilpotentFreeNearring( LibraryNearring( "V4", 22 ) );       
  true

Previous Up Top Next
Index

GAP 3.4.4
April 1997