1

In this YouTube video the presenter writes $[0, 2^{128} [$ is this different than $[0, 2^{128} ]$ This happens around time 2:20

She also writes something that appears to be $[0, 16 [$ but there is some mark so it looks more like $[0, 16' [$ does this mean anything or was it just a scribe?

Git Gud
  • 31,356
Celeritas
  • 2,743

1 Answers1

2

$\left[a,b\right[$ is an alternative notation for $[a,b)$. It's standard in French, for instance.

PseudoNeo
  • 9,709
  • 1
    Further reading: http://hsm.stackexchange.com/questions/142/why-is-american-and-french-notation-different-for-open-intervals-x-y-vs-x/193#193 – Regret Feb 19 '15 at 10:05