How Do Logic and Truth Tables Enhance Understanding in Algebra?

  • Thread starter Thread starter Shackleford
  • Start date Start date
  • Tags Tags
    Algebra Logic
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
P \implies Q

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
 
41. is true because the only way for A\implies B to be false is for A to be true and B to be false.

(p AND q) is always false when p is false.
 
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 A\implies B 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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top