pub broadcast proof fn lemma_div_basics_5(x: int, y: int)
Expand description
ensures
x >= 0 && y > 0 ==> #[trigger] (x / y) <= x,