My professor introduced the Goldbach Conjecture to me a couple months ago, and I've been intrigued by it ever since. The Goldbach Conjecture states that every even number greater than 4 can be written as the sum of two primes.
If we look at the number $2m$, where we let $m$ be the number containing every prime greater than $2$, then $2m$ = $2\cdot3\cdot5\cdot7\cdot11\cdot13\cdot17\cdots$
Then every number less than $2m -1$ will be contained in $2m$, so no matter what number $x$ you subtract from $2m$, you get
$2m - x = x\cdot\left(\frac{2m}{x}-1\right)$ which is composite, so this even number can't be written as sum of two primes.
I'm assuming this is not a valid counter-example, but why not?