Is This Predicate Logic Proof Correct?

AI Thread Summary
The discussion revolves around the correctness of a predicate logic proof involving existential and universal quantifiers. The original poster presents their work on two problems, seeking validation and assistance with logical formatting in TeX. Key points include the use of conditional proof and reductio ad absurdum for hypothesizing contradictions. Participants emphasize the importance of understanding quantifier elimination and introduction rules, suggesting that the original poster review these concepts for clarity. The thread highlights the collaborative effort to refine logical proofs and improve understanding of formal logic techniques.
lazycritic
Messages
15
Reaction score
0
Hey,

If anyone here likes working on these problems, I'm working on a couple more. I finished the first two. These go:

1. Vx Vy (Fxy ---> ~Fyx) |- -ExFxx
(now my work - maybe wrong
2. Vy (Fay ---> ~Fya) 1,VE
3. (Faa ---> ~Faa) 2,VE
4. | Faa H(for -->E)
5. | ~Faa 3,4, CON
6. Faa
7. ~~Faa 3,6, MT
(I find this hard to articulate in the logical format, but basically, if ~Faa is proved wrong by Faa in line six(~(~Faa)), then MT says that ~Faa can be infered...)
8. ~Faa
9. -ExFxx 8, EI(can I do this?)

Actually ended up working it out as I posted it. Is it right, though? Btw, does anyone know the tex way to do this?

Test: VxEy(Mxy -> Fxy)

Didn't work.
 
Last edited:
Physics news on Phys.org
I think I got the next problem, a theorom, but if anyone can look over it, I'd appreciate it.

4) |- ~Ex(Fx & ~Fx)

1. | ~[~Ex(Fx & ~Fx)] H(for con) - that how would I say I'm hypothesizing for a contradition?

2. | Ex(Fx & ~Fx) 1, DN
3. | Fa & ~Fa 2, E Elim.(tex would be nice here)
4. ~Ex(Fx & ~Fx) 1-3 Con?
 
Bump. Anyone mind checking these?
 
\forall \exists \neg \vee \wedge \rightarrow \leftrightarrow \vdash
Click the graphic to see the code; Follow the link for more.
lazycritic said:
1. Vx Vy (Fxy ---> ~Fyx) |- -ExFxx
(now my work - maybe wrong
2. Vy (Fay ---> ~Fya) 1,VE
3. (Faa ---> ~Faa) 2,VE
4. | Faa H(for -->E)
5. | ~Faa 3,4, CON
From 4 and 5 you can infer Faa -> ~Faa (which you already have). Conditional proof gives you a conditional- a conditional which says that your hypothesis implies whatever you can derive while assuming it.
Remember I don't know much about quantifier elimination and introduction. Maybe you could post your rules for these.
If you can get
3. Faa -> ~Faa
Then
4. ~Faa v ~Faa [3, Implication]
5. ~Faa [4, Tautology]
Of course, those are what my rules are called, you may use different names or different rules. But if you can see that (P -> Q) <=> (~P v Q) and (~P v ~P) <=> ~P, you can probably find the rules you need.

Patience, grasshopper :-p
 
lazycritic said:
how would I say I'm hypothesizing for a contradition?
That seems fine. There are two rules that use provisional hypotheses: Conditional proof and Reductio ad absurdum. You can find both rules here. I highly recommend you read those rules!
4) |- ~Ex(Fx & ~Fx)

1. | ~[~Ex(Fx & ~Fx)] H(for con) - that

2. | Ex(Fx & ~Fx) 1, DN
3. | Fa & ~Fa 2, E Elim.(tex would be nice here)
4. ~Ex(Fx & ~Fx) 1-3 Con?
Not by any rules I know. However, you can do:
1. | Fa & ~Fa [Reductio]
2. | Fa [1, Simplification]
3. | ~Fa [1, Simplification]
Now what can you infer from that?
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top