I tried to to solve this but what I found is
A is not necessary for B
I could be wrong
= not(A is necessary for B)
= not(not(B) or A)
= not(A) and B
but it doesn't make sense. Let's take an example:
A = understand things
B = argue about things
A is not necessary to B = not(A) and B
so
Understand things is not necessary to argue about things = Not understand things and argue about things
should be the same thing. I really appreciate any kind of help.
"$A$ necessary for $B$" is actually "$B$ implies $A$"
So "$A$ not necessary for $B$" is actually "$B$ does not imply $A$"
In mathematical notation:$$\neg[B\implies A]\text{ or equivalently }\neg A\wedge B$$
This states that $B$ can be true while at the same time $A$ is not true (so no necessity for $A$ to be true in order to achieve that $A$ is true).