I understand that $(1 - B)x_{t}=x_{t}-x_{t-1}$. I understand that I can do algebra with $B$, treating it like any other variable. But can I do arithmetic operations with $B$? Like, can I subtract $B$ from 1? If so, what do I get? Does $B$ have a numerical meaning? Is it a scalar? A matrix? How do I compute $1 - B$?
The only numeric representation of $B$ I've found is in a tutorial where $B$ is a matrix. But that tutorial uses a notation I haven't seen anywhere else - it uses $(I - B)$ instead of $(1 - B)$, where $I$ is an identity matrix. When people write $(1 - B)$ do they normally mean $B$ to be a matrix or a scalar? Or is it just an operator and we can't really do math with it? In sum: what the heck is $B$?
Also, sometimes I see $B$ after a variable. Like in the series $1-dB+ \dfrac{d(d-1)}{2!}B^{2}...$ What does that mean? What does B do when it comes after something?