What the wrong with this proof

  • Thread starter Thread starter maw26
  • Start date Start date
  • Tags Tags
    Proof
maw26
Messages
5
Reaction score
0
F (n): (for all a, b €N) (max (a, b) =n --> a=b)

Where max (a, b) is the maximum of the two numbers a, b
--------------------------------------------------------------------

1st
F (0)
Max (a, b) = 0 then a≤0 and b≤0 so a=0 and b=0 a=b so F (0) true
Then
Suppose F (K) is true
Let max (a, b) = K+1 then max (a-1, b-1) =k
So a-1=b-1.however, this implies a-1+1=b-1+1, i.e. a=b
By the induction we proof that F (n) is true for all n € N
 
Physics news on Phys.org
I don't understand what you are trying to prove. Please give the exact statement of the problem.
 
is this statement true or false (use proof by induction)
F (n): (for all a, b €N) (max (a, b) = n --> a=b)


is the proof right
 
I suggest you try to state what you are trying to prove as a simple English sentence. Notice that part of the actual statement of the problem is to decide whether the statement is true or false.
 
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