Theorems · Theorem · order theory
four_functions_theorem_univ
∀ {α : Type u_1} {β : Type u_2} [inst : DistribLattice α] [inst_1 : CommSemiring β] [inst_2 : LinearOrder β]
[IsStrictOrderedRing β] [ExistsAddOfLE β] (f₁ f₂ f₃ f₄ : α → β) [inst_5 : Fintype α],
0 ≤ f₁ →
0 ≤ f₂ →
0 ≤ f₃ →
0 ≤ f₄ →
(∀ (a b : α), f₁ a * f₂ b ≤ f₃ (a ⊓ b) * f₄ (a ⊔ b)) → (∑ a, f₁ a) * ∑ a, f₂ a ≤ (∑ a, f₃ a) * ∑ a, f₄ aSpecial case of the Four Functions Theorem when s = t = univ.
- Cited by
- 1 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.
Cites12
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
- ExistsAddOfLEstatement and proof · cited by 330
- DistribLatticestatement and proof · cited by 150
- four_functions_theoremproof · cited by 3
- Finset.univ_infs_univproof · cited by 2
- Finset.univ_sups_univproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- fkgproof · cited by 0