How to solve tautology without using truth table?
$begingroup$
How do I determine that (¬a ∧ (a → b)) → ¬b is a tautology without a truth table. Ive tried switching a → b to ¬a or b but then I can't seem to do anything else to do after that.
discrete-mathematics
$endgroup$
add a comment |
$begingroup$
How do I determine that (¬a ∧ (a → b)) → ¬b is a tautology without a truth table. Ive tried switching a → b to ¬a or b but then I can't seem to do anything else to do after that.
discrete-mathematics
$endgroup$
add a comment |
$begingroup$
How do I determine that (¬a ∧ (a → b)) → ¬b is a tautology without a truth table. Ive tried switching a → b to ¬a or b but then I can't seem to do anything else to do after that.
discrete-mathematics
$endgroup$
How do I determine that (¬a ∧ (a → b)) → ¬b is a tautology without a truth table. Ive tried switching a → b to ¬a or b but then I can't seem to do anything else to do after that.
discrete-mathematics
discrete-mathematics
asked Jan 21 at 20:07
Aron JalbuenaAron Jalbuena
1
1
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
$begingroup$
The statement you're trying to prove is false, so cannot be proven.
Take for example
a = It's Saturday
b = It's the weekend
Then your LHS suggests
1) it's not Saturday
and 2) if it's Saturday then it's the weekend
This does not imply that it's not the weekend! It could be Sunday.
$endgroup$
add a comment |
$begingroup$
$neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.
$endgroup$
add a comment |
$begingroup$
Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.
$endgroup$
add a comment |
$begingroup$
Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?
$endgroup$
$begingroup$
This is not a proper answer; it should be a comment under the question to request clarification from the OP.
$endgroup$
– YiFan
Jan 21 at 20:54
add a comment |
$begingroup$
There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.
If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.
$ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming
$B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.
$A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.
We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.
So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.
$endgroup$
add a comment |
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%2f3082341%2fhow-to-solve-tautology-without-using-truth-table%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The statement you're trying to prove is false, so cannot be proven.
Take for example
a = It's Saturday
b = It's the weekend
Then your LHS suggests
1) it's not Saturday
and 2) if it's Saturday then it's the weekend
This does not imply that it's not the weekend! It could be Sunday.
$endgroup$
add a comment |
$begingroup$
The statement you're trying to prove is false, so cannot be proven.
Take for example
a = It's Saturday
b = It's the weekend
Then your LHS suggests
1) it's not Saturday
and 2) if it's Saturday then it's the weekend
This does not imply that it's not the weekend! It could be Sunday.
$endgroup$
add a comment |
$begingroup$
The statement you're trying to prove is false, so cannot be proven.
Take for example
a = It's Saturday
b = It's the weekend
Then your LHS suggests
1) it's not Saturday
and 2) if it's Saturday then it's the weekend
This does not imply that it's not the weekend! It could be Sunday.
$endgroup$
The statement you're trying to prove is false, so cannot be proven.
Take for example
a = It's Saturday
b = It's the weekend
Then your LHS suggests
1) it's not Saturday
and 2) if it's Saturday then it's the weekend
This does not imply that it's not the weekend! It could be Sunday.
answered Jan 21 at 20:15
bouncebackbounceback
40429
40429
add a comment |
add a comment |
$begingroup$
$neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.
$endgroup$
add a comment |
$begingroup$
$neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.
$endgroup$
add a comment |
$begingroup$
$neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.
$endgroup$
$neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.
answered Jan 21 at 20:22
HyperionHyperion
646110
646110
add a comment |
add a comment |
$begingroup$
Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.
$endgroup$
add a comment |
$begingroup$
Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.
$endgroup$
add a comment |
$begingroup$
Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.
$endgroup$
Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.
answered Jan 21 at 20:32
J.G.J.G.
29.1k22845
29.1k22845
add a comment |
add a comment |
$begingroup$
Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?
$endgroup$
$begingroup$
This is not a proper answer; it should be a comment under the question to request clarification from the OP.
$endgroup$
– YiFan
Jan 21 at 20:54
add a comment |
$begingroup$
Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?
$endgroup$
$begingroup$
This is not a proper answer; it should be a comment under the question to request clarification from the OP.
$endgroup$
– YiFan
Jan 21 at 20:54
add a comment |
$begingroup$
Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?
$endgroup$
Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?
answered Jan 21 at 20:37
Z.C97Z.C97
112
112
$begingroup$
This is not a proper answer; it should be a comment under the question to request clarification from the OP.
$endgroup$
– YiFan
Jan 21 at 20:54
add a comment |
$begingroup$
This is not a proper answer; it should be a comment under the question to request clarification from the OP.
$endgroup$
– YiFan
Jan 21 at 20:54
$begingroup$
This is not a proper answer; it should be a comment under the question to request clarification from the OP.
$endgroup$
– YiFan
Jan 21 at 20:54
$begingroup$
This is not a proper answer; it should be a comment under the question to request clarification from the OP.
$endgroup$
– YiFan
Jan 21 at 20:54
add a comment |
$begingroup$
There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.
If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.
$ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming
$B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.
$A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.
We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.
So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.
$endgroup$
add a comment |
$begingroup$
There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.
If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.
$ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming
$B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.
$A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.
We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.
So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.
$endgroup$
add a comment |
$begingroup$
There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.
If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.
$ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming
$B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.
$A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.
We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.
So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.
$endgroup$
There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.
If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.
$ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming
$B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.
$A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.
We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.
So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.
answered Jan 22 at 6:13
SagnikSagnik
1377
1377
add a comment |
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.
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%2f3082341%2fhow-to-solve-tautology-without-using-truth-table%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
