Description: Define the elementwise operation associated with a given operation. For
instance, + is the addition of complex numbers ( axaddf ), so if
A and B are sets of complex numbers, then
( A ( elwise+ ) B ) is the set of numbers of the form
( x + y ) with x e. A and y e. B . The set of odd natural
numbers is
( ( { 2 } ( elwisex. ) NN0 ) ( elwise+ ) { 1 } ) , or less
formally 2 NN0 + 1 . (Contributed by BJ, 22-Dec-2021)