Statement 1: any integer no less than four can be factorized as a linear combination of two and three.
Statement 2: any integer no less than six can be factorized as a linear combination of three, four and five.
I tried for many numbers, it seems the above two statement are correct. For example,
4=2+2; 5=2+3; 6=3+3+3; ...
6=3+3; 7=3+4; 8=4+4; 9=3+3+3; 10=5+5; ...
Can they be proved?