Associativity Proof for Binary Operations

  • Thread starter Thread starter Syrus
  • Start date Start date
  • Tags Tags
    General Proof
Syrus
Messages
213
Reaction score
0

Homework Statement



I'm inspecting a proof which can be found here: http://unafold.math.rpi.edu/Teaching/MATH-2800/Binary_Ops.pdf

My question regards the line: (a1...ak-1)*(ak...an) = (a1...ak-1)*((ak...an-1)*an) on the second page of the document.

Is this true (that is, the ability to group terms k through n on the RHS of the equality, as written) because "any bracketing of a1*a2*...an-1 equals the standard form..."? In other words, I am asking if the inductive hypothesis applies to any qualifying number of summands, regardless of whether they are the same terms as those explicitly expressed in the hypothesis.

Also, wouldn't this necessarily imply that 1 < k in the second inequality involving k? This may at first seem trivial, but I suppose you'd need fewer than n elements in the right-hand paranthetical expression for this step to hold, which it obviously wouldn't if k = 0.

Homework Equations


The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
Syrus said:

Homework Statement



I'm inspecting a proof which can be found here: http://unafold.math.rpi.edu/Teaching/MATH-2800/Binary_Ops.pdf

My question regards the line: (a1...ak-1)*(ak...an) = (a1...ak-1)*((ak...an-1)*an) on the second page of the document.

Is this true (that is, the ability to group terms k through n on the RHS of the equality, as written) because "any bracketing of a1*a2*...an-1 equals the standard form..."? In other words, I am asking if the inductive hypothesis applies to any qualifying number of summands, regardless of whether they are the same terms as those explicitly expressed in the hypothesis.

Also, wouldn't this necessarily imply that 1 < k in the second inequality involving k? This may at first seem trivial, but I suppose you'd need fewer than n elements in the right-hand paranthetical expression for this step to hold, which it obviously wouldn't if k = 0.

Homework Equations


The Attempt at a Solution

For each positive integer n, let P(n) be the statement "every product with n factors or less, is equal to its standard form". We want to prove P(n) for all positive integers n. Our strategy is to prove the following two statements:

1. P(3).
2. For all positive integers n such that n≥4, if P(n-1) then P(n).

What you're asking about is part of step 2, so we have assumed that P(n-1) holds, and we're working with an arbitrary product of n factors. The step you're asking about changes the bracketing of the product ##a_k\cdots a_n##, which has n-k+1 factors. So it's allowed by assumption, if ##n-k+1\leq n-1##. This inequality is equivalent to ##k\geq 2##. This is true unless all the left brackets are to the left of ##a_1##.
 
Precisely what I thought, thank you.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top