Commit 2026-03-04 14:59 c3264983
View on Github →feat(NumberTheory/Height/Basic): add {mul|log}Height_comp_le, {mul|log}Height_fun_mul_eq (#35408) This adds
- two missing
logHeightlemmas (theirmulHeightversions are already there) {mul|log}Height_comp_le: the height ofx ∘ fis bounded by the height ofx{mul|log}Height_fun_mul_eq: the height of the "multiplication table"fun (i, j) ↦ x i * y jis the {product|sum} of the heights ofxand ofy{mul|log}Height_fun_prod_eq: the analogous result for products with arbitrarily many factors- plus some API lemmas needed for these.