I have a modular function defined as
$$g(X) = \sum_{i \in X} x_i, \quad\text{s.t. } x_i \geq 0$$
Now, I define a function
$$f(X) = \exp(-g(X))$$
As I worked out, this function $f$ is submodular, since $$f(A) + f(B) \geq f(A\cup B) + f(A\cap B)$$
Am I correct ?
I cannot add a comment since I have less than 50 points.
But you can try this. Sumodularity means that incremental increase in the function evaluation on addition of an element to a larger set is less than or equal to the the incremental increase in the function evaluation on addition of the same element to a subset of the larger set.
That is, given $A\subseteq B$ and $x\notin B$.
$f(B\cup {x})-f(B)\leq f(A\cup {x})-f(A)$