I'm trying to write a funcion that included a for cycle.
This cycle should take all the elements in the set GF(16)\GF(4).
However I'm having some probelms with this, I tried using .difference but this way doesn't work as intended, the resulting set ends up having 14 elements instead of 12 as I want.