Given the First Order Logic Sentence :
¬SubsetOf((Intersection(s,t),s)
where Constants : s,t are Sets and Functions: SubsetOf(.,.) , Intersection(.,.) are Sets Functions
Should the negation be moved inwards , like that :
SubsetOf((¬Intersection(s,t),s)
Or it should be left as it is ?
Since SubsetOf(x, y) is a predicate, negation inwards is not needed. Only if x, y are associated with $\lor$ and $\land$, you should use De Morgan's Law to move NOTs inwards repeatedly.
Wiki CNF