Theorems · Theorem · real analysis
Real.logb_prod
∀ {b : ℝ} {α : Type u_1} (s : Finset α) (f : α → ℝ),
(∀ x ∈ s, f x ≠ 0) → Real.logb b (∏ i ∈ s, f i) = ∑ i ∈ s, Real.logb b (f i)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 174 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Finsetstatement and proof · cited by 13,712
- Finset.sumstatement and proof · cited by 5,195
- Finset.prodstatement and proof · cited by 2,356
- Finset.consproof · cited by 221
- Real.logbstatement and proof · cited by 119
- Finset.sum_consproof · cited by 84
- Finset.prod_consproof · cited by 60
- Finset.cons_induction_onproof · cited by 37
- Real.logb_oneproof · cited by 7
- Real.logb_mulproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Finsupp.logb_prodproof · cited by 0