Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

How widely known are Iverson brackets?

Writer Andrew Henderson
$\begingroup$

Here on the Mathematics Stack Exchange I recently learned about the Iverson bracket notation:

$$[P] = \begin{cases} 1 & \text{if } P \text{ is true;} \\ 0 & \text{otherwise}. \end{cases}$$

It occurs to me that using this notation would greatly simplify many of the equations in a computer science thesis I'm writing. However, I'm not sure how widely known it is. I don't remember coming across it in my undergraduate and graduate studies, though perhaps this is one of those things that everyone but me seems to know.

My question: For what types of readers would it be safe to use Iverson brackets without explanation, and for what audiences would it be better to first introduce them with a definition as above?

$\endgroup$ 3

2 Answers

$\begingroup$

It's always better to err on the safe side. If you have any doubt at all that your intended audience needs a reminder about notation, make sure to include the relevant definitions. That also makes sure that there is no doubt about edge cases (sometimes terms have almost standard definitions, but with some subtle differences).

$\endgroup$ 2 $\begingroup$

I would sat just to specify somewhere early in the paper that you are planning on using that notation. But, I would recommend erring on the safe side and consulting with your supervisor

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy