Proving Lemma: x + z = y + z implies x = y

  • Thread starter Thread starter Firepanda
  • Start date Start date
Firepanda
Messages
425
Reaction score
0
[LOGIC] Prove: (x ≤ y) → (x+z ≤ y+z)

I need to prove if x≤y then x+z ≤ y+z (for all x, y and z)

Using these axioms (The first 17 are Tarski Arithmetic, and the following 7 are previously proved results)

34zbrl1.png


All I can think of so far is using Axiom TA16, but then what?

Thanks
 
Last edited:
Physics news on Phys.org
Yes, that is one way to do it. Note that what you want to end with, x+z\le y+ z is, again by TA16, equivalent to 0\le (y+ z)- (x+ z). Do you see how to get to that?
 
Thanks!

Got that one now

For another question on this example sheet I've almost done it apart from the last step where I have to show

y + (-x) = 0 → y = x

It seems so simple yet I can't think how to show that, any ideas?
 
Basically I think I need to prove the lemma

x + z = y + z -> x = y
 
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