Theorems · Theorem · order theory
fn_min_mul_fn_max
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : CommSemigroup β] (f : α → β) (a b : α),
f (min a b) * f (max a b) = f a * f b- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderCommSemigroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- CommSemigroupstatement and proof · cited by 62
Cited by1
Results whose statement or proof uses this declaration.
- min_mul_maxproof · cited by 1