Theorems · Theorem · number theory
Nat.prod_pow_factorization_eq_self
∀ {f : ℕ →₀ ℕ}, (∀ p ∈ f.support, Nat.Prime p) → (f.prod fun x1 x2 => x1 ^ x2).factorization = fAny Finsupp f : ℕ →₀ ℕ whose support is in the primes is equal to the factorization of
the product ∏ (a : ℕ) ∈ f.support, a ^ f a.
- Defined in
- Mathlib.Data.Nat.Factorization.Defs
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement · cited by 13,712
- Finsuppstatement and proof · cited by 5,255
- Finset.sum_congrproof · cited by 2,323
- Nat.Primestatement and proof · cited by 2,059
- Finsupp.supportstatement and proof · cited by 828
- Finsupp.prodstatement · cited by 231
- Nat.factorizationstatement and proof · cited by 215
- pow_ne_zeroproof · cited by 208
- Nat.Prime.ne_zeroproof · cited by 109
- Finsupp.sum_singleproof · cited by 19
- Nat.Prime.factorization_powproof · cited by 7
Cited by4
Results whose statement or proof uses this declaration.
- Nat.factorization_prod_pow_eq_self_of_le_factorizationproof · cited by 5
- Nat.factorization_ceilRootproof · cited by 1
- Nat.exists_eq_pow_of_exponent_coprime_of_pow_eq_powproof · cited by 1
- Nat.eq_factorization_iffproof · cited by 0