Proving Math Logic: Solving the Existential Quantifier

  • Thread starter Thread starter Dragonfall
  • Start date Start date
  • Tags Tags
    Logic
Dragonfall
Messages
1,023
Reaction score
5
I need to prove the following:

\forall x\forall y[(fy=x)\rightarrow Qx]\vdash \exists xQx.

I can't do it.
 
Physics news on Phys.org
Is this even true? Seems a bit fishy.
 
I take it f is a function. It shouldn't seem fishy--after all fy has to equal something (most logics contain the assumption that the universe contains at least one object), and whatever it equals must have property Q.

I am not familiar with the rules of your specific inference system. One plausible way, whether it's sufficiently formal for a logic derivation I do not know, is to instantiate the premise with y and fy, so you get
(fy = fy) -> Qfy
And maybe you have a premise that x = x for all x, so you could then derive Qfy
Then use existential generalization on fy (is this legal in your system?) to obtain
\existsx Qx
 
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