Formulation of recursive subset equality

  • Thread starter Thread starter thegluups
  • Start date Start date
AI Thread Summary
The discussion centers on defining a concept of "reduction" between structured sets of sets, where one set can be considered a reduction of another if they share the same number of subsets and maintain a bijective relationship between corresponding subsets. The transitive nature of this reduction relation is emphasized, allowing for a hierarchy of reductions. There is a request for formal notation to express these properties, particularly for the bijection aspect. One participant points out that the term "set" is misused, suggesting that the correct terminology should be "sequences" and warns against using nonstandard definitions that may confuse readers. The conversation highlights the complexity of formalizing these ideas within set theory.
thegluups
Messages
1
Reaction score
0
Hi,

I'm currently trying to express the following:

given a structured set of sets, of the form {1}, {1,{1,1}}, {{1,1},{1,1}}, or {1,{{1,1},1}} etc.

I want to be able to test whether two sets are reductions of each other, where reduction means, that:
{1,{1,1} is equal to {1}, or {1,1}, but not {{1,1},1}.

The logic behind reduction is that I can reduce a subset to a subset of smaller cardinality, or singleton set (so {1,1} is a reduction of {1,{1,1}}. The relation is transitive, so given {1} is a reduction of {1,1} then {1} is a reduction of {1,{1,1}}.

I think I have the right properties: given two ordered sets A and B, B is a reduction of A

1) iff A and B contain the same number of subsets, and there is a bijection between the subsets of A and the subsets of B, where the corresponding subset in B is itself a reduction of the corresponding subset in A. (basically what I'm trying to say is that if you have {1,2,3} and {a,b,c} then 1 is linked to a, 2 to b, etc. also works for subsets, where you have {{1,2},3,4} and {a,b,c} where in that case {1,2} is linked with a, 3 with b, and 4 with c)
2) iff there exists a set R such that B is a reduction of R, and R is a reduction of A.

Does this definition make sense? And if yes, I'm really struggling to provide formal notation for 1. I'm not very familiar with set notation.

Thanks!
 
Physics news on Phys.org
thegluups said:
Hi,

I'm currently trying to express the following:

given a structured set of sets, of the form {1}, {1,{1,1}}, {{1,1},{1,1}}, or {1,{{1,1},1}} etc.

I want to be able to test whether two sets are reductions of each other, where reduction means, that:
{1,{1,1} is equal to {1}, or {1,1}, but not {{1,1},1}.

The logic behind reduction is that I can reduce a subset to a subset of smaller cardinality, or singleton set (so {1,1} is a reduction of {1,{1,1}}. The relation is transitive, so given {1} is a reduction of {1,1} then {1} is a reduction of {1,{1,1}}.

I think I have the right properties: given two ordered sets A and B, B is a reduction of A

1) iff A and B contain the same number of subsets, and there is a bijection between the subsets of A and the subsets of B, where the corresponding subset in B is itself a reduction of the corresponding subset in A. (basically what I'm trying to say is that if you have {1,2,3} and {a,b,c} then 1 is linked to a, 2 to b, etc. also works for subsets, where you have {{1,2},3,4} and {a,b,c} where in that case {1,2} is linked with a, 3 with b, and 4 with c)
2) iff there exists a set R such that B is a reduction of R, and R is a reduction of A.

Does this definition make sense? And if yes, I'm really struggling to provide formal notation for 1. I'm not very familiar with set notation.

Thanks!

The definition of a set is a collection with no repetitions and in which order doesn't matter. What you are dealing with are called "sequences." These "reductions" are subsequences of sequences.

You may define words however you like, but nonstandard definitions are a pointless headache for the reader.
 
Hello, I'm joining this forum to ask two questions which have nagged me for some time. They both are presumed obvious, yet don't make sense to me. Nobody will explain their positions, which is...uh...aka science. I also have a thread for the other question. But this one involves probability, known as the Monty Hall Problem. Please see any number of YouTube videos on this for an explanation, I'll leave it to them to explain it. I question the predicate of all those who answer this...
I'm taking a look at intuitionistic propositional logic (IPL). Basically it exclude Double Negation Elimination (DNE) from the set of axiom schemas replacing it with Ex falso quodlibet: ⊥ → p for any proposition p (including both atomic and composite propositions). In IPL, for instance, the Law of Excluded Middle (LEM) p ∨ ¬p is no longer a theorem. My question: aside from the logic formal perspective, is IPL supposed to model/address some specific "kind of world" ? Thanks.
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...

Similar threads

Replies
1
Views
1K
Replies
5
Views
1K
Replies
57
Views
7K
Replies
6
Views
3K
Replies
4
Views
3K
Replies
2
Views
2K
Back
Top