Truth Set for the given Equivalence

  • Thread starter Thread starter Keen94
  • Start date Start date
  • Tags Tags
    Equivalence Set
Click For Summary

Homework Help Overview

The discussion revolves around finding the truth set for the equivalence involving the equation \(x^2 = 1\) and its logical representation. The original poster is working within the context of set theory and logical equivalences, specifically focusing on the implications of the equivalence in the real number set.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the notation used to express sets and logical statements, questioning the clarity and correctness of the original poster's expressions. There is discussion about how to properly denote sets where elements can take multiple values, particularly in the context of logical "or" versus mathematical "or".

Discussion Status

Some participants have provided feedback on the notation and clarity of the original poster's work, suggesting alternative ways to express the sets involved. There is an ongoing exploration of how to accurately represent the logical conditions and set definitions without reaching a definitive conclusion.

Contextual Notes

Participants note that the original expressions may lead to confusion due to the use of "or" in a mathematical context, which can differ from its everyday usage. There is also mention of the author's nonstandard notation in the textbook, prompting further discussion on how to interpret and express these mathematical concepts correctly.

Keen94
Messages
41
Reaction score
1

Homework Statement


Find the truth set of the given equivalence. Assume U=ℝ
#56. (x2=1)↔[(x=1)∨(x=-1)]
Source: Principles of Mathematics by Allendoefer and Oakley section 1.10

Homework Equations


{x I px↔qx}=(P∩Q)∪(P'∩Q')[/B]

The Attempt at a Solution


P={x I px}={x I x2=1}={x I x=1 or -1)
P'={x I x≠1 or -1}
Q={x I qx is true}={x I (x=1)∨(x=-1)}
qx=ax∨bx
{x I ax∨bx}=A∪B
Q=A∪B
Let ax be x=1 and bx be x=-1
A={x I ax} and B={x I bx}
A={1} and B={-1}
A∪B={-1,1}
Q={x I x=-1 or 1}
Q'={x I x≠-1 or 1}
(P∩Q)={x I x=1 or -1}∩{x I x=1 or -1}={x I x=1 or -1}
(P'∩Q')={x I x≠1 or -1}∩{x I x≠1 or -1}={x I x≠1 or -1}
(P∩Q)∪(P'∩Q')={x I x=1 or -1}∪{x I x≠1 or -1}= U[/B]
Just wanted to know if someone could go over my work and verify it. Thank you for your time.
 
Physics news on Phys.org
The result is right, I guess there are shorter ways to prove it but it looks reasonable.
Keen94 said:
{x I x≠1 or -1}
That notation is problematic, as it does not work with a mathematical "or" here (-1 is not meant as logical statement). Same for the = before, but there it is clearer because there is no "not" involved.
 
mfb said:
The result is right, I guess there are shorter ways to prove it but it looks reasonable.
That notation is problematic, as it does not work with a mathematical "or" here (-1 is not meant as logical statement). Same for the = before, but there it is clearer because there is no "not" involved.
What do you suggest in changing? In the statement that you quoted, I'm trying to express that x cannot take both of those values. Which is a negation of the statement before in which x, could take those values. Thank you for your time.
 
You could write, ##P' = \{ x \in \mathbb{R} \ |\ x \ne 1 \text{ and } x \ne -1\}##. Both conditions have to be true for an element to be in P'.
 
***Edit***
Keen94 said:

Homework Statement


Find the truth set of the given equivalence. Assume U=ℝ
#56. (x2=1)↔[(x=1)∨(x=-1)]
Source: Principles of Mathematics by Allendoefer and Oakley section 1.10

Homework Equations


{x I px↔qx}=(P∩Q)∪(P'∩Q')[/B]

The Attempt at a Solution


P={x I px}={x I x2=1}={x I x=1 or -1)
P'={x I x≠1 and x≠ -1}
Q={x I qx is true}={x I (x=1)∨(x=-1)}
qx=ax∨bx
{x I ax∨bx}=A∪B
Q=A∪B
Let ax be x=1 and bx be x=-1
A={x I ax} and B={x I bx}
A={1} and B={-1}
A∪B={-1,1}
Q={x I x=-1 and x= 1}
Q'={x I x≠-1 or 1}
(P∩Q)={x I x=1 and x= -1}∩{x I x=1 and x= -1}={x I x=1 and x= -1}
(P'∩Q')={x I x≠1 and x≠ -1}∩{x I x≠1 and x≠ -1}={x I x≠1 and x≠ -1}
(P∩Q)∪(P'∩Q')={x I x=1 and x= -1}∪{x I x≠1 and x≠ -1}= U[/B]
Just wanted to know if someone could go over my work and verify it. Thank you for your time.
I'm also uploading a picture of the author using the "or" inside the logical statement. Maybe someone could explain to me how to interpret the author correctly or whether he is wrong about this.
 

Attachments

  • Negation Illustration.jpg
    Negation Illustration.jpg
    12.1 KB · Views: 408
Now you broke your proof. When you write ##Q = \{x\ |\ x=-1\text{ and }x=1\}##, you end up with Q being empty because there's no value of ##x## equal to 1 and -1 simultaneously.

You're interpreting the author's intent correctly. I just don't like the way the author writes that kind of expression. The words "and" and "or" have a precise meaning in the context of logic, but the author is using the human language interpretation of the word "or", which doesn't align with the mathematical interpretation. So the word caught my eye and initially I thought you made a mistake until I realized what you were going for there. I wouldn't say it's technically wrong, but it's not as clear as it could be.
 
vela said:
Now you broke your proof. When you write ##Q = \{x\ |\ x=-1\text{ and }x=1\}##, you end up with Q being empty because there's no value of ##x## equal to 1 and -1 simultaneously.

You're interpreting the author's intent correctly. I just don't like the way the author writes that kind of expression. The words "and" and "or" have a precise meaning in the context of logic, but the author is using the human language interpretation of the word "or", which doesn't align with the mathematical interpretation. So the word caught my eye and initially I thought you made a mistake until I realized what you were going for there. I wouldn't say it's technically wrong, but it's not as clear as it could be.
What would be the best way to express these kinds of sets? Thank you for your help.
 
The way I wrote it in post #4, for example.
 
vela said:
The way I wrote it in post #4, for example.
The way you wrote it applies to the set P' where x cannot equal 1 and cannot equal -1. My question would be, how can I write a set where x is allowed to take 2 values, either one or the other. In this case, set Q. I want to express that Q can take either the value of positive one or negative one.
 
  • #10
Keen94 said:
The way you wrote it applies to the set P' where x cannot equal 1 and cannot equal -1. My question would be, how can I write a set where x is allowed to take 2 values, either one or the other. In this case, set Q. I want to express that Q can take either the value of positive one or negative one.
##Q = \{q | q = 1 ∨ q = -1\}##
Or you could write ##q = \pm 1##
 
Last edited:
  • #11
Mark44 said:
##Q = \{q | q = 1 ∨ q = -1\}##
Or you could write ##q = \pm 1##

The image from the textbook is very nonstandard in my experience.
I think I will go the plus or minus route. Thank you again Mark.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
9
Views
3K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
4K