Recursive defintion of the product notation

  • Thread starter Thread starter neutrino
  • Start date Start date
  • Tags Tags
    Notation Product
AI Thread Summary
The recursive definition of the product notation \prod_{k=1}^{n}a_k starts with \prod_{k=1}^{1}a_k = a_1 and assumes \prod_{k=1}^{n}a_k is defined for n ≥ 1, leading to \prod_{k=1}^{n+1}a_k = a_{n+1}\prod_{k=1}^{n}a_k. The definition includes \prod_{k=1}^{0}a_k = 1 to establish the empty product, which simplifies calculations and avoids special cases. This definition aligns with the inductive step, ensuring consistency across all upper bounds greater than 0. In contrast, summation notation treats \sum_{1}^{0} as 0, highlighting a key difference in how products and sums are defined in mathematical contexts.
neutrino
Messages
2,091
Reaction score
2
I'm asked to define recursively (definition by induction) \prod_{k=1}^{n}a_k

Well, I wrote down the following:

\prod_{k=1}^{1}a_k = a_1

Assuming \prod_{k=1}^{n}a_k has been defined for some n\geq1,

\prod_{k=1}^{n+1}a_k = a_{n+1}\prod_{k=1}^{n}a_k

A similar method was used to define the summation notation in the text, so I used it here.

But the answer given at the back is

\prod_{k=1}^{0}a_k = 1; \prod_{k=1}^{n+1}a_k = a_{n+1}\prod_{k=1}^{n}a_k

I don't understand why the index goes from 1 to 0, and why they have defined it to be 1. Please clarify this.
 
Mathematics news on Phys.org
A little background - in Quantum mechanics a massless particle is needed to carry a force, the photon carries the electric force and W and Z particles carry the forces that hold atoms together.
It is a somewhat pedantic point. When the upper limit goes from n=0 to n=1 (induction step), you need 1 for the n=0 product to get a1 for the n=1 product.
 
The reason they define the product starting from k=1 to 0 is to define the empty product to be 1. This is a useful definition, as it avoids many special cases. It is clearly an equivalent definition to yours for all upper bounds greater than 0, since their inductive step is the same and by their definition,

\prod_{k = 1}^1 a_k = a_1 \prod_{k = 1}^0 a_k = a_1 \cdot 1 = a_1.
 
Thanks for the replies. Could you give me a simple example where this definition will be useful? Also, why was not the summation notation defined to be \sum_{1}^{0} = 0? [As implied in my first post, a_1 was defined as the sum from 1 to 1.]
 
In summation notation sum from 1 to 0 is considered 0.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top