Comprehension Schema: The Possibility of Multiple Sets with the Same Property

  • Context: Graduate 
  • Thread starter Thread starter robertjford80
  • Start date Start date
  • Tags Tags
    Axiom
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
robertjford80
Messages
388
Reaction score
0
P(x) = x ∉ x ⊃ for any set A, there is a set B such that x ∈ B iff x ∈ A and x ∉ x

Does the above mean that different things can bear the same property. For instance, x can be bipedal means x can be an element of the set human or x can be an element of the set ostrich.
 
Physics news on Phys.org
It's not my statement but Jech's. See attachment.
 

Attachments

  • Screen shot 2014-03-06 at 5.25.13 PM.png
    Screen shot 2014-03-06 at 5.25.13 PM.png
    17.8 KB · Views: 686
In a perfect world, we'd like to say that, given any property ##P##, there is a set ##B## such that ##x\in B## iff ##P(x)##. This roughly says that if I know what attribute I would like the elements of my set to possesses and can describe that attribute, then I can "build" a set that contains precisely those objects which possesses that attribute. This seems like a reasonable expectation that one would have for sets, but unfortunately is a bit too greedy. Accepting this naive requirement of sets, that I can build it if I can describe it, leads to inconsistencies, the most famous of which is Russell's paradox, which is how the whole ##x\not\in x## bit applies.

The Comprehension schema is basically the way that axiomatic set theory gets around Russell's paradox. It says that given any property ##P## and any set ##A##, there is a set ##B\subset A## such that ##x\in B## iff ##P(x)## and ##x\in A##. It basically means that if I know what attribute I would like my set to have and am willing to limit myself to choosing my elements from a "pre-determined" set, then I can build a subset of that pre-determined set that contains precisely those elements of the pre-determined set that possesses the desired attribute.

Of course, this is a very informal take on a very formal subject. So what I've written isn't necessarily the truth, the whole truth, and nothing but the truth. It's as close to the truth as I could come up with without getting overly technical, and I think it's a pretty fair representation.
 
gopher_p said:
It says that given any property ##P## and any set ##A##, there is a set ##B\subset A## such that ##x\in B## iff ##P(x)## and ##x\in A##.

I would need a real life example of something that has property P and belongs to set A etc.
 
robertjford80 said:
I would need a real life example of something that has property P and belongs to set A etc.

Well, to use your own example from the original post, assuming that the collections mammals, birds, and animals are all sets and that being bipedal is a property that an object might have, then the sets of bipedal mammals, bipedal birds, and bipedal animals are all guaranteed to exist given the Comprehension schema. However the collection of all bipedal things is not guaranteed to exist (as a set) ... unless of course the collection of all things is a set ... which it's not. But now we're jumping outside of the realm of the "real world", so ...
 
gopher_p said:
Well, to use your own example from the original post, assuming that the collections mammals, birds, and animals are all sets and that being bipedal is a property that an object might have, then the sets of bipedal mammals, bipedal birds, and bipedal animals are all guaranteed to exist given the Comprehension schema. However the collection of all bipedal things is not guaranteed to exist (as a set) ... unless of course the collection of all things is a set ... which it's not. But now we're jumping outside of the realm of the "real world", so ...

Thank you.