proof by finding suitable instances and resolution
I am trying to proof by resolution the following:
1) Given a language with the binary relation symbols $<, <<, <<<$ and the binary function symbols $+, *$ and the constant symbols a, b,
proof by resolution that the following CNF is unsatisfiable:
${{a+b < a*b}; {x_2 not< y_2, x_2 + y_2 << x_2 * y_2}; {x_2 not<< y_2, x_2 + y_2 <<< x_2 * y_2}; {x not<<< y}}$
Hint: Find a set of instances without free variables of this clauses, that are propositionally unsatisfiable.
I don't manage to find suitable instances of the clauses. Do you have any idea?
2) Name a set of n clauses (with O(n) symbols) that is unsatisfiable, but whereby the smallest set of instances without free variables, that are propositionally unsatisfiable, does have more than O(n) symbols.
I have no idea how such a set of clauses could look like. Hopefully it becomes more clear, when 1) is solved?
I'd appreciate your help on this! :)
logic propositional-calculus first-order-logic predicate-logic proof-theory
add a comment |
I am trying to proof by resolution the following:
1) Given a language with the binary relation symbols $<, <<, <<<$ and the binary function symbols $+, *$ and the constant symbols a, b,
proof by resolution that the following CNF is unsatisfiable:
${{a+b < a*b}; {x_2 not< y_2, x_2 + y_2 << x_2 * y_2}; {x_2 not<< y_2, x_2 + y_2 <<< x_2 * y_2}; {x not<<< y}}$
Hint: Find a set of instances without free variables of this clauses, that are propositionally unsatisfiable.
I don't manage to find suitable instances of the clauses. Do you have any idea?
2) Name a set of n clauses (with O(n) symbols) that is unsatisfiable, but whereby the smallest set of instances without free variables, that are propositionally unsatisfiable, does have more than O(n) symbols.
I have no idea how such a set of clauses could look like. Hopefully it becomes more clear, when 1) is solved?
I'd appreciate your help on this! :)
logic propositional-calculus first-order-logic predicate-logic proof-theory
If anything is unclear in my post, please let me know.
– Studentu
Dec 9 '18 at 22:06
add a comment |
I am trying to proof by resolution the following:
1) Given a language with the binary relation symbols $<, <<, <<<$ and the binary function symbols $+, *$ and the constant symbols a, b,
proof by resolution that the following CNF is unsatisfiable:
${{a+b < a*b}; {x_2 not< y_2, x_2 + y_2 << x_2 * y_2}; {x_2 not<< y_2, x_2 + y_2 <<< x_2 * y_2}; {x not<<< y}}$
Hint: Find a set of instances without free variables of this clauses, that are propositionally unsatisfiable.
I don't manage to find suitable instances of the clauses. Do you have any idea?
2) Name a set of n clauses (with O(n) symbols) that is unsatisfiable, but whereby the smallest set of instances without free variables, that are propositionally unsatisfiable, does have more than O(n) symbols.
I have no idea how such a set of clauses could look like. Hopefully it becomes more clear, when 1) is solved?
I'd appreciate your help on this! :)
logic propositional-calculus first-order-logic predicate-logic proof-theory
I am trying to proof by resolution the following:
1) Given a language with the binary relation symbols $<, <<, <<<$ and the binary function symbols $+, *$ and the constant symbols a, b,
proof by resolution that the following CNF is unsatisfiable:
${{a+b < a*b}; {x_2 not< y_2, x_2 + y_2 << x_2 * y_2}; {x_2 not<< y_2, x_2 + y_2 <<< x_2 * y_2}; {x not<<< y}}$
Hint: Find a set of instances without free variables of this clauses, that are propositionally unsatisfiable.
I don't manage to find suitable instances of the clauses. Do you have any idea?
2) Name a set of n clauses (with O(n) symbols) that is unsatisfiable, but whereby the smallest set of instances without free variables, that are propositionally unsatisfiable, does have more than O(n) symbols.
I have no idea how such a set of clauses could look like. Hopefully it becomes more clear, when 1) is solved?
I'd appreciate your help on this! :)
logic propositional-calculus first-order-logic predicate-logic proof-theory
logic propositional-calculus first-order-logic predicate-logic proof-theory
edited Dec 9 '18 at 22:37
asked Dec 9 '18 at 20:37
Studentu
1038
1038
If anything is unclear in my post, please let me know.
– Studentu
Dec 9 '18 at 22:06
add a comment |
If anything is unclear in my post, please let me know.
– Studentu
Dec 9 '18 at 22:06
If anything is unclear in my post, please let me know.
– Studentu
Dec 9 '18 at 22:06
If anything is unclear in my post, please let me know.
– Studentu
Dec 9 '18 at 22:06
add a comment |
1 Answer
1
active
oldest
votes
proof by resolution that the following CNF is unsatisfiable:
${{a+b < a*b}; {x_2 not< y_2, x_2 + y_2 ll x_2 * y_2}; {x_2 notll y_2, x_2 + y_2 lll x_2 * y_2}; {x notlll y}}$
You need to use $a+b < a*b$ in some other clause. The operator "$<$" only occurs in $x_2 not< y_2$ so you should take $x_2=a+b, y_2=a*b$. The other instantiations follow the same reasoning. So you end up with clauses,
begin{align*}
& a+b < a*b\\
& a+b not< a*b\
& (a+b) + (a*b) ll (a+b) * (a*b)\\
& (a+b) + (a*b) notll (a+b) * (a*b)\
& ((a+b)+(a*b))+((a+b)*(a*b)) lll ((a+b)+(a*b))*((a+b)*(a*b))\\
& ((a+b)+(a*b))+((a+b)*(a*b)) notlll ((a+b)+(a*b))*((a+b)*(a*b))\\
end{align*}
Applying the resolution method is now trivial.
For question number 2 consider,
begin{align*}
&{a+b <_1 a*b}\
%
&{x_k not<_{(k-1)} y_k, x_k + y_k <_k x_k * y_k}quad 1<k<n\
&{x_{n} not<_{n-1}< y_{n}}
end{align*}
and to instantiate the free variables consider terms,
$s_0 = a$,
$t_0 = b$,
$s_k =s_{(k-1)}+t_{(k-1)}$ and
$t_k =s_{(k-1)}*t_{(k-1)}$,
and define substitutions $x_k/s_{k-1}$ and $y_k/t_{k-1}$ for $1<k<n$. The number of symbols grows exponentially with $k$ and therefore also with $n$.
1
Indeed that's what I did. A set such as ${x2≪̸y2,x2+y2⋘x2∗y2}$ is typically a a schema, that is shorthand notation for a union $bigcup{{x2≪̸y2,x2+y2⋘x2∗y2} | x2, y2 in mathcal{D}}$ where $mathcal{D}$ is their domain.
– Jorge Adriano
Dec 10 '18 at 1:09
1
That's the only way I can make sense of the question. Unless if you meant to write $x1≮y1,x1+y1ll x1∗y1$ rather than $x2≮y2,x2+y2≪x2∗y2$ in the second set of your question. If you do that, then you have different variables to instantiate. Regardless each of those sets should have their variables instantiated with different values, that's the only way the question makes sense.
– Jorge Adriano
Dec 10 '18 at 1:17
1
For the second question you just have to generalise this example from 4 to $n$ clauses. In this example with each (instantiated) clause the number of symbol doubles.
– Jorge Adriano
Dec 10 '18 at 1:31
1
edited with some detail on question 2
– Jorge Adriano
Dec 10 '18 at 2:31
1
Yes, should be $n$. And yes that's it from the clauses with $O(n)$ symbols you get via substitutions the clauses with no free variables and $O(2^n)$ symbols (note it is exponential, not just polynomial).
– Jorge Adriano
Dec 10 '18 at 10:57
|
show 5 more comments
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f3032966%2fproof-by-finding-suitable-instances-and-resolution%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
proof by resolution that the following CNF is unsatisfiable:
${{a+b < a*b}; {x_2 not< y_2, x_2 + y_2 ll x_2 * y_2}; {x_2 notll y_2, x_2 + y_2 lll x_2 * y_2}; {x notlll y}}$
You need to use $a+b < a*b$ in some other clause. The operator "$<$" only occurs in $x_2 not< y_2$ so you should take $x_2=a+b, y_2=a*b$. The other instantiations follow the same reasoning. So you end up with clauses,
begin{align*}
& a+b < a*b\\
& a+b not< a*b\
& (a+b) + (a*b) ll (a+b) * (a*b)\\
& (a+b) + (a*b) notll (a+b) * (a*b)\
& ((a+b)+(a*b))+((a+b)*(a*b)) lll ((a+b)+(a*b))*((a+b)*(a*b))\\
& ((a+b)+(a*b))+((a+b)*(a*b)) notlll ((a+b)+(a*b))*((a+b)*(a*b))\\
end{align*}
Applying the resolution method is now trivial.
For question number 2 consider,
begin{align*}
&{a+b <_1 a*b}\
%
&{x_k not<_{(k-1)} y_k, x_k + y_k <_k x_k * y_k}quad 1<k<n\
&{x_{n} not<_{n-1}< y_{n}}
end{align*}
and to instantiate the free variables consider terms,
$s_0 = a$,
$t_0 = b$,
$s_k =s_{(k-1)}+t_{(k-1)}$ and
$t_k =s_{(k-1)}*t_{(k-1)}$,
and define substitutions $x_k/s_{k-1}$ and $y_k/t_{k-1}$ for $1<k<n$. The number of symbols grows exponentially with $k$ and therefore also with $n$.
1
Indeed that's what I did. A set such as ${x2≪̸y2,x2+y2⋘x2∗y2}$ is typically a a schema, that is shorthand notation for a union $bigcup{{x2≪̸y2,x2+y2⋘x2∗y2} | x2, y2 in mathcal{D}}$ where $mathcal{D}$ is their domain.
– Jorge Adriano
Dec 10 '18 at 1:09
1
That's the only way I can make sense of the question. Unless if you meant to write $x1≮y1,x1+y1ll x1∗y1$ rather than $x2≮y2,x2+y2≪x2∗y2$ in the second set of your question. If you do that, then you have different variables to instantiate. Regardless each of those sets should have their variables instantiated with different values, that's the only way the question makes sense.
– Jorge Adriano
Dec 10 '18 at 1:17
1
For the second question you just have to generalise this example from 4 to $n$ clauses. In this example with each (instantiated) clause the number of symbol doubles.
– Jorge Adriano
Dec 10 '18 at 1:31
1
edited with some detail on question 2
– Jorge Adriano
Dec 10 '18 at 2:31
1
Yes, should be $n$. And yes that's it from the clauses with $O(n)$ symbols you get via substitutions the clauses with no free variables and $O(2^n)$ symbols (note it is exponential, not just polynomial).
– Jorge Adriano
Dec 10 '18 at 10:57
|
show 5 more comments
proof by resolution that the following CNF is unsatisfiable:
${{a+b < a*b}; {x_2 not< y_2, x_2 + y_2 ll x_2 * y_2}; {x_2 notll y_2, x_2 + y_2 lll x_2 * y_2}; {x notlll y}}$
You need to use $a+b < a*b$ in some other clause. The operator "$<$" only occurs in $x_2 not< y_2$ so you should take $x_2=a+b, y_2=a*b$. The other instantiations follow the same reasoning. So you end up with clauses,
begin{align*}
& a+b < a*b\\
& a+b not< a*b\
& (a+b) + (a*b) ll (a+b) * (a*b)\\
& (a+b) + (a*b) notll (a+b) * (a*b)\
& ((a+b)+(a*b))+((a+b)*(a*b)) lll ((a+b)+(a*b))*((a+b)*(a*b))\\
& ((a+b)+(a*b))+((a+b)*(a*b)) notlll ((a+b)+(a*b))*((a+b)*(a*b))\\
end{align*}
Applying the resolution method is now trivial.
For question number 2 consider,
begin{align*}
&{a+b <_1 a*b}\
%
&{x_k not<_{(k-1)} y_k, x_k + y_k <_k x_k * y_k}quad 1<k<n\
&{x_{n} not<_{n-1}< y_{n}}
end{align*}
and to instantiate the free variables consider terms,
$s_0 = a$,
$t_0 = b$,
$s_k =s_{(k-1)}+t_{(k-1)}$ and
$t_k =s_{(k-1)}*t_{(k-1)}$,
and define substitutions $x_k/s_{k-1}$ and $y_k/t_{k-1}$ for $1<k<n$. The number of symbols grows exponentially with $k$ and therefore also with $n$.
1
Indeed that's what I did. A set such as ${x2≪̸y2,x2+y2⋘x2∗y2}$ is typically a a schema, that is shorthand notation for a union $bigcup{{x2≪̸y2,x2+y2⋘x2∗y2} | x2, y2 in mathcal{D}}$ where $mathcal{D}$ is their domain.
– Jorge Adriano
Dec 10 '18 at 1:09
1
That's the only way I can make sense of the question. Unless if you meant to write $x1≮y1,x1+y1ll x1∗y1$ rather than $x2≮y2,x2+y2≪x2∗y2$ in the second set of your question. If you do that, then you have different variables to instantiate. Regardless each of those sets should have their variables instantiated with different values, that's the only way the question makes sense.
– Jorge Adriano
Dec 10 '18 at 1:17
1
For the second question you just have to generalise this example from 4 to $n$ clauses. In this example with each (instantiated) clause the number of symbol doubles.
– Jorge Adriano
Dec 10 '18 at 1:31
1
edited with some detail on question 2
– Jorge Adriano
Dec 10 '18 at 2:31
1
Yes, should be $n$. And yes that's it from the clauses with $O(n)$ symbols you get via substitutions the clauses with no free variables and $O(2^n)$ symbols (note it is exponential, not just polynomial).
– Jorge Adriano
Dec 10 '18 at 10:57
|
show 5 more comments
proof by resolution that the following CNF is unsatisfiable:
${{a+b < a*b}; {x_2 not< y_2, x_2 + y_2 ll x_2 * y_2}; {x_2 notll y_2, x_2 + y_2 lll x_2 * y_2}; {x notlll y}}$
You need to use $a+b < a*b$ in some other clause. The operator "$<$" only occurs in $x_2 not< y_2$ so you should take $x_2=a+b, y_2=a*b$. The other instantiations follow the same reasoning. So you end up with clauses,
begin{align*}
& a+b < a*b\\
& a+b not< a*b\
& (a+b) + (a*b) ll (a+b) * (a*b)\\
& (a+b) + (a*b) notll (a+b) * (a*b)\
& ((a+b)+(a*b))+((a+b)*(a*b)) lll ((a+b)+(a*b))*((a+b)*(a*b))\\
& ((a+b)+(a*b))+((a+b)*(a*b)) notlll ((a+b)+(a*b))*((a+b)*(a*b))\\
end{align*}
Applying the resolution method is now trivial.
For question number 2 consider,
begin{align*}
&{a+b <_1 a*b}\
%
&{x_k not<_{(k-1)} y_k, x_k + y_k <_k x_k * y_k}quad 1<k<n\
&{x_{n} not<_{n-1}< y_{n}}
end{align*}
and to instantiate the free variables consider terms,
$s_0 = a$,
$t_0 = b$,
$s_k =s_{(k-1)}+t_{(k-1)}$ and
$t_k =s_{(k-1)}*t_{(k-1)}$,
and define substitutions $x_k/s_{k-1}$ and $y_k/t_{k-1}$ for $1<k<n$. The number of symbols grows exponentially with $k$ and therefore also with $n$.
proof by resolution that the following CNF is unsatisfiable:
${{a+b < a*b}; {x_2 not< y_2, x_2 + y_2 ll x_2 * y_2}; {x_2 notll y_2, x_2 + y_2 lll x_2 * y_2}; {x notlll y}}$
You need to use $a+b < a*b$ in some other clause. The operator "$<$" only occurs in $x_2 not< y_2$ so you should take $x_2=a+b, y_2=a*b$. The other instantiations follow the same reasoning. So you end up with clauses,
begin{align*}
& a+b < a*b\\
& a+b not< a*b\
& (a+b) + (a*b) ll (a+b) * (a*b)\\
& (a+b) + (a*b) notll (a+b) * (a*b)\
& ((a+b)+(a*b))+((a+b)*(a*b)) lll ((a+b)+(a*b))*((a+b)*(a*b))\\
& ((a+b)+(a*b))+((a+b)*(a*b)) notlll ((a+b)+(a*b))*((a+b)*(a*b))\\
end{align*}
Applying the resolution method is now trivial.
For question number 2 consider,
begin{align*}
&{a+b <_1 a*b}\
%
&{x_k not<_{(k-1)} y_k, x_k + y_k <_k x_k * y_k}quad 1<k<n\
&{x_{n} not<_{n-1}< y_{n}}
end{align*}
and to instantiate the free variables consider terms,
$s_0 = a$,
$t_0 = b$,
$s_k =s_{(k-1)}+t_{(k-1)}$ and
$t_k =s_{(k-1)}*t_{(k-1)}$,
and define substitutions $x_k/s_{k-1}$ and $y_k/t_{k-1}$ for $1<k<n$. The number of symbols grows exponentially with $k$ and therefore also with $n$.
edited Dec 10 '18 at 10:55
answered Dec 9 '18 at 23:31
Jorge Adriano
59146
59146
1
Indeed that's what I did. A set such as ${x2≪̸y2,x2+y2⋘x2∗y2}$ is typically a a schema, that is shorthand notation for a union $bigcup{{x2≪̸y2,x2+y2⋘x2∗y2} | x2, y2 in mathcal{D}}$ where $mathcal{D}$ is their domain.
– Jorge Adriano
Dec 10 '18 at 1:09
1
That's the only way I can make sense of the question. Unless if you meant to write $x1≮y1,x1+y1ll x1∗y1$ rather than $x2≮y2,x2+y2≪x2∗y2$ in the second set of your question. If you do that, then you have different variables to instantiate. Regardless each of those sets should have their variables instantiated with different values, that's the only way the question makes sense.
– Jorge Adriano
Dec 10 '18 at 1:17
1
For the second question you just have to generalise this example from 4 to $n$ clauses. In this example with each (instantiated) clause the number of symbol doubles.
– Jorge Adriano
Dec 10 '18 at 1:31
1
edited with some detail on question 2
– Jorge Adriano
Dec 10 '18 at 2:31
1
Yes, should be $n$. And yes that's it from the clauses with $O(n)$ symbols you get via substitutions the clauses with no free variables and $O(2^n)$ symbols (note it is exponential, not just polynomial).
– Jorge Adriano
Dec 10 '18 at 10:57
|
show 5 more comments
1
Indeed that's what I did. A set such as ${x2≪̸y2,x2+y2⋘x2∗y2}$ is typically a a schema, that is shorthand notation for a union $bigcup{{x2≪̸y2,x2+y2⋘x2∗y2} | x2, y2 in mathcal{D}}$ where $mathcal{D}$ is their domain.
– Jorge Adriano
Dec 10 '18 at 1:09
1
That's the only way I can make sense of the question. Unless if you meant to write $x1≮y1,x1+y1ll x1∗y1$ rather than $x2≮y2,x2+y2≪x2∗y2$ in the second set of your question. If you do that, then you have different variables to instantiate. Regardless each of those sets should have their variables instantiated with different values, that's the only way the question makes sense.
– Jorge Adriano
Dec 10 '18 at 1:17
1
For the second question you just have to generalise this example from 4 to $n$ clauses. In this example with each (instantiated) clause the number of symbol doubles.
– Jorge Adriano
Dec 10 '18 at 1:31
1
edited with some detail on question 2
– Jorge Adriano
Dec 10 '18 at 2:31
1
Yes, should be $n$. And yes that's it from the clauses with $O(n)$ symbols you get via substitutions the clauses with no free variables and $O(2^n)$ symbols (note it is exponential, not just polynomial).
– Jorge Adriano
Dec 10 '18 at 10:57
1
1
Indeed that's what I did. A set such as ${x2≪̸y2,x2+y2⋘x2∗y2}$ is typically a a schema, that is shorthand notation for a union $bigcup{{x2≪̸y2,x2+y2⋘x2∗y2} | x2, y2 in mathcal{D}}$ where $mathcal{D}$ is their domain.
– Jorge Adriano
Dec 10 '18 at 1:09
Indeed that's what I did. A set such as ${x2≪̸y2,x2+y2⋘x2∗y2}$ is typically a a schema, that is shorthand notation for a union $bigcup{{x2≪̸y2,x2+y2⋘x2∗y2} | x2, y2 in mathcal{D}}$ where $mathcal{D}$ is their domain.
– Jorge Adriano
Dec 10 '18 at 1:09
1
1
That's the only way I can make sense of the question. Unless if you meant to write $x1≮y1,x1+y1ll x1∗y1$ rather than $x2≮y2,x2+y2≪x2∗y2$ in the second set of your question. If you do that, then you have different variables to instantiate. Regardless each of those sets should have their variables instantiated with different values, that's the only way the question makes sense.
– Jorge Adriano
Dec 10 '18 at 1:17
That's the only way I can make sense of the question. Unless if you meant to write $x1≮y1,x1+y1ll x1∗y1$ rather than $x2≮y2,x2+y2≪x2∗y2$ in the second set of your question. If you do that, then you have different variables to instantiate. Regardless each of those sets should have their variables instantiated with different values, that's the only way the question makes sense.
– Jorge Adriano
Dec 10 '18 at 1:17
1
1
For the second question you just have to generalise this example from 4 to $n$ clauses. In this example with each (instantiated) clause the number of symbol doubles.
– Jorge Adriano
Dec 10 '18 at 1:31
For the second question you just have to generalise this example from 4 to $n$ clauses. In this example with each (instantiated) clause the number of symbol doubles.
– Jorge Adriano
Dec 10 '18 at 1:31
1
1
edited with some detail on question 2
– Jorge Adriano
Dec 10 '18 at 2:31
edited with some detail on question 2
– Jorge Adriano
Dec 10 '18 at 2:31
1
1
Yes, should be $n$. And yes that's it from the clauses with $O(n)$ symbols you get via substitutions the clauses with no free variables and $O(2^n)$ symbols (note it is exponential, not just polynomial).
– Jorge Adriano
Dec 10 '18 at 10:57
Yes, should be $n$. And yes that's it from the clauses with $O(n)$ symbols you get via substitutions the clauses with no free variables and $O(2^n)$ symbols (note it is exponential, not just polynomial).
– Jorge Adriano
Dec 10 '18 at 10:57
|
show 5 more comments
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%2f3032966%2fproof-by-finding-suitable-instances-and-resolution%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
If anything is unclear in my post, please let me know.
– Studentu
Dec 9 '18 at 22:06