Mathematics Journal, Proof for

TimNguyen
Messages
79
Reaction score
0
Compositions into Relatively Prime Parts

Hello.

I was reading a journal and an interesting problem came up. I believe the journal was in the American Mathematics Society publications. Well, here's the statement.

"For all integers, n greater than or equal to 3, the number of compositions of n into relatively prime parts is a multiple of 3."

Example : For 4: the compositions of relatively prime parts are:

(1,3), (3,1), (2,1,1), (1,2,1), (1,1,2), (1,1,1,1).

This is what I have so far for a "proof":

Let n be an integer greater than or equal to 3.
Then the first composition will be given by (n-1, 1), (1, n-1); since for all k, an integer, (k, 1) and (1, k) are always relatively prime.
Also, (1, 1, ..., 1) where the composition adds to n is also an obtainable composition.

(So basically, I've gotten the end points of the compositions to be a multiple of 3, then I need to prove that the "in-between" compositions will also be a multiple of 3.)

Well, obviously I'm stuck there. I've tried to split it into two cases afterwards where the cases involve n - odd and n - even but it has come to no avail. Also I've tried to find a formula where the compositions of relatively prime parts is a multiple of 3 but it fails at "6". Here was the formula I came up with that failed, if it could be potentially be improved upon.

Formula: Starting at n=1, where i=3, i being the starting point.

(i)!/2^n

Like:
For 3, 3! = 6 divided by 2^1 = 2 will equal 3 compositions- a multiple of 3
For 4, 4! = 24 divided by 2^2 = 4 will equal 6 compositions - a multiple of 3
For 5, 5! = 120 divided by 2^3 = 8 will equal 15 compositions - multiple of 3

Well, hopefully people will post their ideas...
 
Last edited:
Physics news on Phys.org
Any algebraist in here that could help?
 
Well, I've still been trying to prove this for the past week. I think there may be some recursion sequence or something. Well, I've tried listing the compositions and here's the results:

n=3 : 3 compositions
n=4 : 6 compositions
n=5 : 15 compositions
n=6 : 27 compositions
n=7 : 63 compositions
n=8 : 129 compositions

I'm predicting that n=9 : 387 compositions
n=10 : 687 compositions

Anyone feel like lending a hand...?
 
Last edited:
Maybe I don't really get what you mean... But for n = 5, I get 10 compositions, which means it fails for n = 5.
n = 5:
(1, 4), (4, 1)
(1, 1, 3), (1, 3, 1), (3, 1, 1)
(1, 1, 1, 2), (1, 1, 2, 1), (1, 2, 1, 1), (2, 1, 1, 1)
(1, 1, 1, 1, 1)
That's 2 + 3 + 4 + 1 = 10... :confused:
Viet Dao,
 
VietDao29 said:
Maybe I don't really get what you mean... But for n = 5, I get 10 compositions, which means it fails for n = 5.
n = 5:
(1, 4), (4, 1)
(1, 1, 3), (1, 3, 1), (3, 1, 1)
(1, 1, 1, 2), (1, 1, 2, 1), (1, 2, 1, 1), (2, 1, 1, 1)
(1, 1, 1, 1, 1)
That's 2 + 3 + 4 + 1 = 10... :confused:
Viet Dao,

You're forgetting:
(3,2), (2,3), (2,2,1), (2,1,2), (1,2,2),

which adds to 15.
:-p
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top