Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

What is the symbol you'd use for Boolean results?

Writer Matthew Martinez
$\begingroup$

What I mean is that $\mathbb{CRZ}$ etc. are used for different classes of numbers, allowing me to do stuff like this:

$$f:\mathbb{R}\to\mathbb{R}$$ $$f:x\mapsto 3x$$

But say I have an expression like this:

$$g:x\mapsto x>4$$

What symbol would you use to represent a boolean result? a $\mathbb B$?

$\endgroup$ 8

1 Answer

$\begingroup$

According to this Wikipedia page, the most common representation is $\{0,1\}$. Alternatives include $\{\text{false},\text{true}\}$, $\{\mathrm F,\mathrm T\}$, $\{\bot,\top\}$, and $\Bbb B$.

If you wish to use either the symbol $\Bbb B$ or $\mathbf B$, you can define it yourself to prevent any ambiguity. What really matters is that the notation is readable and understandable.

$\endgroup$ 1

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