My professor gave this subject in the class (analytic geometry) and I thought it was very complicated, then I just decided to open Wikipedia entry on Kronecker's Delta and discovered it is quite simple. (With that I meant that I understand the function $\delta_{ij}$). I got curious with two things:
- Why is it named after Kronecker? I mean, I tend to assume that results that are named after someone are considered hard/important. This delta seems to be simple - although I am aware that in mathematics, something that seems easy or trivial has deep consequences that only an experienced mathematician can see. If this is the case, I am not experienced.
The Kronecker delta is used in many areas of mathematics, physics and engineering, primarily as an expedient to convey in a single equation what might otherwise take several lines of text.
- What is the meaning of "convey in a single equation what might otherwise take several lines of text"? I know that there might be some examples in the article I just mentioned, but I can't understand most of the article. Can you provide me an example of such an equation and it's big equivalent form?
It's nothing super-special, just a convenient shorthand. It does save typesetting though, because
$$\delta_{ij} = \left \{ \begin{array}{lr} 1 & i=j \\ 0 & i \neq j \end{array} \right.$$
which is a little bit much to write every time you use it. (Feel free to click edit to see how much that takes to write in LaTeX.)