I Are These Rules new Conjectures in Set Theory?

Gh. Soleimani
Messages
47
Reaction score
1
We can easily find out below rules in set theory:

1. Let consider set “A” as follows:

A = {a1, a2, a3, a4… an} and also power set of A is set C:

C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

Rule 1: To find the number of subsets with precise members number, we can use Binomial Coefficient

C (n, r) = n! / r! (n-r)!


Where:

n = number of members in set A

r = number of precise member for each subset

Example:

We have set A = {1, 2, 3, 4, 5, 6, 7}

The number of subsets with no member is: C (7, 0) = 1

The number of subsets with one member is: C (7, 1) = 7

The number of subsets with two member is: C (7, 2) = 21

The number of subsets with three member is: C (7, 3) = 35

The number of subsets with four member is: C (7, 4) = 35

The number of subsets with five member is: C (7, 5) = 21

The number of subsets with six member is: C (7, 3) = 7

The number of subsets with seven member is: C (7, 3) = 1

2. Let consider set “A” and power set of A which is set “C” as follows:

A = {a1, a2, a3, a4… an}

C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

We can find set “B” below cited:

B = {x, y, z, t,…..}

Where:

x, y, z, t,… = functions of internal sum of each subset

For instance, x = a1, z = a1 + a2, t = a1 + a2 + a3 and ……..

Rule 2: If SB = total Sum of members of set B and SA = total sum of members of set A, we will have:

SB / SA = 2^ (n-1) , n = number of members set A

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

SB = 0+1+2+3+4+3+4+5+5+6+7+6+7+8+9+10 = 80

SA = 1+2+3+4 = 10

SB / SA = 2^ (n-1) = 2 ^ (4-1) = 80 /10

Now, the questions is:

- Are these rules new ones in Set Theory?

- Are These Rules new Conjectures in Mathematics?
 
Physics news on Phys.org
What you are doing looks more like Combinatorics that Set Theory.
Gh. Soleimani said:
We can find set “B” below cited:

B = {x, y, z, t,…..}

Where:

x, y, z, t,… = functions of internal sum of each subset

For instance, x = a1, z = a1 + a2, t = a1 + a2 + a3 and ……..
This needs to be explained better, because it's not at all clear what you intend B to be. You can't define a set with a 'for instance'. You need to define it using recognised, unambiguous set operations such as powerset, union, intersection, complementation or filtering on a logical criterion. Enumeration (listing elements) is fine, as long as it's completely clear what the elements are, but it's not OK if you use ellipses (the '...' symbol) as you have above. Enumeration has to be complete, with no ellipses and no 'etc'.
 
andrewkirk said:
What you are doing looks more like Combinatorics that Set Theory.

This needs to be explained better, because it's not at all clear what you intend B to be. You can't define a set with a 'for instance'. You need to define it using recognised, unambiguous set operations such as powerset, union, intersection, complementation or filtering on a logical criterion. Enumeration (listing elements) is fine, as long as it's completely clear what the elements are, but it's not OK if you use ellipses (the '...' symbol) as you have above. Enumeration has to be complete, with no ellipses and no 'etc'.
Sorry, it is not the answer to my questions.
 
Samy_A said:
No.

