When should I use RAA in natural deduction proofs?












2












$begingroup$


I can't understand exactly when should I use RAA (reductio ad absurdum) rule in natural deduction proofs? What situation should "trigger" me to think "Now it's time to use RAA"?










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    When you have no other strategies available... then try RAA.
    $endgroup$
    – Mauro ALLEGRANZA
    Jan 2 at 12:09










  • $begingroup$
    Do you include also "non invertible rules" in available strategies?
    $endgroup$
    – Maicake
    Jan 2 at 12:14


















2












$begingroup$


I can't understand exactly when should I use RAA (reductio ad absurdum) rule in natural deduction proofs? What situation should "trigger" me to think "Now it's time to use RAA"?










share|cite|improve this question











$endgroup$








  • 2




    $begingroup$
    When you have no other strategies available... then try RAA.
    $endgroup$
    – Mauro ALLEGRANZA
    Jan 2 at 12:09










  • $begingroup$
    Do you include also "non invertible rules" in available strategies?
    $endgroup$
    – Maicake
    Jan 2 at 12:14
















2












2








2





$begingroup$


I can't understand exactly when should I use RAA (reductio ad absurdum) rule in natural deduction proofs? What situation should "trigger" me to think "Now it's time to use RAA"?










share|cite|improve this question











$endgroup$




I can't understand exactly when should I use RAA (reductio ad absurdum) rule in natural deduction proofs? What situation should "trigger" me to think "Now it's time to use RAA"?







logic proof-theory natural-deduction formal-proofs






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 2 at 18:48









Taroccoesbrocco

5,64271840




5,64271840










asked Jan 2 at 11:51









MaicakeMaicake

715




715








  • 2




    $begingroup$
    When you have no other strategies available... then try RAA.
    $endgroup$
    – Mauro ALLEGRANZA
    Jan 2 at 12:09










  • $begingroup$
    Do you include also "non invertible rules" in available strategies?
    $endgroup$
    – Maicake
    Jan 2 at 12:14
















  • 2




    $begingroup$
    When you have no other strategies available... then try RAA.
    $endgroup$
    – Mauro ALLEGRANZA
    Jan 2 at 12:09










  • $begingroup$
    Do you include also "non invertible rules" in available strategies?
    $endgroup$
    – Maicake
    Jan 2 at 12:14










2




2




$begingroup$
When you have no other strategies available... then try RAA.
$endgroup$
– Mauro ALLEGRANZA
Jan 2 at 12:09




$begingroup$
When you have no other strategies available... then try RAA.
$endgroup$
– Mauro ALLEGRANZA
Jan 2 at 12:09












$begingroup$
Do you include also "non invertible rules" in available strategies?
$endgroup$
– Maicake
Jan 2 at 12:14






$begingroup$
Do you include also "non invertible rules" in available strategies?
$endgroup$
– Maicake
Jan 2 at 12:14












1 Answer
1






active

oldest

votes


















2












$begingroup$


What situation should "trigger" me to think "Now it's time to use RAA"?




I can think of $4$ explicit situations:




  1. Your goal is the negation of something. If you goal is $neg varphi$, assume $varphi$ and see if you can get a contradiction


  2. Your goal is some atomic statement $P$: Assume $neg P$, get a contradiction, get $neg neg P$ using RAA, and finally derive $P$ from $neg neg P$ (classical logics typically have a $neg Elim$ rule for this)


  3. Your goal is a disjunction $varphi lor psi$ ... and you don't have any disjunction that you can work with (if you do have a disjunction, set up a $lor Elim$ on that one.). The nice thing about doing an RAA here is that once you assume $neg ( varphi lor psi)$, you should be able to derive both $neg varphi$ and $neg psi$ (using two RAA proofs themselves!), and now you have some useful stuff to work with on your way to a contradiction.


  4. Your goal is an existential $exists x varphi(x)$ ... and you don't have some other existential to work with (if you do have another existential, set up a $lor Elim$ on that one.). So here the assumption will be $neg exists x varphi(x)$ which, with a bit of work (and probably another RAA inside) should allow you to prove $forall x neg varphi(x)$ ... and that will be useful to try and get to a contradiction given whatever else you have.







