Recent content by Cableguy008

  1. C

    Proving the Primality of an Integer with a Specific Divisibility Property

    Thanks for the input you two, you've truly helped out.
  2. C

    Proving the Primality of an Integer with a Specific Divisibility Property

    "Use their hint. If p=dt then you know p|d or p|t, assume it's the former. So p|d and d|p, which is larger in absolute value, d or p?" Ok so since p = dt (or nm) p / d = t, since t is an int d | p. If p | d, d / p = 1 / t, so t = +/- 1 and thus d = +/- p. Conversely if p | t, WLOG t = +/-...
  3. C

    Proving the Primality of an Integer with a Specific Divisibility Property

    Hey there, I've been having some problems trying to prove this: "Let p be an integer other than 0, +/- 1 with this property: Whenever b and c are integers such that p | bc, then p | b or p | c. Prove p is prime. [Hint: If d is a divisor of p, say p = dt, then p | d or p | t. Show that this...
Back
Top