Russell's Paradox: Proving N is Normal if Abnormal

  • Context: Undergrad 
  • Thread starter Thread starter Figaro
  • Start date Start date
  • Tags Tags
    Paradox Set theory
Click For Summary

Discussion Overview

The discussion revolves around Russell's Paradox, specifically addressing the proof concerning the set of all normal sets, denoted as ##N##. Participants explore the implications of ##N## being normal or abnormal, examining the logical structure of the proof and the definitions of normal and abnormal sets. The conversation includes technical reasoning and clarification of terms used in the proof.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that the proof lacks clarity in demonstrating the converse of the initial claim regarding the normality of ##N##.
  • Others argue that the logic presented is correct but needs to be expressed more precisely, particularly in the use of terms like "such that."
  • A participant suggests that the argument could be structured by connecting the propositions with 'if and only if' relations to strengthen the proof.
  • There is a discussion about whether stating ##N \not\in N## is necessary, with some suggesting that it complicates the argument unnecessarily.
  • One participant introduces a modification to the definition of the set to resolve the paradox, indicating a different approach to the problem.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the correctness of the proof as presented. There are multiple competing views on how to express the arguments and whether certain statements are necessary for clarity.

Contextual Notes

Participants highlight limitations in the proof's structure, particularly regarding the definitions of normal and abnormal sets and the implications of self-reference in set theory. The discussion remains focused on the logical rigor required in mathematical proofs.

Who May Find This Useful

This discussion may be of interest to those studying set theory, logic, or mathematical proofs, particularly in the context of paradoxes and self-reference.

Figaro
Messages
103
Reaction score
7
Sets which doesn't contain themselves are called normal sets while sets that contain themselves are called abnormal. Let ##N## be a set of all normal sets. Prove that ##N## is normal if and only if ##N## is abnormal.
Proof. ##~~\rightarrow ~~ ## Suppose ##N## is normal such that ##N \not\in N## but since ##N## contains all normal sets, it should include itself since it is a normal set by assumption. Thus ##N \in N##
##\leftarrow~~## The argument is the same as before. QED

Can anyone help me check my proof? Also, is it correct to think that the crucial ingredient/key phrase here is "N contains all the normal sets"?
 
Physics news on Phys.org
You haven't quite proved precisely what was asked. You have correct logic, but you haven't clearly shown the result.

And you do need to prove the converse properly.
 
Figaro said:
##\leftarrow~~## The argument is the same as before. QED
It's not the same. The argument runs in reverse, for the reverse direction.

The argument can be made the same for both directions by connecting the propositions "##N## is normal" and "##N## is abnormal" by a chain of one or more intermediate propositions, all of which are connected by 'if and only if' relations (##\leftrightarrow## symbol). Your argument is not currently expressed that way but, with a little thought, could be adapted to be like that.
 
##\leftarrow## Suppose ##N## is abnormal such that ##N \in N##, but since ##N## contains all normal sets it is the case that ##N \not\in N## since ##N## is abnormal by assumption.

Is this the correct argument?
 
Figaro said:
##\leftarrow## Suppose ##N## is abnormal such that ##N \in N##, but since ##N## contains all normal sets it is the case that ##N \not\in N## since ##N## is abnormal by assumption.

Is this the correct argument?

Because the point of logic is to absolutely precise, let me analyse what you have done from a very rigorous perspective:

1) "Suppose ##N## is abnormal such that ##N \in N##"

Usually "such that" will introduce some additional property or constraint, but isn't used to restate the definition or draw a conclusion. Better is:

"Suppose ##N## is abnormal, then ##N \in N##"

2) "but since ##N## contains all normal sets"

It's not that ##N## contains all the normal sets, it's that ##N## contains only normal sets that is key.

3) "it is the case that ##N \not\in N## since ##N## is abnormal by assumption."

This loses the thread somewhat and you appear to be aiming for a contradiction, but you never quite finish the argument. Note that what you were to show, precisely, is that:

##N## abnormal ##\Rightarrow \ N ## normal

Note that there is only a contradiction if you think being normal and abnormal are incompatible, which is technically a different question!

Does this help?
 
PeroK said:
Because the point of logic is to absolutely precise, let me analyse what you have done from a very rigorous perspective:

1) "Suppose ##N## is abnormal such that ##N \in N##"

Usually "such that" will introduce some additional property or constraint, but isn't used to restate the definition or draw a conclusion. Better is:

"Suppose ##N## is abnormal, then ##N \in N##"

2) "but since ##N## contains all normal sets"

It's not that ##N## contains all the normal sets, it's that ##N## contains only normal sets that is key.

3) "it is the case that ##N \not\in N## since ##N## is abnormal by assumption."

This loses the thread somewhat and you appear to be aiming for a contradiction, but you never quite finish the argument. Note that what you were to show, precisely, is that:

##N## abnormal ##\Rightarrow \ N ## normal

Note that there is only a contradiction if you think being normal and abnormal are incompatible, which is technically a different question!

Does this help?
So everything is ok and the only problem is my usage of words in 1) and 2) and that in 3) I should specify clearly that since I concluded that ##N \not\in N##, that N is normal?
 
Figaro said:
So everything is ok and the only problem is my usage of words in 1) and 2) and that in 3) I should specify clearly that since I concluded that ##N \not\in N##, that N is normal?

Why do you need to say ##N \not\in N##?

##N \in N## (by hypothesis), ##N## contains only normal sets, therefore ##N## is normal. Isn't that simpler?
 
Figaro said:
##\leftarrow## Suppose ##N## is abnormal such that ##N \in N##, but since ##N## contains all normal sets it is the case that ##N \not\in N## since ##N## is abnormal by assumption.

Is this the correct argument?
That is correct. Just a little word-smithing: but since ##N## contains only normal sets
 
  • Like
Likes   Reactions: Figaro
PeroK said:
Why do you need to say ##N \not\in N##?

##N \in N## (by hypothesis), ##N## contains only normal sets, therefore ##N## is normal. Isn't that simpler?
Yes, I should do that. Thanks!
 
  • #10
The self-referentiality of the designation "set of all sets not members of themselves" co-mingles first-order and second-order predication -- the resultant paradox can be resolved by modification of the designation to "the set, other than and not including itself, of all sets not members of themselves".
 
  • #11
Figaro said:
Sets which doesn't contain themselves are called normal sets while sets that contain themselves are called abnormal. Let ##N## be a set of all normal sets. Prove that ##N## is normal if and only if ##N## is abnormal.
Proof. ##~~\rightarrow ~~ ## Suppose ##N## is normal such that ##N \not\in N## but since ##N## contains all normal sets, it should include itself since it is a normal set by assumption. Thus ##N \in N##
##\leftarrow~~## The argument is the same as before. QED

Can anyone help me check my proof? Also, is it correct to think that the crucial ingredient/key phrase here is "N contains all the normal sets"?

Where did you get this exercise? I am interested in a book that covers this sort of material.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K