Definitions #
The r-full part of m: the product of p ^ v_p(m) over primes p with v_p(m) ≥ r.
Equations
- Core4027.rFullPart r m = (Finsupp.filter (fun (p : ℕ) => r ≤ m.factorization p) m.factorization).prod fun (p v : ℕ) => p ^ v
Instances For
H(t).
Equations
- One or more equations did not get rendered due to their size.