Theorems · Theorem · order theory
fkg
∀ {α : 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 f →
Monotone g →
(∀ (a b : α), μ a * μ b ≤ μ (a ⊓ b) * μ (a ⊔ b)) →
(∑ a, μ a * f a) * ∑ a, μ a * g a ≤ (∑ a, μ a) * ∑ a, μ a * (f a * g a)The Fortuin-Kasteleyn-Ginibre Inequality.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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 · cited by 5,195
- Finset.univstatement · cited by 3,473
- IsStrictOrderedRingstatement and proof · cited by 2,490
- mul_assocproof · cited by 1,667
- Monotonestatement and proof · cited by 1,397
- mul_nonnegproof · cited by 397
- ExistsAddOfLEstatement and proof · cited by 330
- le_sup_leftproof · cited by 265
- le_sup_rightproof · cited by 242
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.