2

I realize this is probably very specific to the person writing the textbook, but I was wondering if anyone else out there knows the answer.

I encountered this in one of my textbooks: $\mathbb{R}_{++}$. Now, I know that $\mathbb{R}_+$ is used to denote the set of positive real numbers, but I've never encountered the former before. The book uses both in the same section, so clearly they do not mean the same thing...

Thanks!

  • 1
    If the book does not define it, and it isn't a typo, I'm not sure what it could mean. Can you tell us what book? – Thomas Andrews Apr 10 '13 at 19:24
  • Convex Optimization - Stephen Boyd. It is on page 640 (Appendix A) There's a pdf of it available here: http://www.stanford.edu/~boyd/cvxbook/ – user71959 Apr 10 '13 at 19:26
  • 2
    @user71959 On page $711$ of the pdf you can see that $\Bbb R_{++}$ are the positive real numbers while $\Bbb R_+$ are the nonnegative real numbers. – Git Gud Apr 10 '13 at 19:29
  • @GitGud Actually, I think they are using $\mathbb R_+$ for "non-negative." The text says: $\mathbb R_+,\mathbb R_{++}$ are "Nonnegative, positive real numbers." This coincides with the definition of $S^n_{+}$ as positive semi-definite and $S^n_{++}$ as positive definite. (Really hate that they use $S^n$ for symmetric matrices, but there it is.) – Thomas Andrews Apr 10 '13 at 19:33
  • @ThomasAndrews I agree, I noticed it and edited soon after posting the comment. If you want to post it an answer with that analogy with the symmetric matrices, I will upvote. Better this doesn't show as unanswered. – Git Gud Apr 10 '13 at 19:34
  • @ThomasAndrews: What notation would you use for symmetric matrices? – copper.hat Apr 10 '13 at 19:43
  • Maybe $\overline{\mathbb{R}}+$ and $\mathbb{R}+^\circ$ would be less ambiguous? :-) – copper.hat Apr 10 '13 at 19:45
  • Never had to have one, just find that notation confusing, I too strongly read it as the $n$-sphere. As with the $+$ and $++$ notation, I guess it depends on the context of the problem. @copper.hat – Thomas Andrews Apr 10 '13 at 19:45
  • @copper.hat I personally use $\Bbb R^+$ and $\Bbb R^+_0$. – Git Gud Apr 10 '13 at 19:45
  • I like the latter, the former is still slightly ambiguous :-). Actually, does the $0$ subscript mean includes zero or is the interior? – copper.hat Apr 10 '13 at 19:46
  • @copper.hat It means it includes $0$. I learned that notation in highschool and stuck to it. – Git Gud Apr 10 '13 at 19:51
  • I find myself sadly dependent on notation for understanding... – copper.hat Apr 10 '13 at 20:12

1 Answers1

2

From GitGud's search, it appear that $\mathbb R_+$ is the non-negatives, and $\mathbb R_{++}$ are the positive. That is $\mathbb R_+$ includes zero.

This is analogous to their definition of $\mathbb S^n$ as symmetric matrices, $\mathbb S^n_+$ as the symmetric positive semi-definite, and $\mathbb S^n_{++}$ as the symmetric positive definite matrices.

So $\mathbb R_{+}$ means "positive, sort of." And $\mathbb R_{++}$ means "no, I really mean it."

Thomas Andrews
  • 177,126