share|cite|improve this answer









$endgroup$













  • $begingroup$
    Great answer thanks. Point 3 remembered me that the exclude middle proof use RAA in this way.
    $endgroup$
    – Maicake
    Jan 3 at 9:47










  • $begingroup$
    Can I ask you if this is the case . I have to proof {A => (-B or C), C=> B, D=> B} -> B or -(A and B) but I'm struggling to do it.
    $endgroup$
    – Maicake
    Jan 3 at 12:02










  • $begingroup$
    @Maicake Your goal is a disjunction ... and you don't have a disjunction to work with? Sounds like a job for RAA! That is, assume the negation of that, and see if that leads to a contradiction. Also, from the negation of that you can quickly infer $neg B$ as well as $A land B$ .... from which the contradiction almost immediately follows .... so you're not even using any of the premises ... are you sure you wrote that out correctly?
    $endgroup$
    – Bram28
    Jan 3 at 14:28












  • $begingroup$
    I solved it using Exclude Middle rule as first move. How can you infer (using natural deduction steps) infer -B and A / B from -(B / -(A and B)) ?
    $endgroup$
    – Maicake
    Jan 3 at 14:33










  • $begingroup$
    @Maicake For ~B: OK, that's a negation .... sounds like a job for ... RAA! So, assume B. Then by v Intro you get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~B. We can get A&B the exact same way: Assume ~(A &B). By v Intro, you can get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~~(A &B), and by & Elim we get A&B. Yes, RAA is your friend! :)
    $endgroup$
    – Bram28
    Jan 3 at 16:54











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3059388%2fwhen-should-i-use-raa-in-natural-deduction-proofs%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









2












$begingroup$


What situation should "trigger" me to think "Now it's time to use RAA"?




I can think of $4$ explicit situations:




  1. Your goal is the negation of something. If you goal is $neg varphi$, assume $varphi$ and see if you can get a contradiction


  2. Your goal is some atomic statement $P$: Assume $neg P$, get a contradiction, get $neg neg P$ using RAA, and finally derive $P$ from $neg neg P$ (classical logics typically have a $neg Elim$ rule for this)


  3. Your goal is a disjunction $varphi lor psi$ ... and you don't have any disjunction that you can work with (if you do have a disjunction, set up a $lor Elim$ on that one.). The nice thing about doing an RAA here is that once you assume $neg ( varphi lor psi)$, you should be able to derive both $neg varphi$ and $neg psi$ (using two RAA proofs themselves!), and now you have some useful stuff to work with on your way to a contradiction.


  4. Your goal is an existential $exists x varphi(x)$ ... and you don't have some other existential to work with (if you do have another existential, set up a $lor Elim$ on that one.). So here the assumption will be $neg exists x varphi(x)$ which, with a bit of work (and probably another RAA inside) should allow you to prove $forall x neg varphi(x)$ ... and that will be useful to try and get to a contradiction given whatever else you have.







share|cite|improve this answer









$endgroup$













  • $begingroup$
    Great answer thanks. Point 3 remembered me that the exclude middle proof use RAA in this way.
    $endgroup$
    – Maicake
    Jan 3 at 9:47










  • $begingroup$
    Can I ask you if this is the case . I have to proof {A => (-B or C), C=> B, D=> B} -> B or -(A and B) but I'm struggling to do it.
    $endgroup$
    – Maicake
    Jan 3 at 12:02










  • $begingroup$
    @Maicake Your goal is a disjunction ... and you don't have a disjunction to work with? Sounds like a job for RAA! That is, assume the negation of that, and see if that leads to a contradiction. Also, from the negation of that you can quickly infer $neg B$ as well as $A land B$ .... from which the contradiction almost immediately follows .... so you're not even using any of the premises ... are you sure you wrote that out correctly?
    $endgroup$
    – Bram28
    Jan 3 at 14:28












  • $begingroup$
    I solved it using Exclude Middle rule as first move. How can you infer (using natural deduction steps) infer -B and A / B from -(B / -(A and B)) ?
    $endgroup$
    – Maicake
    Jan 3 at 14:33










  • $begingroup$
    @Maicake For ~B: OK, that's a negation .... sounds like a job for ... RAA! So, assume B. Then by v Intro you get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~B. We can get A&B the exact same way: Assume ~(A &B). By v Intro, you can get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~~(A &B), and by & Elim we get A&B. Yes, RAA is your friend! :)
    $endgroup$
    – Bram28
    Jan 3 at 16:54
















