Блог пользователя ankeet

Автор ankeet, история, 8 лет назад, По-английски

I'm having a little trouble proving the following:

If

then

  • Проголосовать: нравится
  • +16
  • Проголосовать: не нравится

»
8 лет назад, # |
Rev. 4   Проголосовать: нравится +45 Проголосовать: не нравится

Here's what I came up with:

. And we can write k as c·m + d, with d < m.

So we want to show that .

The left hand side obviously simplifies to d.

On the right hand side we get: . The c·m·b vanishes, because of the modulo. And since d < m, d·b mod (m·b) = d·b. So it simplifies to too, which completes the proof.

Hope that helps :)