Thread Closed

Unions and Intersections

 
Share Thread Thread Tools
Feb10-07, 07:03 PM   #1
 

Unions and Intersections


Given set A and B, the union is defined as

[tex]A\cup B := \{x | x \; \epsilon A \lor x \; \epsilon \; B \}[/tex]

But how is [tex]\lor[/tex] defined?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Feb10-07, 07:10 PM   #2
 
It's defined as or. As in A v B is the condition that A holds, or B holds, or both hold.
Feb10-07, 07:55 PM   #3
 
But isn't that circular definition? You are defining A OR B as true when either A is true OR B is true OR both are true!
Feb10-07, 07:59 PM   #4
 

Unions and Intersections


Perhaps this is better. It is a binary function that maps 2-tuples of truth values to a truth value which is false for (0,0) and true otherwise.

Oh, perhaps this is circular.
Feb10-07, 08:39 PM   #5
 
Recognitions:
Homework Helper Homework Help
A | B | A V B
-----------------------------------
T | T | T
T | F | T
F | T | T
F | F | F
Feb10-07, 08:50 PM   #6
 
Quote by verty View Post
Perhaps this is better. It is a binary function that maps 2-tuples of truth values to a truth value which is false for (0,0) and true otherwise.

Oh, perhaps this is circular.
I think this is circular too.

Correct me if I am wrong. You define OR as a function [tex]f: (x,y) \to z[/tex] where [tex] x,y,z \; \epsilon \; \{0, 1\}[/tex] satisfying the following property:

[tex](x,y) = (0,0) \Rightarrow z = 0 \land (x,y) \neq (0,0) \Rightarrow z = 1 [/tex]

I guess the circularity of this definition depends on how you define [tex]\land[/tex] and [tex]\Rightarrow[/tex]...
Feb10-07, 08:53 PM   #7
 
Recognitions:
Homework Helper Homework Help
What exactly is circular in the definition?
Feb10-07, 09:02 PM   #8
 
Mentor
Quote by Swapnil View Post
Given set A and B, the union is defined as

[tex]A\cup B := \{x | x \; \epsilon A \lor x \; \epsilon \; B \}[/tex]

But how is [tex]\lor[/tex] defined?
Quote by Swapnil View Post
But isn't that circular definition? You are defining A OR B as true when either A is true OR B is true OR both are true!
This is not a definition of "A or B"; it is a definition of the union of the sets A and B. This is not a circular definition.
Feb10-07, 09:27 PM   #9
 
Quote by radou View Post
What exactly is circular in the definition?
Well... nothing yet. Until you start defining [tex]\land[/tex] and [tex]\Rightarrow[/tex]

Notice that
[tex] p \Rightarrow q : = \lnot p \lor q[/tex]
Feb10-07, 09:29 PM   #10
 
Quote by cristo View Post
This is not a definition of "A or B"; it is a definition of the union of the sets A and B. This is not a circular definition.
I was actually talking about the definition of OR as mentioned by DeadWolfe.
Feb10-07, 09:36 PM   #11
 
Mentor
Quote by Swapnil View Post
I was actually talking about the definition of OR as mentioned by DeadWolfe.
Sorry, I read the post incorrectly
Feb11-07, 03:02 AM   #12
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
There is nothing at all 'circular' in any of these definitions. It would have been better written as

(x in A)v(x in B)

to avoid confusion (his A and B are not your A and B). What on earth do you think the definition of logical OR is if not what was given? V is just another symbol for logical OR.

Do'nt confuse sets with conditions that define the sets: the defining condition for a union of two sets is the disjunction (OR) of the individual conditions.
Feb11-07, 03:06 PM   #13
 
How on earth is my definition is circular. I said that v is defined to be or. Not that or is defined to be or. Pay attention.
Feb11-07, 05:48 PM   #14
 
Quote by DeadWolfe View Post
How on earth is my definition is circular. I said that v is defined to be or. Not that or is defined to be or. Pay attention.
But they are the same thing! Call it 'V', or 'OR' or 'or.' It is still a logical OR.

Anyways, say that you do define v to be or. The how do you then define or?
Feb11-07, 05:52 PM   #15
 
Quote by matt grime View Post
What on earth do you think the definition of logical OR is if not what was given? V is just another symbol for logical OR.

Do'nt confuse sets with conditions that define the sets: the defining condition for a union of two sets is the disjunction (OR) of the individual conditions.
I know that. I am just asking how the disjunction (OR) is defined. (I guess I should have never brought sets in my question. And my title was a big mistake too. ).
Feb11-07, 05:59 PM   #16
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Look at the (expletive deleted) truth table. That is how OR and DISJUNCTION are defined (they are after all just different names for the same thing).
Thread Closed
Thread Tools


Similar Threads for: Unions and Intersections
Thread Forum Replies
probability of unions/intersections Set Theory, Logic, Probability, Statistics 4
How Bush helped to legalize gay unions in Oregon General Discussion 1
Filling in the blanks proof, having some issues! Set Theory Unions/Subsets Calculus & Beyond Homework 1
Labor Unions and Capitalism? Current Events 69
Functions, intersections, and unions Introductory Physics Homework 3