2












$begingroup$


What situation should "trigger" me to think "Now it's time to use RAA"?




I can think of $4$ explicit situations:




  1. Your goal is the negation of something. If you goal is $neg varphi$, assume $varphi$ and see if you can get a contradiction


  2. Your goal is some atomic statement $P$: Assume $neg P$, get a contradiction, get $neg neg P$ using RAA, and finally derive $P$ from $neg neg P$ (classical logics typically have a $neg Elim$ rule for this)


  3. Your goal is a disjunction $varphi lor psi$ ... and you don't have any disjunction that you can work with (if you do have a disjunction, set up a $lor Elim$ on that one.). The nice thing about doing an RAA here is that once you assume $neg ( varphi lor psi)$, you should be able to derive both $neg varphi$ and $neg psi$ (using two RAA proofs themselves!), and now you have some useful stuff to work with on your way to a contradiction.


  4. Your goal is an existential $exists x varphi(x)$ ... and you don't have some other existential to work with (if you do have another existential, set up a $lor Elim$ on that one.). So here the assumption will be $neg exists x varphi(x)$ which, with a bit of work (and probably another RAA inside) should allow you to prove $forall x neg varphi(x)$ ... and that will be useful to try and get to a contradiction given whatever else you have.







share|cite|improve this answer









$endgroup$













  • $begingroup$
    Great answer thanks. Point 3 remembered me that the exclude middle proof use RAA in this way.
    $endgroup$
    – Maicake
    Jan 3 at 9:47










  • $begingroup$
    Can I ask you if this is the case . I have to proof {A => (-B or C), C=> B, D=> B} -> B or -(A and B) but I'm struggling to do it.
    $endgroup$
    – Maicake
    Jan 3 at 12:02










  • $begingroup$
    @Maicake Your goal is a disjunction ... and you don't have a disjunction to work with? Sounds like a job for RAA! That is, assume the negation of that, and see if that leads to a contradiction. Also, from the negation of that you can quickly infer $neg B$ as well as $A land B$ .... from which the contradiction almost immediately follows .... so you're not even using any of the premises ... are you sure you wrote that out correctly?
    $endgroup$
    – Bram28
    Jan 3 at 14:28












  • $begingroup$
    I solved it using Exclude Middle rule as first move. How can you infer (using natural deduction steps) infer -B and A / B from -(B / -(A and B)) ?
    $endgroup$
    – Maicake
    Jan 3 at 14:33










  • $begingroup$
    @Maicake For ~B: OK, that's a negation .... sounds like a job for ... RAA! So, assume B. Then by v Intro you get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~B. We can get A&B the exact same way: Assume ~(A &B). By v Intro, you can get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~~(A &B), and by & Elim we get A&B. Yes, RAA is your friend! :)
    $endgroup$
    – Bram28
    Jan 3 at 16:54














2












2








2





$begingroup$


What situation should "trigger" me to think "Now it's time to use RAA"?




I can think of $4$ explicit situations:




  1. Your goal is the negation of something. If you goal is $neg varphi$, assume $varphi$ and see if you can get a contradiction


  2. Your goal is some atomic statement $P$: Assume $neg P$, get a contradiction, get $neg neg P$ using RAA, and finally derive $P$ from $neg neg P$ (classical logics typically have a $neg Elim$ rule for this)


  3. Your goal is a disjunction $varphi lor psi$ ... and you don't have any disjunction that you can work with (if you do have a disjunction, set up a $lor Elim$ on that one.). The nice thing about doing an RAA here is that once you assume $neg ( varphi lor psi)$, you should be able to derive both $neg varphi$ and $neg psi$ (using two RAA proofs themselves!), and now you have some useful stuff to work with on your way to a contradiction.


  4. Your goal is an existential $exists x varphi(x)$ ... and you don't have some other existential to work with (if you do have another existential, set up a $lor Elim$ on that one.). So here the assumption will be $neg exists x varphi(x)$ which, with a bit of work (and probably another RAA inside) should allow you to prove $forall x neg varphi(x)$ ... and that will be useful to try and get to a contradiction given whatever else you have.







