-1

The question says it all. It is obviously true, but how do you prove it with actual mathematical symbols?

mrtaurho
  • 16,103
Math Bob
  • 271

1 Answers1

2

I suspect this is your definition of operation 'mod' $$ x\text{ mod }y = \min\{ x-k\cdot y : k\in \mathbb{Z}\,\land\, x-k\cdot y\geq0\} $$ Directly from definition, $x\text{ mod }y\in\mathbb{Z}_+ = \mathbb{N}$.

Note that the minimum of that set exists, because for example $$ x\in \{ x-k\cdot y : k\in \mathbb{Z}\,\land\, x-k\cdot y\geq0\}$$ and natural numbers are a well-ordered set (every non-empty subset of them has a minimum).

Jakobian
  • 10,247