Let $f$ be continuous on $[0,1]$ and $f(0)=f(1)$. Also, $n\in \mathbb{N}$. Prove that there exists some $x$ s.t. $f(x)=f(x+\frac{1}{n})$.
I think I need to assume towards a contradiction that if $g(x)=f(x)-f(x+\frac{1}{n})$, then $g(x)\neq 0$ $\forall x$.
So, $g(0)=f(0)-f(\frac{1}{n})$, $g(1)=f(1)-f(1+\frac{1}{n})$. Since $f(0)=f(1)$,
$g(0)-g(1)=f(1+\frac{1}{n})-f(\frac{1}{n})$. For context, I am only up to Ch. 8 in Spivak, so I cannot use any derivative-based theorems which is why I am stuck here.