share|cite|improve this answer









$endgroup$




What situation should "trigger" me to think "Now it's time to use RAA"?




I can think of $4$ explicit situations:




  1. Your goal is the negation of something. If you goal is $neg varphi$, assume $varphi$ and see if you can get a contradiction


  2. Your goal is some atomic statement $P$: Assume $neg P$, get a contradiction, get $neg neg P$ using RAA, and finally derive $P$ from $neg neg P$ (classical logics typically have a $neg Elim$ rule for this)


  3. Your goal is a disjunction $varphi lor psi$ ... and you don't have any disjunction that you can work with (if you do have a disjunction, set up a $lor Elim$ on that one.). The nice thing about doing an RAA here is that once you assume $neg ( varphi lor psi)$, you should be able to derive both $neg varphi$ and $neg psi$ (using two RAA proofs themselves!), and now you have some useful stuff to work with on your way to a contradiction.


  4. Your goal is an existential $exists x varphi(x)$ ... and you don't have some other existential to work with (if you do have another existential, set up a $lor Elim$ on that one.). So here the assumption will be $neg exists x varphi(x)$ which, with a bit of work (and probably another RAA inside) should allow you to prove $forall x neg varphi(x)$ ... and that will be useful to try and get to a contradiction given whatever else you have.








share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Jan 2 at 20:11









Bram28Bram28

63.2k44793




63.2k44793












  • $begingroup$
    Great answer thanks. Point 3 remembered me that the exclude middle proof use RAA in this way.
    $endgroup$
    – Maicake
    Jan 3 at 9:47










  • $begingroup$
    Can I ask you if this is the case . I have to proof {A => (-B or C), C=> B, D=> B} -> B or -(A and B) but I'm struggling to do it.
    $endgroup$
    – Maicake
    Jan 3 at 12:02










  • $begingroup$
    @Maicake Your goal is a disjunction ... and you don't have a disjunction to work with? Sounds like a job for RAA! That is, assume the negation of that, and see if that leads to a contradiction. Also, from the negation of that you can quickly infer $neg B$ as well as $A land B$ .... from which the contradiction almost immediately follows .... so you're not even using any of the premises ... are you sure you wrote that out correctly?
    $endgroup$
    – Bram28
    Jan 3 at 14:28












  • $begingroup$
    I solved it using Exclude Middle rule as first move. How can you infer (using natural deduction steps) infer -B and A / B from -(B / -(A and B)) ?
    $endgroup$
    – Maicake
    Jan 3 at 14:33










  • $begingroup$
    @Maicake For ~B: OK, that's a negation .... sounds like a job for ... RAA! So, assume B. Then by v Intro you get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~B. We can get A&B the exact same way: Assume ~(A &B). By v Intro, you can get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~~(A &B), and by & Elim we get A&B. Yes, RAA is your friend! :)
    $endgroup$
    – Bram28
    Jan 3 at 16:54


















  • $begingroup$
    Great answer thanks. Point 3 remembered me that the exclude middle proof use RAA in this way.
    $endgroup$
    – Maicake
    Jan 3 at 9:47










  • $begingroup$
    Can I ask you if this is the case . I have to proof {A => (-B or C), C=> B, D=> B} -> B or -(A and B) but I'm struggling to do it.
    $endgroup$
    – Maicake
    Jan 3 at 12:02










  • $begingroup$
    @Maicake Your goal is a disjunction ... and you don't have a disjunction to work with? Sounds like a job for RAA! That is, assume the negation of that, and see if that leads to a contradiction. Also, from the negation of that you can quickly infer $neg B$ as well as $A land B$ .... from which the contradiction almost immediately follows .... so you're not even using any of the premises ... are you sure you wrote that out correctly?
    $endgroup$
    – Bram28
    Jan 3 at 14:28












  • $begingroup$
    I solved it using Exclude Middle rule as first move. How can you infer (using natural deduction steps) infer -B and A / B from -(B / -(A and B)) ?
    $endgroup$
    – Maicake
    Jan 3 at 14:33










  • $begingroup$
    @Maicake For ~B: OK, that's a negation .... sounds like a job for ... RAA! So, assume B. Then by v Intro you get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~B. We can get A&B the exact same way: Assume ~(A &B). By v Intro, you can get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~~(A &B), and by & Elim we get A&B. Yes, RAA is your friend! :)
    $endgroup$
    – Bram28
    Jan 3 at 16:54
















