Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Nat/Factorization): add
exists_eq_two_pow_mul_odd
(#14166)
Any nonzero natural number is the product of an odd part `m` and a power of two `2 ^ k`. This is a trivial consequence of the existing `exists_eq_pow_mul_and_not_dvd`, but performs a convenient restatement in terms of `Odd`. Needed by #14049. Co-authored-by: Thomas Browning <[email protected]>
- Loading branch information