How Do Logic and Truth Tables Enhance Understanding in Algebra?

  • Thread starter Thread starter Shackleford
  • Start date Start date
  • Tags Tags
    Algebra Logic
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Shackleford
Messages
1,649
Reaction score
2
I'm taking Abstract Algebra right now, and we just briefly covered Logic and Truth Tables. This is my first time in school to learn such things.

http://i111.photobucket.com/albums/n149/camarolt4z28/IMG_20110712_195458.jpg

37. I understand.

39. I understand.

41. I don't understand the last column. Is the implication (p ∧ q) ⇒ p true because (p ∧ q) gives you no information on whether p is true? Why?

43. For p ⇒ q, I understand the first two column entries (T,F), is the implication because p being False gives no information on whether p ⇒ q is True? Again, for the last column, is
(p ∧ (p ⇒ q)) True because it being False gives you no new information on q?

If my reasoning is correct, then I can see the following logical consistencies here. Also, I notice for the implications ⇒, there is an additional column asking for its truth value. But, there is no such thing for the iff ⇔ statements. Why?
 
Last edited by a moderator:
Physics news on Phys.org
41 is called vacuously true, see
http://en.wikipedia.org/wiki/Vacuous_truth

basically in a statement
[tex]P \implies Q[/tex]

if P is false, then the statement is vacuously true, as the rest of the statement no longer needs to be evaluated

consider in the form
if P then Q
when P is false the statement has no more information. In an analogy with programming, there is no elseif or else so nothing else to evaluate making it vacuously true
 
Shackleford said:
...

43. For p ⇒ q, I understand the first two column entries (T,F), is the implication because p being False gives no information on whether p ⇒ q is True?

I would word this as: When p is false , then p ⇒ q gives no information as to whether q is true or false.
 
Shackleford said:
41. I don't understand the last column. Is the implication (p ∧ q) ⇒ p true because (p ∧ q) gives you no information on whether p is true? Why?

SammyS said:
41. is true because the only way for [itex]A\implies B[/itex] to be false is for A to be true and B to be false.

(p AND q) is always false when p is false.

Another way to think of this (#41) is this: If p and q are true, then obviously p is true. There's a related statement -
(p ∧ q) ⇒ q
 
Okay. I got it. Thanks for the help, guys.