$begingroup$
Great answer thanks. Point 3 remembered me that the exclude middle proof use RAA in this way.
$endgroup$
– Maicake
Jan 3 at 9:47




$begingroup$
Great answer thanks. Point 3 remembered me that the exclude middle proof use RAA in this way.
$endgroup$
– Maicake
Jan 3 at 9:47












$begingroup$
Can I ask you if this is the case . I have to proof {A => (-B or C), C=> B, D=> B} -> B or -(A and B) but I'm struggling to do it.
$endgroup$
– Maicake
Jan 3 at 12:02




$begingroup$
Can I ask you if this is the case . I have to proof {A => (-B or C), C=> B, D=> B} -> B or -(A and B) but I'm struggling to do it.
$endgroup$
– Maicake
Jan 3 at 12:02












$begingroup$
@Maicake Your goal is a disjunction ... and you don't have a disjunction to work with? Sounds like a job for RAA! That is, assume the negation of that, and see if that leads to a contradiction. Also, from the negation of that you can quickly infer $neg B$ as well as $A land B$ .... from which the contradiction almost immediately follows .... so you're not even using any of the premises ... are you sure you wrote that out correctly?
$endgroup$
– Bram28
Jan 3 at 14:28






$begingroup$
@Maicake Your goal is a disjunction ... and you don't have a disjunction to work with? Sounds like a job for RAA! That is, assume the negation of that, and see if that leads to a contradiction. Also, from the negation of that you can quickly infer $neg B$ as well as $A land B$ .... from which the contradiction almost immediately follows .... so you're not even using any of the premises ... are you sure you wrote that out correctly?
$endgroup$
– Bram28
Jan 3 at 14:28














$begingroup$
I solved it using Exclude Middle rule as first move. How can you infer (using natural deduction steps) infer -B and A / B from -(B / -(A and B)) ?
$endgroup$
– Maicake
Jan 3 at 14:33




$begingroup$
I solved it using Exclude Middle rule as first move. How can you infer (using natural deduction steps) infer -B and A / B from -(B / -(A and B)) ?
$endgroup$
– Maicake
Jan 3 at 14:33












$begingroup$
@Maicake For ~B: OK, that's a negation .... sounds like a job for ... RAA! So, assume B. Then by v Intro you get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~B. We can get A&B the exact same way: Assume ~(A &B). By v Intro, you can get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~~(A &B), and by & Elim we get A&B. Yes, RAA is your friend! :)
$endgroup$
– Bram28
Jan 3 at 16:54




$begingroup$
@Maicake For ~B: OK, that's a negation .... sounds like a job for ... RAA! So, assume B. Then by v Intro you get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~B. We can get A&B the exact same way: Assume ~(A &B). By v Intro, you can get B v ~(A & B), and that contradicts ~(B v ~(A & B)). So, by RAA we can conclude ~~(A &B), and by & Elim we get A&B. Yes, RAA is your friend! :)
$endgroup$
– Bram28
Jan 3 at 16:54


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3059388%2fwhen-should-i-use-raa-in-natural-deduction-proofs%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Cabo Verde

Gyllenstierna

Karlovacs län