notation - what does this $\wedge$ inside the integral mean?

315 Views Asked by At

I have this integral: $\int(\epsilon \wedge \|x\|^{2})\nu(dx)$

The $\wedge$ symbol means that I have to integrate $\|x\|^{2}$ when $\|x\|>\epsilon$ or when $\|x\|>1$?

1

There are 1 best solutions below

2
On BEST ANSWER

The wedge stands for minimum. $a\wedge b=\min\{a,b\}$. The integral is $\int_{\{\|x||^{2} \geq \epsilon\}} \epsilon \nu (dx)+\int_{\{\|x||^{2} < \epsilon\}} \|x\|^{2} \nu (dx)$.