This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
int.floor and int.fract with norm_num #15992
Currently,
norm_numcan only solve goals of the formint.fract x = x, which it does accidentally by simping it to0 ≤ x ∧ x < 1.