Solving Propositional Logic and Quantifier Expressions

  • #1
199
0
Not sure where to post this subject, so if it is in the wrong location please forgive.

1. Restore the parentheses to these abbreviated propositional forms?

[tex]Q \wedge \backsim S \vee \backsim ( \backsim P \wedge Q )[/tex]

I got this, but am not sure if it is correct.

[tex] [Q \wedge (\backsim S)] \vee ( P \wedge \backsim Q )[/tex]

2. Translate the following with quantifiers.
a. Some isosceles triangle is a right triangle. (all triangles)

This is what I believe it is. [tex](\exists x)(x \ is \ isosceles \ triangle \ \wedge \ x \ is \ a \ right \ triangle)[/tex] Is there anyway to reduce this translation?

b. Between any reall number and any larger real number, there is a rational number (Real numbers)

I have no idea how to write this. Any ideas?

3. Which of the following are true for the universe of all real numbers
(a) [tex] (\forall x)(\exists y)(x \leq y) [/tex]

I said true, because for all x's, there exists a y to fit this equation

(b) [tex](\forall x)(\exists!y)(x=y^2)[/tex]

what does [tex](\exists!y) [/tex] even mean?

Lastly,
4. Let the function a(x) be an open sentence with variable x.
Prove that [tex](\exists!x)A(x) \Rightarrow (\exists x)A(x)[/tex]

How to do this?

Any help would be greatly appreciated. Thanks!
 
  • #2
1. Use De Morgan's Law.
2. Let A= "all triangles" Let P(x) = "x is an isoceles triangle" , Q(x) = "x is a right triangle"
Then, there exists an x which is an element of A such that? Continue from here.
3-4. [tex]\exists! xP(x) [/tex] is a unique existential quantifier, meaning P(x) is true for one and only x.
 
Last edited:
  • #3
1. Looking at Demorgan's law I determined it would be [tex] [Q \wedge (\backsim S)] \vee ( P \vee \backsim Q )[/tex]. I looked at my solutions manual and I saw the answer to be [tex] [Q \wedge (\backsim S)] \vee \backsim (P \wedge Q )[/tex] I am not sure how the solutions manual derives to this answer. Could this be a typo?

2. There exists an x triangle which has to be an isosceles and right triangles. Still unsure how to write other.

3a.
[tex] (\forall x)(\exists y)(x \leq y) [/tex]

Looking at this, it would be true. For all real number x exists a real number y where x is greater than or equal to y.

3b. [tex](\forall x)(\exists!y)(x=y^2)[/tex]

Looking at this one, it would be false. For all reall number x there is a unique y to satisfy x = y^2. There are at least two different cases: 1 and 0.

4. Prove [tex](\exists!x)A(x) \Rightarrow (\exists x)A(x)[/tex]

If there exists a unique x such that A(x) implies that there exists an x for A(x)

Prove: If [tex](\exists!x)A(x) is true, then truth set for A(x) only has one element. This implies that [tex](\exists x)A(x) is not empty and true

I think I am now a little more clear on the subject. Does this seem better?
 
  • #4
I'm a little sleepy, so I'll look at only 1 and 2.

1. Ok, good. You've used DeMorgan's. Most likely, it's not a typo and there's some trick so that you can further simplify it into that form. Try to use the associative laws and distributive laws. I haven't tried doing the problem, but mess around and see what you get.

2. A= "all triangles" Let P(x) = "x is an isosceles triangle" , Q(x) = "x is a right triangle"
Ok, you can say this like so.
There exists an x in the universe of A, such that x is an isosceles triangle and x is a right triangle. Basically, you wrote the same thing except you need to express it in form of a predicate i.e. P(x). Simply, convert this into logical notation.
 
Last edited:
  • #5
3a. That's correct. Archimedes principle/property can be applied here as well.
3b. I don't understand your cases. I believe you only need to provide a counterexample to prove that it is false. Suppose x=4. Then [tex]x=y^2[/tex] has more than one value for y, what are those values.

4. Since !x implies that there exists one and only unique x. Then you can say that for some y, [tex]x \neq y[/tex]
So, [tex]\exists(!x)P(x) \equiv \exists x(Px) \wedge ~\exists x,y(blank)[/tex]

What is "blank"?
 
Last edited:

Suggested for: Solving Propositional Logic and Quantifier Expressions

Replies
5
Views
803
Replies
2
Views
346
Replies
6
Views
591
Replies
4
Views
275
Replies
0
Views
484
Replies
17
Views
1K
Back
Top