Rule 1 is well known (https://en.wikipedia.org/wiki/Binomial_coefficient#Combinatorics_and_statistics)
Rule 2 (if I interpreted it correctly, @andrewkirk correctly stated that you are not very clear there), is a consequence of the well known result that the power set of a set with ##n## elements has ##2^n## elements (https://en.wikipedia.org/wiki/Power_set#Properties).

Please care again on rule1. Your answer is completely wrong. I say to you a problem: How can we find the number of subsets with precise members number? The solution is, to use Binomial Coefficient. For instance, if we have a set with 7 members, The number of subsets with four member will be 35. Have you any anouther solution for this problem? or Have you another reference which shows us this solution for this problem?
 
Gh. Soleimani said:
Please care again on rule1. Your answer is completely wrong.
Samy_A was responding to what he thought you meant. What you stated was not clear, especially the part "with precise members number":
Rule 1: To find the number of subsets with precise members number, we can use Binomial Coefficient
The binomial coefficients give the sizes of each of the subsets of a certain size.
Gh. Soleimani said:
I say to you a problem: How can we find the number of subsets with precise members number? The solution is, to use Binomial Coefficient.
Which is what Samy_A was saying.
Gh. Soleimani said:
For instance, if we have a set with 7 members, The number of subsets with four member will be 35. Have you any anouther solution for this problem? or Have you another reference which shows us this solution for this problem?
 
Mark44 said:
Samy_A was responding to what he thought you meant. What you stated was not clear, especially the part "with precise members number":

The binomial coefficients give the sizes of each of the subsets of a certain size.
Which is what Samy_A was saying.

Thank you for your reply. But I did not see your quote (The binomial coefficients give the sizes of each of the subsets of a certain size) on this link: https://en.wikipedia.org/wiki/Binomial_coefficient#Combinatorics_and_statistics whereas, I need to have official reference (academic reference) because I am willing to know if your quote had been already proved or it is a conjecture. In the meanwhile, please be informed that wikipedia is not a reference because each moment its content has been edited.
 
Gh. Soleimani said:
Thank you for your reply. But I did not see your quote (The binomial coefficients give the sizes of each of the subsets of a certain size) on this link: https://en.wikipedia.org/wiki/Binomial_coefficient#Combinatorics_and_statistics
It's in that section that Samy_A cited. For your example, with a set with 7 elements, the number of subsets with 4 elements is ##\binom{7}{4}## = 35.

If you have a set with n elements, the number of subsets with exactly k elements is ##\binom{n}{k} = \frac{n!}{k!(n - k)!}##.
Gh. Soleimani said:
whereas, I need to have official reference (academic reference) because I am willing to know if your quote had been already proved or it is a conjecture. In the meanwhile, please be informed that wikipedia is not a reference because each moment its content has been edited.
These formulas for the binomial coefficients have been around for a long time, and are very well known. Any textbook on combinatorics or probability will have this formula.
 
Mark44 said:
It's in that section that Samy_A cited. For your example, with a set with 7 elements, the number of subsets with 4 elements is ##\binom{7}{4}## = 35.

If you have a set with n elements, the number of subsets with exactly k elements is ##\binom{n}{k} = \frac{n!}{k!(n - k)!}##.

These formulas for the binomial coefficients have been around for a long time, and are very well known. Any textbook on combinatorics or probability will have this formula.
Yes. Thank you. I found the proof of rule 1 on below papers:
http://www.maths.qmul.ac.uk/~pjc/notes/comb.pdf
http://math.mit.edu/~rstan/ec/ec1.pdf
 
  • #10
Let me tell you that the basic of above rules returns back to my case of accounting control such as below example:
Consider: Set A = {a1, a2, a3, a4,...} and set B = {b1, b2, b3, b4,...]
Now,we want to know: which total sum of 1 or 2 or 3 or more of members of set A are just equal to total sum of 1 or 2 or 3 or more of members of set B? For instance,
a1 = b2+b3+b4+b5 or a2+a3+a7+a12 = b2+b3 and etc. How can we find all equilibriums?
I solved this case by using of a idea of power set and posted my solution on my website. Do you have any another idea to solve this case?
 
  • #11
Gh. Soleimani said:
Rule 2: If SB = total Sum of members of set B and SA = total sum of members of set A, we will have:
SB / SA = 2^ (n-1) , n = number of members set A
Your rule doesn't work.
Counterexample :
Let A = {1, 2}
P(A) = { {}, 1, 2, {1, 2}}
Let B = { 2, 3, 5, 6}
P(B) = { {}, 2, 3, 5, 6, {2, 3}, {2, 5}, {2, 6}, {3, 5}, {3, 6}, {5, 6}, {2, 3, 5}, {2, 3, 6}, {2, 5, 6}, {3, 5, 6}, {2, 3, 5, 6}}
##\sum{P(B}## =128

##\sum{P(A}## = 1 + 2 + 3 = 6
##\frac{\sum{P(B}}{\sum{P(A}} = \frac{128}{6} \approx 21.33##. This is not a power of 2 for any integer n.
 
  • #12
It's not very clear what rule 2 exactly means.

My interpretation was as follows:
A is a finite set of integers with n elements. SA is the sum of all elements of A.
C is the power set of A.
Now, for each element of C one can compute the sum of its elements: these sums are the element of the set (actually the multiset) B.
SB is the sum of all elements of B.

Rule 2 states than SB=SA*##2^{(n-1)}##
I think that with this interpretation the rule is correct, but quite elementary.
As every element of A will be an element of exactly ##2^{(n-1)}## subsets of A, it is rather obvious that SB=SA*##2^{(n-1)}##
 
  • #13
Mark 44: Your way to get elements of B in your counterexmample is wrong. Because, we will have 0, 1, 2 and 3 for B then SB = 6 and SA = 3 , SB/SA = 2 = 2 ^ 2 -1
Samy A: you got true concept of this rule. Do you have any proof for this rule or it is a conjecture?
 
  • #14
Gh. Soleimani said:
Mark 44: Your way to get elements of B in your counterexmample is wrong.
No, it is not wrong. You have not specified that the sets have to be consecutive integers starting with 1.
Rule 2 just mentions two sets A and B, and doesn't put any further restrictions on them.
It's up to you to provide more conditions.
Gh. Soleimani said:
Because, we will have 0, 1, 2 and 3 for B then SB = 6 and SA = 3 , SB/SA = 2 = 2 ^ 2 -1
Samy A: you got true concept of this rule. Do you have any proof for this rule or it is a conjecture?
 
  • Like
Likes Samy_A
  • #15
Gh. Soleimani said:
Mark 44: Your way to get elements of B in your counterexmample is wrong. Because, we will have 0, 1, 2 and 3 for B then SB = 6 and SA = 3 , SB/SA = 2 = 2 ^ 2 -1
It is up to you to be clear. I was "lucky" in guessing what you meant with rule 2, mainly because I worked backward from the result.
Gh. Soleimani said:
Samy A: you got true concept of this rule. Do you have any proof for this rule or it is a conjecture?
I already stated the "proof":
Samy_A said:
As every element of A will be an element of exactly ##2^{(n-1)}## subsets of A, it is rather obvious that SB=SA*##2^{(n-1)}##
This is just a consequence of the well known result that the power set of a set with m elements has ##
2^{m}
## elements, applied to m=n-1. (As already stated in my first post in this thread, by the way.)
 
  • #16
I deleted rule 1 and edited rule 2 and also added new rule (rule 3) as follows:

1. Let consider set “A” and power set of A which is set “C” as follows:

A = {a1, a2, a3, a4… an}

C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

We can find set “B” in which each member of set B is generated by adding members of each subset of power set C below cited:

B = {{}, {a1}, {a2}, {a3}, {a4}, {a1+ a2}, {a1 + a3}, {a2 + a3 + a4)….{an}}Rule 1: If SB = total Sum of members of set B and SA = total sum of members of set A, we will have:

SB / SA = 2^ (n-1) , n = number of members set A

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

B = {{}, {1}, {2}, {3}, {4}, {1+2}, {1+3}, {1+4}, {2+3}, {2+4}, {3+4}, {1+2+3}, {1+2+4}, {1+3+4}, {2+3+4}, {1+2+3+4}}

SB = 0+1+2+3+4+3+4+5+5+6+7+6+7+8+9+10 = 80

SA = 1+2+3+4 = 10

SB / SA = 2^ (n-1) = 2 ^ (4-1) = 80 /10 2. Let consider set “A” and power set of A which is set “C” as follows:

A = {a1, a2, a3, a4… an}

C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

We can find set “B” in which each member of set B is generated by multiplying members of each subset of power set C below cited:

B = {{}, {a1}, {a2}, {a3}, {a4}, {a1* a2}, {a1*a3}, {a2*a3*a4)….{an}}

Rule 2: If SB = total Sum of members of set B and SA = total sum of members of set A, we will have:

(SB+ 1)/ SA = 2n!/n , n = number of members set A

Or SB = [(2n!/n)*SA] - 1

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

B = {{}, {1}, {2}, {3}, {4}, {1*2}, {1*3}, {1*4}, {2*3}, {2*4}, {3*4}, {1*2*3}, {1*2*4}, {1*3*4}, {2*3*4}, {1*2*3*4}}

SA = 1+2+3+4 = 10 , SB = 1+2+3+4+2+3+4+6+8+12+6+8+12+24+24 =119

(SB +1) / SA = (2*(1*2*3*4)/4) = 12 = (119 +1)/10 Now, the questions is:

- Are these rules new ones in Set Theory?

- Are These Rules new Conjectures in Mathematics?
 
  • #17
Gh. Soleimani said:
Now, the questions is:

- Are these rules new ones in Set Theory?

- Are These Rules new Conjectures in Mathematics?
You have already been shown that Rule 1 (your former Rule 2) is a trivial consequence of an elementary fact about power sets.

Rule 2 is wrong without further conditions on A.
Example:
n=2
A={2,5}
SA=7
C={{},{2},{5},{2,5}}
B={0,2,5,10}
SB=17
(SB+ 1)/ SA =18/7
2n!/2=2
 
Last edited:
  • #18
Yes. You are true.
A = a set of Natural number
Of Course, I do not consider zero as Natural number. I will say it Whole number if we consider zero.
 
Last edited:
  • #19
Gh. Soleimani said:
Yes. You are true.
A = a set of Natural number
Of Course, I do not consider zero as Natural number. I will say it Whole number if we consider zero.
My counterexample A={2,5} is a set of natural numbers, and doesn't contain 0. So your new rule 2 is still wrong.
 
  • #20
I did not tell you that A is a subset of natural number. It is ok. Let us consider N instead of A. It means that set of natural number. and then we have:
(SB+1) / SN = 2n!/n
 
  • #21
Gh. Soleimani said:
I did not tell you that A is a subset of natural number. It is ok. Let us consider N instead of A. It means that set of natural number. and then we have:
(SB+1) / SN = 2n!/n
Can you please state clearly the conditions that the set A (or whatever you want to call it, the name of the set is irrelevant) has to satisfy in order for your rule 2 to be valid?

Clearly rule 2 is not valid for the set {2,5}.

If you don't state all the conditions for your rule 2 clearly, it is meaningless.
 
  • #22
please wait. I am busy now
 
  • #23
Samy_A said:
Can you please state clearly the conditions that the set A (or whatever you want to call it, the name of the set is irrelevant) has to satisfy in order for your rule 2 to be valid?

Clearly rule 2 is not valid for the set {2,5}.

If you don't state all the conditions for your rule 2 clearly, it is meaningless.
I agree completely. If we decide to try your (Gh. Soleimani) rule on, say A = {1, 3, 5} and B = {2}, and find that it doesn't work, you can't come back and tell us we are wrong. As Samy_A said, if you don't specify clearly any and all conditions on the sets involved, the rules are meaningless.
 
  • #24
I edited my article and my assumtions as follows:

2. Let consider A as set of Arithmetic Progression where:

d = 1, a1 = 1 and an = a1 + (n - 1)d, n = 1, 2, 3,…..

In this case, we have:

A = {a1, (a1+1), (a2 +1),……. (a1 + (n - 1)d)}

And power set of A which is set “C” as follows:

C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

We can find set “B” in which each member of set B is generated by multiplying members of each subset of power set C below cited:

B = {{}, {a1}, {a2}, {a3}, {a4}, {a1* a2}, {a1*a3}, {a2*a3*a4)….{an}}

Rule 2: If SB = total Sum of members of set B and SA = total sum of members of set A, we will have:

(SB+ 1)/ SA = 2n!/n , n = number of members set A

Or SB = [(2n!/n)*SA] - 1

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

B = {{}, {1}, {2}, {3}, {4}, {1*2}, {1*3}, {1*4}, {2*3}, {2*4}, {3*4}, {1*2*3}, {1*2*4}, {1*3*4}, {2*3*4}, {1*2*3*4}}

SA = 1+2+3+4 = 10 , SB = 1+2+3+4+2+3+4+6+8+12+6+8+12+24+24 =119

(SB +1) / SA = (2*(1*2*3*4)/4) = 12 = (119 +1)/10Now, the questions is:

- Are these rules new ones in Set Theory?

- Are These Rules new Conjectures in Mathematics?
 
  • #25
Gh. Soleimani said:
I edited my article and my assumtions as follows:

2. Let consider A as set of Arithmetic Progression where:

d = 1, a1 = 1 and an = a1 + (n - 1)d, n = 1, 2, 3,…..

In this case, we have:

A = {a1, (a1+1), (a2 +1),……. (a1 + (n - 1)d)}

And power set of A which is set “C” as follows:

C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

We can find set “B” in which each member of set B is generated by multiplying members of each subset of power set C below cited:

B = {{}, {a1}, {a2}, {a3}, {a4}, {a1* a2}, {a1*a3}, {a2*a3*a4)….{an}}

Rule 2: If SB = total Sum of members of set B and SA = total sum of members of set A, we will have:

(SB+ 1)/ SA = 2n!/n , n = number of members set A

Or SB = [(2n!/n)*SA] - 1

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

B = {{}, {1}, {2}, {3}, {4}, {1*2}, {1*3}, {1*4}, {2*3}, {2*4}, {3*4}, {1*2*3}, {1*2*4}, {1*3*4}, {2*3*4}, {1*2*3*4}}

SA = 1+2+3+4 = 10 , SB = 1+2+3+4+2+3+4+6+8+12+6+8+12+24+24 =119

(SB +1) / SA = (2*(1*2*3*4)/4) = 12 = (119 +1)/10Now, the questions is:

- Are these rules new ones in Set Theory?

- Are These Rules new Conjectures in Mathematics?
Thanks.

Let's simplify this for starters.
For a given n, A is simply the set of all integers from 1 to n: A={1,2,...,n}
So, SA=n(n+1)/2

Your rule then simplifies to ##SB=\frac{2n!}{n}*\frac{n(n+1)}{2} - 1=n!(n+1)-1=(n+1)!-1##

So, for a given n, the rule states: SB=(n+1)!-1

I'm not immediately aware of this rule being known (someone else may be, of course), but it can be proven easily. I did it by mathematical induction, by the way.
 
  • #26
Thank you to simply this rule. Then you say that this rule is not a conjecture.
 
  • #27
Gh. Soleimani said:
Thank you to simply this rule. Then you say that this rule is not a conjecture.
A conjecture is a mathematical statement for which no proof is known. Fermat's Last Theorem was a conjecture for centuries, but now is a (proven) theorem.
Your rule is not a conjecture, as it can be proven.
Whether it is new or not, whether it is useful or not, I can't really say.
 
  • #28
I think the last conjecture is referred to Beal Conjecture and I remember AMS awarded $1000000 prize for someone who presented a proof or counterexample.
Anyway, here is another new rule:3. Let consider set “A” as subset of R and power set of A which is set “C” as follows:
A ⊂ R
C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

We can find set “B” in which each member of set B is generated by average of members of each subset of power set C below cited:

B = {{}, {a1}, {a2}, {a3}, {a4}, {(a1+ a2)/2}, {(a1 + a3)/2}, {(a2 + a3 + a4)/3}….{an}}Rule 3: If SB = total Sum of members of set B:

Then: SB = ((2^n)-1)*Average (A) , n = number of members set A

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

B = {{}, {1}, {2}, {3}, {4}, {(1+2)/2}, {(1+3)/2}, {(1+4)/2}, {(2+3)/2}, {(2+4)/2}, {(3+4)/2}, {(1+2+3)/3}, {(1+2+4)3}, {(1+3+4)/3}, {(2+3+4)/3}, {(1+2+3+4)/4}

SB = 0+1+2+3+4+1.5+2+2.5+2.5+3+3.5+2+2.333333+2.6666666+3+2.5 = 37.5

Average (A) = (1+2+3+4)/4 = 2.5

SB = ((2^ 4) -1)*2.5 = 37.5
 
  • #29
Gh. Soleimani said:
I think the last conjecture is referred to Beal Conjecture and I remember AMS awarded $1000000 prize for someone who presented a proof or counterexample.
I don't understand what all this has to do with Beal's conjecture.
Gh. Soleimani said:
Anyway, here is another new rule:3. Let consider set “A” as subset of R and power set of A which is set “C” as follows:
A ⊂ R
C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

We can find set “B” in which each member of set B is generated by average of members of each subset of power set C below cited:

B = {{}, {a1}, {a2}, {a3}, {a4}, {(a1+ a2)/2}, {(a1 + a3)/2}, {(a2 + a3 + a4)/3}….{an}}Rule 3: If SB = total Sum of members of set B:

Then: SB = ((2^n)-1)*Average (A) , n = number of members set A

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

B = {{}, {1}, {2}, {3}, {4}, {(1+2)/2}, {(1+3)/2}, {(1+4)/2}, {(2+3)/2}, {(2+4)/2}, {(3+4)/2}, {(1+2+3)/3}, {(1+2+4)3}, {(1+3+4)/3}, {(2+3+4)/3}, {(1+2+3+4)/4}

SB = 0+1+2+3+4+1.5+2+2.5+2.5+3+3.5+2+2.333333+2.6666666+3+2.5 = 37.5

Average (A) = (1+2+3+4)/4 = 2.5

SB = ((2^ 4) -1)*2.5 = 37.5
Nice one.

The proof is straightforward using the well known identity ##\sum_{k=0}^n \binom{n}{k}=2^n##.
 
  • #30
The Beal Conjecture states that the only solutions to the equation A^x + B^y = C^z, when A, B and C are positive integers, and x, y and z are positive integers greater than two, are those in which A, B and C have a common factor. The American Mathematical Society in Providence, Rhode Island, said that typical of many statements in number theory, they're "easy to say but extremely difficult to prove.” The Beal Prize is funded by D. Andrew Beal, a prominent banker who is also a mathematics enthusiast. An AMS-appointed committee, the Beal Prize Committee, will recommend awarding this prize for either a proof or a counterexample of the Beal Conjecture published in a refereed and respected mathematics publication. The prize money—now US$1,000,000—is being held by the AMS until it is awarded. The spendable income from investment of the prize money is used to fund the annual Erdős Memorial Lecture and other activities of the Society that benefit early-career mathematicians.

A valid counterexample needs to satisfy all four conditions—don't leave one out:

A,B,C,x,y,z are positive integers
x,y,z>2
A^x+B^y=C^z
A
,B,C have no common prime factor.
 
  • #31
4. Let consider A as set of a new type of Arithmetic Progression where:

a1 = x, d1 = S, d2 = L and a1, d1, d2, nϵ N then:

A = {(a1 = x), (a2 = a1+S), (a3 = a2+L),(a4 = a3+S), (a5 = a4+L)…(an = a(n -1)+S or L)}

In fact, we have common difference d1 and d2 which are added periodically to generate the members of set A.Rule 4: If n = 2k +1, k ≥ 0 then an = x + {(n-1)/2}(S +L) and

If n = 2k, k ≥ 0 then an = x + 0.5 {(n-2)L + nS}

Rule 5: Sn = (x*n) + {(S * (n^2)) / 4} + {(L * ((n^2) – 2n)) / 4)

A general form for Sn is:

Sn = (x*n) + {((aS*S) + (aL*L)) / 4}

Where: aS = (n^2) - (n mod 2)

And aL = ((n-1) ^2) - ((n+1) mod 2)

Example 1: Assume a1 = 1, d1 = 3, d2 = 4 , k = 2 and n = 5 then we have:

A = {1, 4, 8, 11, 15}

n = 2k + 1= 5, an = 1 + ((5-1)/2)*(3+4) = 15

aS = (5^2) – 1= 24 , aL = ((5-1)^2) – 0 = 16

Sn = (1*5) + (((24*3) + (16*4))/4) = 39

Example 2: Assume a1 = 3, d1 = 5, d2 = 9, k = 3 and n = 6 then we have:

A = {3, 8, 17, 22, 31, 36}

n = 2k = 6, an = 3 + 0.5*(((6-2)*9) + (6*5)) = 36

aS = (6^2) – 0= 36 , aL = ((6-1)^2) – 1 = 24

Sn = (3*6) + (((36*5) + (24*9))/4) = 117
 
  • #32
Here is an Inequality rule in Fuzzy Theory as follows:

We assume the set of S is included all central triangular fuzzy numbers as follows:

S = [Ai], i = 1, 2, 3,…….n

In fact, we have:

S = [A1, A2, A3,…..An]

Or

S = [(a1, b1, c1), (a2, b2, c2), (a3, b3, c3),……(an, bn, cn)]

We define the distance (di) between x1 and x2 into each central triangular fuzzy number A assigned to each alpha – cut level as follows:

di =Δ(x) If ai< x < bi

bi< x < ci, 0< μ < 1 , i = 1,2,3,……

Rule 6: If there is below inequality:

d1< d2 < d3< d4 …….< dn

Above inequality will be always the constant for all alpha – cuts in the interval [0, 1].
 
  • #33
This rule can be replaced with first rule of this article.
5. Let consider set “A” and power set of A which is set “C” as follows:

A = {a1, a2, a3, a4… an}

C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

Rule 7: If N = number of sets included in C which are only contained sequence of members A except sets with one member

Then, we will have: N = C (n, 2)

Example: Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

{1,2}, {2,3},{3,4}, {1,2,3},{2,3,4}, {1,2,3,4}

N = C (4, 2) = 4! / [2! (4 -2)!] = 6
 
  • #34
Gh. Soleimani said:
This rule can be replaced with first rule of this article.
5. Let consider set “A” and power set of A which is set “C” as follows:

A = {a1, a2, a3, a4… an}

C = {{}, {a1}, {a2}, {a3}, {a4}, {a1, a2}, {a1, a3},….{an}}

Rule 7: If N = number of sets included in C which are only contained sequence of members A except sets with one member

Then, we will have: N = C (n, 2)

Example: Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

{1,2}, {2,3},{3,4}, {1,2,3},{2,3,4}, {1,2,3,4}

N = C (4, 2) = 4! / [2! (4 -2)!] = 6
This one has a nice combinatorial proof.
What you call a sequence is defined by its first and last element. So you have as many sequences as ways of picking two different elements in a set of n elements. And that is indeed equal to ##\binom{n}{2}##.
 
  • #35
Here is another rule:

6. Following to item 5 and rule 7 (previous rule), if number of sets is equal to N = C (n, 2) +n, (added by sets with one member) then we will have below rule:

Rule 8: number of sets with specific member number can be calculated by below formula:

N' = n - r +1

Where: n = number of members set A, r = specific member number

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

n = 4,

r = 1, N'1 = 4 and sets are: {1}, {2}, {3}, {4}

r = 2, N'1 = 3 and sets are: {1, 2}, {2, 3}, {3, 4}

r = 3, N'1 = 2 and sets are: {1, 2, 3}, {2, 3, 4}

r = 4, N'1 = 1 and set is: {1, 2, 3, 4}
 
  • #36
Gh. Soleimani said:
Here is another rule:

6. Following to item 5 and rule 7 (previous rule), if number of sets is equal to N = C (n, 2) +n, (added by sets with one member) then we will have below rule:

Rule 8: number of sets with specific member number can be calculated by below formula:

N' = n - r +1

Where: n = number of members set A, r = specific member number
What does "specific number member" mean? Even with the example below, I can't figure out what you're trying to say.
Gh. Soleimani said:
Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

n = 4,

r = 1, N'1 = 4 and sets are: {1}, {2}, {3}, {4}
Why are you writing N'1 in this and the following examples?
Gh. Soleimani said:
r = 2, N'1 = 3 and sets are: {1, 2}, {2, 3}, {3, 4}
Why aren't {1, 3}, {1, 4} and {2, 4} included? "Specific number member" can't mean "subsets of the power set with a specific number of members" since you are omitting three of the subsets with two members.
Gh. Soleimani said:
r = 3, N'1 = 2 and sets are: {1, 2, 3}, {2, 3, 4}
Why isn't {1, 2, 4} included?
Gh. Soleimani said:
r = 4, N'1 = 1 and set is: {1, 2, 3, 4}
 
  • #37
I referred you to my previous rule. Please carefully read it again ( Following to item 5 and rule 7 (previous rule)).
I considered only sequence of members A or as Samy _A said to us:

Samy_A said:
What you call a sequence is defined by its first and last element
 
  • #38
Hi Mark 44,
I wrote an article of “How Can a Simple Rule in Set Theory help us to derive strategies in Strategic Management?” In this article, I used above rule (N' = n - r +1) to solve a case in excel. Maybe the application of above rule in excel will be useful for all members in this group.

Am I allowed to post this application here in this group?
 
  • #39
Gh. Soleimani said:
I referred you to my previous rule. Please carefully read it again
Which "you" are you replying to? If this refers to the questions I asked in post #36, please respond to those questions. If you are responding to someone else, please use the Quote button to identify the person who is making the remarks as well as what you're replying to.

The notation in each rule should be self-explanatory. If your notation is not clear, then your rules are not helpful.
For your convenience, here are the questions I asked:
  • What does "specific number member" mean? Even with the example you gave, I couldn't figure out what you're trying to say.
  • Why are you writing N'1 in your examples (in post #36)?
  • When r = 2, why aren't {1, 3}, {1, 4} and {2, 4} included? "Specific number member" can't mean "subsets of the power set with a specific number of members" since you are omitting three of the subsets with two members.
  • When r = 3, why isn't {1, 2, 4} included?
 
Last edited:
  • #40
Gh. Soleimani said:
Hi Mark 44,
I wrote an article of “How Can a Simple Rule in Set Theory help us to derive strategies in Strategic Management?” In this article, I used above rule (N' = n - r +1) to solve a case in excel. Maybe the application of above rule in excel will be useful for all members in this group.

Am I allowed to post this application here in this group?
If the thrust of your article is in deriving strategies for management, it probably doesn't belong here in the Mathematics section.
 
  • #41
Hi Mark44,

Please accept my apology, if I was not able to write a clear notation.

Your first question is about “Specific number member” while I wrote “Specific member number” in post #35 (rule 8). My meaning of “Specific member number” is “specific size of members” for instance we have a sequence set with one member or a sequence set with two members or three members…

For answering to your other questions, let me completely change the sentence of rule 8 in post #35 and also change formula N' = n - r +1 to N'r = n - r +1 as follows:

6. Following to item 5 and rule 7 (previous rule), if number of sets is equal to N = C (n, 2) +n, (added by sets with one member) then we will have below rule:

Rule 8: Number of sets in power set (C) which are included sequence of numbers and for each specific size of members (r) can be calculated by below formula:

N'r = n - r +1

Where: n = number of members set A, r = specific size of members in sets with sequence numbers

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

n = 4,

r = 1, N'1 = 4 and sets are: {1}, {2}, {3}, {4}

r = 2, N'2 = 3 and sets are: {1, 2}, {2, 3}, {3, 4}

r = 3, N'3 = 2 and sets are: {1, 2, 3}, {2, 3, 4}

r = 4, N'4 = 1 and set is: {1, 2, 3, 4}
 
  • #42
Gh. Soleimani said:
For answering to your other questions, let me completely change the sentence of rule 8 in post #35 and also change formula N' = n - r +1 to N'r = n - r +1 as follows:
OK, now I understand what you're trying to say.
Gh. Soleimani said:
6. Following to item 5 and rule 7 (previous rule), if number of sets is equal to N = C (n, 2) +n, (added by sets with one member) then we will have below rule:

Rule 8: Number of sets in power set (C) which are included sequence of numbers and for each specific size of members (r) can be calculated by below formula:

N'r = n - r +1
Just for clarity, the context here is P({1, 2, 3, ..., n}), the power set of {1, 2, ..., n}
Might I suggest this notation:
N(n, r) = n - r - 1,
where N(n, r) represents the number of subsets of P{1, 2, 3, ..., n} of size r, in which the elements of each subset are in sequential order.
Gh. Soleimani said:
Where: n = number of members set A, r = specific size of members in sets with sequence numbers

Example:

Assume, we have:

A = {1, 2, 3, 4} then

C = {{}, {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {2,4}, {3,4}, {1,2,3}, {1,2,4}, {1,3,4}, {2,3,4}, {1,2,3,4}}

n = 4,

r = 1, N'1 = 4 and sets are: {1}, {2}, {3}, {4}

r = 2, N'2 = 3 and sets are: {1, 2}, {2, 3}, {3, 4}

r = 3, N'3 = 2 and sets are: {1, 2, 3}, {2, 3, 4}

r = 4, N'4 = 1 and set is: {1, 2, 3, 4}
I can see that this works in your example, and I have tried it out with a slightly larger set, {1, 2, 3, 4, 5}. Can you prove that your formula gives the right results?

For example, if n = 5, and we're looking at subsets of size 2 in the power set, we have {(1, 2), (1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5), (3, 4), (3. 5), (4, 5)}. The only member of this set in which the elements are in sequential order are {(1, 2), (2, 3), (3, 4), (4, 5)}. Other than by observation, how do you know not to count (1, 3), (1, 4) and the others that aren't in sequential order?
 
  • #43
Mark44 said:
For example, if n = 5, and we're looking at subsets of size 2 in the power set, we have {(1, 2), (1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5), (3, 4), (3. 5), (4, 5)}. The only member of this set in which the elements are in sequential order are {(1, 2), (2, 3), (3, 4), (4, 5)}. Other than by observation, how do you know not to count (1, 3), (1, 4) and the others that aren't in sequential order?
I see it as follows: he only has to pick the smallest element of the subset, as the subset must contain the r-1 following elements. But there have to be r-1 elements available, so this only works for the n-(r-1) first elements.

No idea if that's how @Gh. Soleimani sees it.
 
  • #44
Here is another example for n = 5 due to your request:

A = {1, 2, 3, 4, 5}

C = {{}, {1}, {2}, {3}, {4}, {5}, {1, 2}, {1, 3}, {1, 4}, {1, 5}, {2, 3}, {2, 4}, {2, 5}, {3, 4}, {3, 5}, {4,5}, {1, 2, 3}, {1, 2, 4}, {1, 2, 5},{1, 3, 4}, {1, 3, 5}, {1, 4, 5}, {2, 3, 4}, {2, 3, 5}, {2, 4, 5}, {3, 4, 5}, , {1, 2, 3, 4}, {1, 2, 4, 5}, {1, 3, 4, 5}, {1, 2, 3, 5}, {2, 3, 4, 5}, {1, 2, 3, 4, 5}}

n = 5, N'r = n - r +1

r = 1, N'1 = 5 and sets are: {1}, {2}, {3}, {4}, {5}

r = 2, N'2 = 4 and sets are: {1, 2}, {2, 3}, {3, 4}, {4, 5}

r = 3, N'3 = 3 and sets are: {1, 2, 3}, {2, 3, 4}, {3, 4, 5}

r = 4, N'4 = 2 and set is: {1, 2, 3, 4}, {2, 3, 4, 5}

r = 5, N'5 = 1 and set is: {1, 2, 3, 4, 5}
 
  • #45
Samy_A said:
I see it as follows: he only has to pick the smallest element of the subset, as the subset must contain the r-1 following elements. But there have to be r-1 elements available, so this only works for the n-(r-1) first elements.
@Samy_A, can you elaborate on this -- I'm not following. For a given n (say 5) and given r (say 2), the subset consisting of 2-element members consists of {(1, 2), (1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5), (3, 4), (3, 5), (4, 5)}.

What do you mean by "pick the smallest element of the subset" -- (1, 2)?
 
  • #46
Gh. Soleimani said:
Here is another example for n = 5 due to your request:

A = {1, 2, 3, 4, 5}

C = {{}, {1}, {2}, {3}, {4}, {5}, {1, 2}, {1, 3}, {1, 4}, {1, 5}, {2, 3}, {2, 4}, {2, 5}, {3, 4}, {3, 5}, {4,5}, {1, 2, 3}, {1, 2, 4}, {1, 2, 5},{1, 3, 4}, {1, 3, 5}, {1, 4, 5}, {2, 3, 4}, {2, 3, 5}, {2, 4, 5}, {3, 4, 5}, , {1, 2, 3, 4}, {1, 2, 4, 5}, {1, 3, 4, 5}, {1, 2, 3, 5}, {2, 3, 4, 5}, {1, 2, 3, 4, 5}}

n = 5, N'r = n - r +1

r = 1, N'1 = 5 and sets are: {1}, {2}, {3}, {4}, {5}

r = 2, N'2 = 4 and sets are: {1, 2}, {2, 3}, {3, 4}, {4, 5}

r = 3, N'3 = 3 and sets are: {1, 2, 3}, {2, 3, 4}, {3, 4, 5}

r = 4, N'4 = 2 and set is: {1, 2, 3, 4}, {2, 3, 4, 5}

r = 5, N'5 = 1 and set is: {1, 2, 3, 4, 5}
Yes, this is clear, and is an example that I've already worked out.

As already mentioned, your notation would be better (IMO) as N(n, r).
N'r is confusing, as it could mean N' * r.
Also, the prime on N (N') isn't needed, since N and n are different symbols.
 
  • #47
Mark44 said:
@Samy_A, can you elaborate on this -- I'm not following. For a given n (say 5) and given r (say 2), the subset consisting of 2-element members consists of {(1, 2), (1, 3), (1, 4), (1, 5), (2, 3), (2, 4), (2, 5), (3, 4), (3, 5), (4, 5)}.

What do you mean by "pick the smallest element of the subset" -- (1, 2)?
In this rule he only counts subsets that consist of consecutive elements of the set (at least, that's how I interpret it). Let's call these subsets the "good" subsets (I'm tired, can't find a better term).
In your example, with n=5, r=2, {1,2} will be a good subset, because 1 and 2 are consecutive numbers. {2,4} will not be a good subset, as 2 and 4 are not consecutive numbers.
So once you know the first element of a good subset, say a, you know that the subset will be {a,a+1,...a+r-1}.
That's how I get n-r+1, as you can do this for all elements from 1 up to n-r+1. For n-r+2 there are not enough elements left in the set to form a good subset starting at n-r+2.

In the case n=5, r=2, there will be good sets starting at 1,2,3 and 4. That makes 4, and that is indeed n-r+1.

(I assume that the set is {1,2,3,...,n} for simplicity.)
 
  • #48
Samy_A said:
In this rule he only counts subsets that consist of consecutive elements of the set (at least, that's how I interpret it). Let's call these subsets the "good" subsets (I'm tired, can't find a better term).
In your example, with n=5, r=2, {1,2} will be a good subset, because 1 and 2 are consecutive numbers. {2,4} will not be a good subset, as 2 and 4 are not consecutive numbers.
So once you know the first element of a good subset, say a, you know that the subset will be {a,a+1,...a+r-1}.
That's how I get n-r+1, as you can do this for all elements from 1 up to n-r+1. For n-r+2 there are not enough elements in the set to form a good subset starting at n-r+2.

In the case n=5, r=2, there will be good sets starting at 1,2,3 and 4. That makes 4, and that is indeed n-r+1.

(I assume that the set is {1,2,3,...,n} for simplicity.)
"Good" subsets works for me.
Thank you for the explanation.
 
  • #49
7. Let consider “A1” as set of Arithmetic Progression where:

d = 1, a1 = 1 and an = a1 + (n - 1) d, n = 1, 2, 3,…..

In this case, we have:

A1 = {a1, (a1+1), (a2 +1),……. (a1 + (n - 1) d)}

One of permutations of set A1 is to invert members of set A1 as follows:

A2 = {(a1 + (n - 1) d),….,(a2 +1), (a1+1), a1}

We can generate many sets which are the periodicity of set A1 just like below cited:

A3 = {a1, (a1+1), (a2 +1),……. (a1 + (n - 1) d)}

A4 = {(a1 + (n - 1) d),….,(a2 +1), (a1+1), a1}

Finally, we will have set B:

B = {A1, A2, A3, A4, …….An}

Rule 9: If size members of set A1 or A2 orA3 or An, is equal to size members of set B, we will have a square matrix (Mn*n) to be generated by sets A1, A2, A3,…….An in which Eigenvalue of this matrix will be calculated by using of Binomial Coefficient as follows:

Eigenvalue (Mn*n) = λ = C (k, 2)

Where: k = n+1, nϵ N, λ > 0

Example:

A1 = {1, 2, 3, 4}

A2 = {4, 3, 2, 1}

A3 = {1, 2, 3, 4}

A4 = {4, 3, 2, 1}Matrix (M 4*4) =
1 2 3 4

4 3 2 1

1 2 3 4

4 3 2 1

λ = C ((4+1), 2) = 10
 
  • #50
As the sum of the elements in each row is constant (and equal to n(n+1)/2 =4*5/2=10 in your example), it is obvious that (1,1,...,1) will be an eigenvector of the matrix with eigenvalue n(n+1)/2 =##\binom {n+1}{2}##.

This has nothing to do with an arithmetic progression, by the way. It works for any matrix where the sum of the elements in a row is the same for each row. (1,1,1,...1) will be an eigenvector, and the eigenvalue will be the sum of all the elements in a row.

Example:
##A=\begin{pmatrix}
11 & 6 & 9 & 22\\
6 & 1 & 32 & 9\\
0 & 48 & 0 & 0\\
9 & 1 & 30 & 8\\
\end{pmatrix}##
For each row the sum of the elements is 48, and 48 is indeed a eigenvalue of A with eigenvector (1,1,1,1).
 
Last edited:

Similar threads

Replies
18
Views
2K
Replies
1
Views
1K
Replies
16
Views
2K
Replies
13
Views
1K
Replies
5
Views
2K
Replies
12
Views
2K
Back
Top