Determining Validity of Argument Using Indirect Truth Table

In summary: Since ~(A^B) must be true, the conjunction must be false, so at least one of A or B must be false." - This means that the entire expression (~A^~B) -> (C^D) must be false. If ~A^~B is true, then the conjunction is also true, which means that the whole expression is true. If ~A^~B is false, then the conjunction is false, which means that the whole expression is false. The only way for the expression to be both true and false is if both A and B are true. The only way for the expression to be only true is if both A and B are false.
  • #1
lifeiseasy
18
0
The argument is:

~(A^B) / (~A^~B) -> (C^D) / D->C // C

I've attached the truth values that I've filled in.

I have difficulty in determining the truth values of A and B since I can't get any clue from other statements. Any advice would be appreciated.
 

Attachments

  • argument.jpg
    argument.jpg
    3.5 KB · Views: 563
Last edited:
Physics news on Phys.org
  • #2
So perhaps you only need to know (or the problem can only determine) how many of A or B are true or false and not which one. Do you know that much, whether none, exactly one, at most one, at least one, or both need to be true or false?
 
  • #3
Well it doesn't really matter. The question requires me to use an indirect truth table, so all premises are assumed to be true and conclusion false. If there is no contradiction in the truth values, that means all premises are true and the conclusion false, which implies that the argument is invalid. If at least one premise is false or the conclusion is true, that means the argument is valid. Now I'm stuck in the truth values of A and B, so I can't in turn determine the validity of the argument.
 
  • #4
If there is *any* assignment of truth values to the atomic formulas that makes all premises true and the conclusion false, then the argument is invalid (i.e., not true under all assignments). Is there any such assignment? You only need one. What if A is true and B is false (and D and C are both false)?
 
  • #5
"honestrosewater" is correct. The pivotal formula is (~A ^ ~B) -> (C ^ D) . Because C and D are false, and the value of the implication in this formula is set to "T", so must the value under the operator "^" (conjunct) be "F". Given the truth table for the conjunct, either or both of A and B can be F. Just so long as BOTH are not true, making the conjunct true, you are OK. All you need to do is find just ONE assignment of A and B to show the argument form to be invalid. Note that in many formal axiomatic presentations, upper-case letters A-M normally are reserved for instances (specific situations - substitution instances) or abbreviations for actual statements. The letters p-z often are reserved for variables. Also, when you mix set theory with logical formalisms, the capital letters designate sets, although ^ and v are intersection, and union of sets, respectively. Just be aware of your context.
 
  • #6
They cannot both be false.

Since ~(A^B) must be true, the conjunction must be false, so at least one of A or B must be false.

Since (~A^~B) must be false, at least one of the conjuncts must be false, which means at least one of A or B must be true.

So at least one is true and at least one is false, and since there are only two of them, exactly one is true and exactly one is false. It doesn't matter which one is which since conjunction is commutative.
 
  • #7
For he whole expression (~A^~B) -> (C^D), the component (~A ^ ~B) cannot be true, because -> is assigned a T and the C^D is false. This means the antecedent CANNOT be a T if the truth of the material implication is to be preserved. For the original questioner, recall:

p q p -> q
- - - -- -
F F T
F T T
T F F
T T T

The only assignment lines (under the p and q columns) lines where the consequent, q, is assigned a false are the first and the third, F -> F and T -> F. Obviously, you don't want the T -> F, if you want to preserve the truth value of the implication. Hence, there must be a F under the conjunct, ^, in ~A ^ ~B. This means that either the whole expression ~A or ~B can be T, but both can NOT be true, given the truth table for the conjunct:

p q p ^ q
- - - -- -
F F F
F T F
T F F
T T T

That is, both A and B, themselves cannot be false, as honestrosewater says, as we see in the truth table:

~A ^ ~B
--- -- ---
T F T T F

The unary operator, ~, is the operator under which truth values for determining the truth value for the conjunct are placed.

To recapitulate, "They cannot both be false. " - refers to A and B, as the T's are under the ~. I was referring to BOTH ~A and ~B being true (making the whole expression ~A ^ ~B true), and I should have been more explicit. Instead of "Just so long as BOTH are not true", I should have said, "Just so long as BOTH ~A and ~B are not true...".

What honestrosewater says about ~(A^B) being true and the inner expression being false, with EITHER A or B being true is, of course, true. Make sure, however, that consistent assignments of T and F for A and B are made.

These small windows are very hard to write in.
 

FAQ: Determining Validity of Argument Using Indirect Truth Table

What is an indirect truth table?

An indirect truth table is a method used in logic to determine the validity of an argument. It involves creating a table that lists all possible combinations of truth values for the premises and conclusion of an argument, and then analyzing these combinations to determine if the argument is valid.

How does an indirect truth table differ from a direct truth table?

A direct truth table lists all possible combinations of truth values for the premises and conclusion of an argument, while an indirect truth table only lists the necessary combinations needed to determine the validity of an argument. This makes indirect truth tables more efficient and easier to use for complex arguments.

What are the steps for using an indirect truth table to determine validity?

The steps for using an indirect truth table are as follows:

1. Identify the premises and conclusion of the argument.

2. Create a table with a column for each premise and a column for the conclusion.

3. Fill in the table with all possible combinations of truth values for the premises and conclusion.

4. Analyze the table to determine if there is a row where all the premises are true and the conclusion is false. If there is not, then the argument is valid. If there is, then the argument is invalid.

Can an indirect truth table be used to determine the soundness of an argument?

No, an indirect truth table can only determine the validity of an argument. Soundness also requires that the premises are true, which cannot be determined using a truth table alone. Additional information or evidence is needed to determine the soundness of an argument.

What are the limitations of using an indirect truth table?

Indirect truth tables can only be used for arguments with a finite number of premises and a finite number of truth values. They also do not take into account the possibility of any hidden assumptions or premises, and they do not consider the strength of the argument or the relevance of the premises to the conclusion. Therefore, they should be used as a tool for evaluating arguments, but not the sole determining factor of their validity.

Similar threads

Back
Top