This is an answer i got somewhere else. Thought you might like to look at it:
" suppose n=p*q is composite, p,q>1, gcd(p,q)=1. then consider S={1,2,...,n}
then p,q belongs to S
hence p|LCM{1,2,...,n-1}
q|LCM{1,2,...,n-1}
since gcd(p,q)=1, then n=p*q|LCM{1,2,...,n-1}
suppose n=p^k, where p is odd prime
by Catalan's Theorem, then only two powers (greater than 1) differ by 1 is 2^3+1=3^2
and we have p^k+1 is divisible by 2 hence non prime
for the case p=2 k=3, we take {3,4,5,6,7,8,9,10}
otherwise
S={2,...,p^k,p^k+1} has p^(2k+1)+1 factors to u,v such that u*v=1 and we are done.
still think about the case where n=p... and n=2^k "