Theorems · Theorem · order theory
holley
∀ {α : Type u_1} {β : Type u_2} [inst : DistribLattice α] [inst_1 : CommSemiring β] [inst_2 : LinearOrder β]
[IsStrictOrderedRing β] [ExistsAddOfLE β] (f g μ : α → β) [inst_5 : Fintype α],
0 ≤ μ →
0 ≤ f →
0 ≤ g →
Monotone μ →
∑ a, f a = ∑ a, g a → (∀ (a b : α), f a * g b ≤ f (a ⊓ b) * g (a ⊔ b)) → ∑ a, μ a * f a ≤ ∑ a, μ a * g aThe Holley Inequality.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- LT.lt.leproof · cited by 2,189
- MulZeroClass.mul_zeroproof · cited by 2,091
- Monotonestatement and proof · cited by 1,397
- mul_nonnegproof · cited by 397
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.