Identity( nr )
The function Identity
returns a list containing the identity of the
multiplicative semigroup of the near-ring nr
if it exists and the empty list [ ]
otherwise.
gap> Identity( LibraryNearring( "V4", 22 ) ); [ (3,4) ]
GAP 3.4.4