Does this prove the validity of this First Order Logic formula?
up vote
3
down vote
favorite
Is this a valid proof for the following problem?
Prove:
$$models (exists x : A(x) to forall x : B(x)) to forall x : (A(x) to B(x))$$
Proof by contradiction:
Assume $(exists x: A(x) to forall x : B(x)) land lnot (forall x(A(x) to B(x))$
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (A(x) to B(x))$ logical equivalence
$forall x : lnot A(x) lor forall x : B(x)) land lnot(forall x : (A(x) to B(x))$ logical equivalence
$lnot A(a) lor B(a) land lnot((A(a) to B(a))$ instantiation
$((A(a) to B(a)) land lnot((A(a) to B(a))$ a contradiction
$therefore (exists x: A(x) to forall x : B(x)) to forall x(A(x) to B(x))$
Edit: corrected a typo on step 2
Update: Professor's Solution:
Assume $(exists x: A(x) to forall x : B(x)) land lnot (forall x(A(x) to B(x))$
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (A(x) to B(x))$ logical equivalence
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land lnotforall x : (lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land exists x : lnot(lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land exists x : ( A(x) land lnot B(x))$ distribute negation
$ ( lnot A(a) lor B(a)) land ( A(a) land lnot B(a))$ instantiation
$ ( lnot A(a) lor B(a)) land ( lnot A(a) lor B(a))$ logical equivalence, resulting in a contradiction
$therefore (exists x: A(x) to forall x : B(x)) to forall x(A(x) to B(x))$
What I learned: it is typically safe to instantiate when there is one existential quantifier, which is not negated.
proof-verification logic first-order-logic
|
show 8 more comments
up vote
3
down vote
favorite
Is this a valid proof for the following problem?
Prove:
$$models (exists x : A(x) to forall x : B(x)) to forall x : (A(x) to B(x))$$
Proof by contradiction:
Assume $(exists x: A(x) to forall x : B(x)) land lnot (forall x(A(x) to B(x))$
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (A(x) to B(x))$ logical equivalence
$forall x : lnot A(x) lor forall x : B(x)) land lnot(forall x : (A(x) to B(x))$ logical equivalence
$lnot A(a) lor B(a) land lnot((A(a) to B(a))$ instantiation
$((A(a) to B(a)) land lnot((A(a) to B(a))$ a contradiction
$therefore (exists x: A(x) to forall x : B(x)) to forall x(A(x) to B(x))$
Edit: corrected a typo on step 2
Update: Professor's Solution:
Assume $(exists x: A(x) to forall x : B(x)) land lnot (forall x(A(x) to B(x))$
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (A(x) to B(x))$ logical equivalence
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land lnotforall x : (lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land exists x : lnot(lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land exists x : ( A(x) land lnot B(x))$ distribute negation
$ ( lnot A(a) lor B(a)) land ( A(a) land lnot B(a))$ instantiation
$ ( lnot A(a) lor B(a)) land ( lnot A(a) lor B(a))$ logical equivalence, resulting in a contradiction
$therefore (exists x: A(x) to forall x : B(x)) to forall x(A(x) to B(x))$
What I learned: it is typically safe to instantiate when there is one existential quantifier, which is not negated.
proof-verification logic first-order-logic
3
Why on Earth is this downvoted? Sure, the user didn't use $LaTeX$, but come on! They're new!
– Shaun
Nov 18 at 1:43
Please use MathJax is future, @OldGreg.
– Shaun
Nov 18 at 1:44
@Shaun: It's not my downvote, but there's a loose group of users who don't like pure proof-verification questions and think they don't add value to the site.
– Henning Makholm
Nov 18 at 1:49
I am of the view that it is better to edit new contributor's work into mathjax rather then downvoting them for that.
– Q the Platypus
Nov 18 at 1:49
Same. I've started the hard parts of editing the mathjax into the post, but I'm a bit strapped on time. Finishing up the mathjax edits would be good editing practice if someone else is interested.
– Larry B.
Nov 18 at 1:50
|
show 8 more comments
up vote
3
down vote
favorite
up vote
3
down vote
favorite
Is this a valid proof for the following problem?
Prove:
$$models (exists x : A(x) to forall x : B(x)) to forall x : (A(x) to B(x))$$
Proof by contradiction:
Assume $(exists x: A(x) to forall x : B(x)) land lnot (forall x(A(x) to B(x))$
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (A(x) to B(x))$ logical equivalence
$forall x : lnot A(x) lor forall x : B(x)) land lnot(forall x : (A(x) to B(x))$ logical equivalence
$lnot A(a) lor B(a) land lnot((A(a) to B(a))$ instantiation
$((A(a) to B(a)) land lnot((A(a) to B(a))$ a contradiction
$therefore (exists x: A(x) to forall x : B(x)) to forall x(A(x) to B(x))$
Edit: corrected a typo on step 2
Update: Professor's Solution:
Assume $(exists x: A(x) to forall x : B(x)) land lnot (forall x(A(x) to B(x))$
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (A(x) to B(x))$ logical equivalence
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land lnotforall x : (lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land exists x : lnot(lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land exists x : ( A(x) land lnot B(x))$ distribute negation
$ ( lnot A(a) lor B(a)) land ( A(a) land lnot B(a))$ instantiation
$ ( lnot A(a) lor B(a)) land ( lnot A(a) lor B(a))$ logical equivalence, resulting in a contradiction
$therefore (exists x: A(x) to forall x : B(x)) to forall x(A(x) to B(x))$
What I learned: it is typically safe to instantiate when there is one existential quantifier, which is not negated.
proof-verification logic first-order-logic
Is this a valid proof for the following problem?
Prove:
$$models (exists x : A(x) to forall x : B(x)) to forall x : (A(x) to B(x))$$
Proof by contradiction:
Assume $(exists x: A(x) to forall x : B(x)) land lnot (forall x(A(x) to B(x))$
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (A(x) to B(x))$ logical equivalence
$forall x : lnot A(x) lor forall x : B(x)) land lnot(forall x : (A(x) to B(x))$ logical equivalence
$lnot A(a) lor B(a) land lnot((A(a) to B(a))$ instantiation
$((A(a) to B(a)) land lnot((A(a) to B(a))$ a contradiction
$therefore (exists x: A(x) to forall x : B(x)) to forall x(A(x) to B(x))$
Edit: corrected a typo on step 2
Update: Professor's Solution:
Assume $(exists x: A(x) to forall x : B(x)) land lnot (forall x(A(x) to B(x))$
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (A(x) to B(x))$ logical equivalence
$ (lnot exists x : A(x) lor forall x : B(x)) land lnotforall x : (lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land lnotforall x : (lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land exists x : lnot(lnot A(x) lor B(x))$ logical equivalence
$ ( forall x : lnot A(x) lor forall x : B(x)) land exists x : ( A(x) land lnot B(x))$ distribute negation
$ ( lnot A(a) lor B(a)) land ( A(a) land lnot B(a))$ instantiation
$ ( lnot A(a) lor B(a)) land ( lnot A(a) lor B(a))$ logical equivalence, resulting in a contradiction
$therefore (exists x: A(x) to forall x : B(x)) to forall x(A(x) to B(x))$
What I learned: it is typically safe to instantiate when there is one existential quantifier, which is not negated.
proof-verification logic first-order-logic
proof-verification logic first-order-logic
edited Nov 20 at 7:03
asked Nov 18 at 1:34
OldGreg
214
214
3
Why on Earth is this downvoted? Sure, the user didn't use $LaTeX$, but come on! They're new!
– Shaun
Nov 18 at 1:43
Please use MathJax is future, @OldGreg.
– Shaun
Nov 18 at 1:44
@Shaun: It's not my downvote, but there's a loose group of users who don't like pure proof-verification questions and think they don't add value to the site.
– Henning Makholm
Nov 18 at 1:49
I am of the view that it is better to edit new contributor's work into mathjax rather then downvoting them for that.
– Q the Platypus
Nov 18 at 1:49
Same. I've started the hard parts of editing the mathjax into the post, but I'm a bit strapped on time. Finishing up the mathjax edits would be good editing practice if someone else is interested.
– Larry B.
Nov 18 at 1:50
|
show 8 more comments
3
Why on Earth is this downvoted? Sure, the user didn't use $LaTeX$, but come on! They're new!
– Shaun
Nov 18 at 1:43
Please use MathJax is future, @OldGreg.
– Shaun
Nov 18 at 1:44
@Shaun: It's not my downvote, but there's a loose group of users who don't like pure proof-verification questions and think they don't add value to the site.
– Henning Makholm
Nov 18 at 1:49
I am of the view that it is better to edit new contributor's work into mathjax rather then downvoting them for that.
– Q the Platypus
Nov 18 at 1:49
Same. I've started the hard parts of editing the mathjax into the post, but I'm a bit strapped on time. Finishing up the mathjax edits would be good editing practice if someone else is interested.
– Larry B.
Nov 18 at 1:50
3
3
Why on Earth is this downvoted? Sure, the user didn't use $LaTeX$, but come on! They're new!
– Shaun
Nov 18 at 1:43
Why on Earth is this downvoted? Sure, the user didn't use $LaTeX$, but come on! They're new!
– Shaun
Nov 18 at 1:43
Please use MathJax is future, @OldGreg.
– Shaun
Nov 18 at 1:44
Please use MathJax is future, @OldGreg.
– Shaun
Nov 18 at 1:44
@Shaun: It's not my downvote, but there's a loose group of users who don't like pure proof-verification questions and think they don't add value to the site.
– Henning Makholm
Nov 18 at 1:49
@Shaun: It's not my downvote, but there's a loose group of users who don't like pure proof-verification questions and think they don't add value to the site.
– Henning Makholm
Nov 18 at 1:49
I am of the view that it is better to edit new contributor's work into mathjax rather then downvoting them for that.
– Q the Platypus
Nov 18 at 1:49
I am of the view that it is better to edit new contributor's work into mathjax rather then downvoting them for that.
– Q the Platypus
Nov 18 at 1:49
Same. I've started the hard parts of editing the mathjax into the post, but I'm a bit strapped on time. Finishing up the mathjax edits would be good editing practice if someone else is interested.
– Larry B.
Nov 18 at 1:50
Same. I've started the hard parts of editing the mathjax into the post, but I'm a bit strapped on time. Finishing up the mathjax edits would be good editing practice if someone else is interested.
– Larry B.
Nov 18 at 1:50
|
show 8 more comments
3 Answers
3
active
oldest
votes
up vote
1
down vote
In step 2 you make use of the equivalence
$neg(exists x . A(x) lor forall x.B(x)) iff forall x . neg A(x) ∨ forall x . B(x) $
This is not a real equivalence compare it to demorgans law.
$neg(exists x . A(x) lor forall x.B(x)) iff neg(exists x . A(x)) land neg(forall x.B(x))$
add a comment |
up vote
1
down vote
If you want a syntactic proof for a conditional statement, I suggest that you should use a Conditional Proof format.
So assume $exists x~A(x)toforall x~B(x)$ and do something to derive $forall x~(A(x)to B(x))$.
Then discharge the assumption with conditional introduction.
$deffitch#1#2{quadbegin{array}{|l} #1\hline #2end{array}}
fitch{}{fitch{1.~exists x~A(x)~to~forall x~B(x)}{fitch{~ldots}{~ddots}\8.~forall x~(A(x)to B(x))}\9.~(exists x~A(x)toforall x~B(x))toforall x~(A(x)to B(x))}$
add a comment |
up vote
1
down vote
Step 4 is wrong!
It looks like you instantiated all universals with an $a$, but you cannot do that when the universals are part of a larger sentence.
Consider: Suppose you have
$$neg forall x P(x) land neg forall x neg P(x)$$
Now, if we are allowed to just instantiate each of these universals with an $a$, we would get $neg P(a) land neg neg P(a)$, which is a contradiction. But, the orginal statement is not a contradiction at all; if we interpret $P(x)$ as '$x$ is even', and the domain is all numbers, then the original statement is obviously true.
Even more fundamentally, if you have $neg forall x P(x)$, you cannot fill in anything you want. Using the same interpretation as before, it is clear that $neg forall x P(x)$ is true, but $neg P(0)$ is not. So, you cannot instantiate a universal with anything you wany if it is being negated, but this is what you did when in step 4 you went from $neg forall x (A(x) rightarrow B(x))$ to $neg (A(a) rightarrow B(x))$
Step 2 is also wrong. The result of rewriting the conditional as an implication should be:
$(neg exists x A(x) lor forall x B(x)) land neg forall x (A(x) rightarrow B(x))$
Interestingly, given your step 2, step 3 is also wrong, as pointed out by @QthePlatypus, but with this corrected step 2, your step 3 actually would follow ... so maybe this was just a typo on your part?
Thank you for the detailed example. I am a beginner, and I am still struggling with understanding when instantiation is allowed, I don't yet have a good strategy. It looks like a strategy might be to translate the line into informal English, in order to see whether or not instantiating will lead to a contradiction. Would a translation of your example be something like: "No number x is both even and not even."? If you know of any good resources, I would love more practice with quantifiers and instantiation, the more examples the better.
– OldGreg
Nov 19 at 3:43
thanks again, I made the correction to step 2.
– OldGreg
Nov 19 at 3:54
@oldgreg The official rule of instantiation is such that you can only use it when the whole statement is a universal. Any universal that is part of a larger statement cannit be instantiated.
– Bram28
Nov 19 at 3:59
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
In step 2 you make use of the equivalence
$neg(exists x . A(x) lor forall x.B(x)) iff forall x . neg A(x) ∨ forall x . B(x) $
This is not a real equivalence compare it to demorgans law.
$neg(exists x . A(x) lor forall x.B(x)) iff neg(exists x . A(x)) land neg(forall x.B(x))$
add a comment |
up vote
1
down vote
In step 2 you make use of the equivalence
$neg(exists x . A(x) lor forall x.B(x)) iff forall x . neg A(x) ∨ forall x . B(x) $
This is not a real equivalence compare it to demorgans law.
$neg(exists x . A(x) lor forall x.B(x)) iff neg(exists x . A(x)) land neg(forall x.B(x))$
add a comment |
up vote
1
down vote
up vote
1
down vote
In step 2 you make use of the equivalence
$neg(exists x . A(x) lor forall x.B(x)) iff forall x . neg A(x) ∨ forall x . B(x) $
This is not a real equivalence compare it to demorgans law.
$neg(exists x . A(x) lor forall x.B(x)) iff neg(exists x . A(x)) land neg(forall x.B(x))$
In step 2 you make use of the equivalence
$neg(exists x . A(x) lor forall x.B(x)) iff forall x . neg A(x) ∨ forall x . B(x) $
This is not a real equivalence compare it to demorgans law.
$neg(exists x . A(x) lor forall x.B(x)) iff neg(exists x . A(x)) land neg(forall x.B(x))$
edited Nov 18 at 2:30
answered Nov 18 at 2:16
Q the Platypus
2,754933
2,754933
add a comment |
add a comment |
up vote
1
down vote
If you want a syntactic proof for a conditional statement, I suggest that you should use a Conditional Proof format.
So assume $exists x~A(x)toforall x~B(x)$ and do something to derive $forall x~(A(x)to B(x))$.
Then discharge the assumption with conditional introduction.
$deffitch#1#2{quadbegin{array}{|l} #1\hline #2end{array}}
fitch{}{fitch{1.~exists x~A(x)~to~forall x~B(x)}{fitch{~ldots}{~ddots}\8.~forall x~(A(x)to B(x))}\9.~(exists x~A(x)toforall x~B(x))toforall x~(A(x)to B(x))}$
add a comment |
up vote
1
down vote
If you want a syntactic proof for a conditional statement, I suggest that you should use a Conditional Proof format.
So assume $exists x~A(x)toforall x~B(x)$ and do something to derive $forall x~(A(x)to B(x))$.
Then discharge the assumption with conditional introduction.
$deffitch#1#2{quadbegin{array}{|l} #1\hline #2end{array}}
fitch{}{fitch{1.~exists x~A(x)~to~forall x~B(x)}{fitch{~ldots}{~ddots}\8.~forall x~(A(x)to B(x))}\9.~(exists x~A(x)toforall x~B(x))toforall x~(A(x)to B(x))}$
add a comment |
up vote
1
down vote
up vote
1
down vote
If you want a syntactic proof for a conditional statement, I suggest that you should use a Conditional Proof format.
So assume $exists x~A(x)toforall x~B(x)$ and do something to derive $forall x~(A(x)to B(x))$.
Then discharge the assumption with conditional introduction.
$deffitch#1#2{quadbegin{array}{|l} #1\hline #2end{array}}
fitch{}{fitch{1.~exists x~A(x)~to~forall x~B(x)}{fitch{~ldots}{~ddots}\8.~forall x~(A(x)to B(x))}\9.~(exists x~A(x)toforall x~B(x))toforall x~(A(x)to B(x))}$
If you want a syntactic proof for a conditional statement, I suggest that you should use a Conditional Proof format.
So assume $exists x~A(x)toforall x~B(x)$ and do something to derive $forall x~(A(x)to B(x))$.
Then discharge the assumption with conditional introduction.
$deffitch#1#2{quadbegin{array}{|l} #1\hline #2end{array}}
fitch{}{fitch{1.~exists x~A(x)~to~forall x~B(x)}{fitch{~ldots}{~ddots}\8.~forall x~(A(x)to B(x))}\9.~(exists x~A(x)toforall x~B(x))toforall x~(A(x)to B(x))}$
answered Nov 19 at 1:43
Graham Kemp
84.6k43378
84.6k43378
add a comment |
add a comment |
up vote
1
down vote
Step 4 is wrong!
It looks like you instantiated all universals with an $a$, but you cannot do that when the universals are part of a larger sentence.
Consider: Suppose you have
$$neg forall x P(x) land neg forall x neg P(x)$$
Now, if we are allowed to just instantiate each of these universals with an $a$, we would get $neg P(a) land neg neg P(a)$, which is a contradiction. But, the orginal statement is not a contradiction at all; if we interpret $P(x)$ as '$x$ is even', and the domain is all numbers, then the original statement is obviously true.
Even more fundamentally, if you have $neg forall x P(x)$, you cannot fill in anything you want. Using the same interpretation as before, it is clear that $neg forall x P(x)$ is true, but $neg P(0)$ is not. So, you cannot instantiate a universal with anything you wany if it is being negated, but this is what you did when in step 4 you went from $neg forall x (A(x) rightarrow B(x))$ to $neg (A(a) rightarrow B(x))$
Step 2 is also wrong. The result of rewriting the conditional as an implication should be:
$(neg exists x A(x) lor forall x B(x)) land neg forall x (A(x) rightarrow B(x))$
Interestingly, given your step 2, step 3 is also wrong, as pointed out by @QthePlatypus, but with this corrected step 2, your step 3 actually would follow ... so maybe this was just a typo on your part?
Thank you for the detailed example. I am a beginner, and I am still struggling with understanding when instantiation is allowed, I don't yet have a good strategy. It looks like a strategy might be to translate the line into informal English, in order to see whether or not instantiating will lead to a contradiction. Would a translation of your example be something like: "No number x is both even and not even."? If you know of any good resources, I would love more practice with quantifiers and instantiation, the more examples the better.
– OldGreg
Nov 19 at 3:43
thanks again, I made the correction to step 2.
– OldGreg
Nov 19 at 3:54
@oldgreg The official rule of instantiation is such that you can only use it when the whole statement is a universal. Any universal that is part of a larger statement cannit be instantiated.
– Bram28
Nov 19 at 3:59
add a comment |
up vote
1
down vote
Step 4 is wrong!
It looks like you instantiated all universals with an $a$, but you cannot do that when the universals are part of a larger sentence.
Consider: Suppose you have
$$neg forall x P(x) land neg forall x neg P(x)$$
Now, if we are allowed to just instantiate each of these universals with an $a$, we would get $neg P(a) land neg neg P(a)$, which is a contradiction. But, the orginal statement is not a contradiction at all; if we interpret $P(x)$ as '$x$ is even', and the domain is all numbers, then the original statement is obviously true.
Even more fundamentally, if you have $neg forall x P(x)$, you cannot fill in anything you want. Using the same interpretation as before, it is clear that $neg forall x P(x)$ is true, but $neg P(0)$ is not. So, you cannot instantiate a universal with anything you wany if it is being negated, but this is what you did when in step 4 you went from $neg forall x (A(x) rightarrow B(x))$ to $neg (A(a) rightarrow B(x))$
Step 2 is also wrong. The result of rewriting the conditional as an implication should be:
$(neg exists x A(x) lor forall x B(x)) land neg forall x (A(x) rightarrow B(x))$
Interestingly, given your step 2, step 3 is also wrong, as pointed out by @QthePlatypus, but with this corrected step 2, your step 3 actually would follow ... so maybe this was just a typo on your part?
Thank you for the detailed example. I am a beginner, and I am still struggling with understanding when instantiation is allowed, I don't yet have a good strategy. It looks like a strategy might be to translate the line into informal English, in order to see whether or not instantiating will lead to a contradiction. Would a translation of your example be something like: "No number x is both even and not even."? If you know of any good resources, I would love more practice with quantifiers and instantiation, the more examples the better.
– OldGreg
Nov 19 at 3:43
thanks again, I made the correction to step 2.
– OldGreg
Nov 19 at 3:54
@oldgreg The official rule of instantiation is such that you can only use it when the whole statement is a universal. Any universal that is part of a larger statement cannit be instantiated.
– Bram28
Nov 19 at 3:59
add a comment |
up vote
1
down vote
up vote
1
down vote
Step 4 is wrong!
It looks like you instantiated all universals with an $a$, but you cannot do that when the universals are part of a larger sentence.
Consider: Suppose you have
$$neg forall x P(x) land neg forall x neg P(x)$$
Now, if we are allowed to just instantiate each of these universals with an $a$, we would get $neg P(a) land neg neg P(a)$, which is a contradiction. But, the orginal statement is not a contradiction at all; if we interpret $P(x)$ as '$x$ is even', and the domain is all numbers, then the original statement is obviously true.
Even more fundamentally, if you have $neg forall x P(x)$, you cannot fill in anything you want. Using the same interpretation as before, it is clear that $neg forall x P(x)$ is true, but $neg P(0)$ is not. So, you cannot instantiate a universal with anything you wany if it is being negated, but this is what you did when in step 4 you went from $neg forall x (A(x) rightarrow B(x))$ to $neg (A(a) rightarrow B(x))$
Step 2 is also wrong. The result of rewriting the conditional as an implication should be:
$(neg exists x A(x) lor forall x B(x)) land neg forall x (A(x) rightarrow B(x))$
Interestingly, given your step 2, step 3 is also wrong, as pointed out by @QthePlatypus, but with this corrected step 2, your step 3 actually would follow ... so maybe this was just a typo on your part?
Step 4 is wrong!
It looks like you instantiated all universals with an $a$, but you cannot do that when the universals are part of a larger sentence.
Consider: Suppose you have
$$neg forall x P(x) land neg forall x neg P(x)$$
Now, if we are allowed to just instantiate each of these universals with an $a$, we would get $neg P(a) land neg neg P(a)$, which is a contradiction. But, the orginal statement is not a contradiction at all; if we interpret $P(x)$ as '$x$ is even', and the domain is all numbers, then the original statement is obviously true.
Even more fundamentally, if you have $neg forall x P(x)$, you cannot fill in anything you want. Using the same interpretation as before, it is clear that $neg forall x P(x)$ is true, but $neg P(0)$ is not. So, you cannot instantiate a universal with anything you wany if it is being negated, but this is what you did when in step 4 you went from $neg forall x (A(x) rightarrow B(x))$ to $neg (A(a) rightarrow B(x))$
Step 2 is also wrong. The result of rewriting the conditional as an implication should be:
$(neg exists x A(x) lor forall x B(x)) land neg forall x (A(x) rightarrow B(x))$
Interestingly, given your step 2, step 3 is also wrong, as pointed out by @QthePlatypus, but with this corrected step 2, your step 3 actually would follow ... so maybe this was just a typo on your part?
edited Nov 19 at 2:31
answered Nov 19 at 0:39
Bram28
58.7k44185
58.7k44185
Thank you for the detailed example. I am a beginner, and I am still struggling with understanding when instantiation is allowed, I don't yet have a good strategy. It looks like a strategy might be to translate the line into informal English, in order to see whether or not instantiating will lead to a contradiction. Would a translation of your example be something like: "No number x is both even and not even."? If you know of any good resources, I would love more practice with quantifiers and instantiation, the more examples the better.
– OldGreg
Nov 19 at 3:43
thanks again, I made the correction to step 2.
– OldGreg
Nov 19 at 3:54
@oldgreg The official rule of instantiation is such that you can only use it when the whole statement is a universal. Any universal that is part of a larger statement cannit be instantiated.
– Bram28
Nov 19 at 3:59
add a comment |
Thank you for the detailed example. I am a beginner, and I am still struggling with understanding when instantiation is allowed, I don't yet have a good strategy. It looks like a strategy might be to translate the line into informal English, in order to see whether or not instantiating will lead to a contradiction. Would a translation of your example be something like: "No number x is both even and not even."? If you know of any good resources, I would love more practice with quantifiers and instantiation, the more examples the better.
– OldGreg
Nov 19 at 3:43
thanks again, I made the correction to step 2.
– OldGreg
Nov 19 at 3:54
@oldgreg The official rule of instantiation is such that you can only use it when the whole statement is a universal. Any universal that is part of a larger statement cannit be instantiated.
– Bram28
Nov 19 at 3:59
Thank you for the detailed example. I am a beginner, and I am still struggling with understanding when instantiation is allowed, I don't yet have a good strategy. It looks like a strategy might be to translate the line into informal English, in order to see whether or not instantiating will lead to a contradiction. Would a translation of your example be something like: "No number x is both even and not even."? If you know of any good resources, I would love more practice with quantifiers and instantiation, the more examples the better.
– OldGreg
Nov 19 at 3:43
Thank you for the detailed example. I am a beginner, and I am still struggling with understanding when instantiation is allowed, I don't yet have a good strategy. It looks like a strategy might be to translate the line into informal English, in order to see whether or not instantiating will lead to a contradiction. Would a translation of your example be something like: "No number x is both even and not even."? If you know of any good resources, I would love more practice with quantifiers and instantiation, the more examples the better.
– OldGreg
Nov 19 at 3:43
thanks again, I made the correction to step 2.
– OldGreg
Nov 19 at 3:54
thanks again, I made the correction to step 2.
– OldGreg
Nov 19 at 3:54
@oldgreg The official rule of instantiation is such that you can only use it when the whole statement is a universal. Any universal that is part of a larger statement cannit be instantiated.
– Bram28
Nov 19 at 3:59
@oldgreg The official rule of instantiation is such that you can only use it when the whole statement is a universal. Any universal that is part of a larger statement cannit be instantiated.
– Bram28
Nov 19 at 3:59
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3003048%2fdoes-this-prove-the-validity-of-this-first-order-logic-formula%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Why on Earth is this downvoted? Sure, the user didn't use $LaTeX$, but come on! They're new!
– Shaun
Nov 18 at 1:43
Please use MathJax is future, @OldGreg.
– Shaun
Nov 18 at 1:44
@Shaun: It's not my downvote, but there's a loose group of users who don't like pure proof-verification questions and think they don't add value to the site.
– Henning Makholm
Nov 18 at 1:49
I am of the view that it is better to edit new contributor's work into mathjax rather then downvoting them for that.
– Q the Platypus
Nov 18 at 1:49
Same. I've started the hard parts of editing the mathjax into the post, but I'm a bit strapped on time. Finishing up the mathjax edits would be good editing practice if someone else is interested.
– Larry B.
Nov 18 at 1:50