pub broadcast proof fn lemma_div_basics_4(x: int, y: int)Expand description
ensures
x >= 0 && y > 0 ==> #[trigger] (x / y) >= 0,Proof that dividing any non-negative integer by a positive integer is non-zero.