Theorems · Theorem · order theory
StrictMono.mul_monotone
∀ {α : Type u_1} {M₀ : Type u_2} [inst : MonoidWithZero M₀] [inst_1 : PartialOrder M₀] [inst_2 : Preorder α]
{f g : α → M₀} [PosMulMono M₀] [MulPosStrictMono M₀],
StrictMono f → Monotone g → (∀ (x : α), 0 ≤ f x) → (∀ (x : α), 0 < g x) → StrictMono (f * g)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- PartialOrderstatement and proof · cited by 6,410
- LT.lt.leproof · cited by 2,189
- Monotonestatement and proof · cited by 1,397
- StrictMonostatement and proof · cited by 706
- MonoidWithZerostatement and proof · cited by 456
- PosMulMonostatement and proof · cited by 165
- MulPosStrictMonostatement and proof · cited by 94
- mul_lt_mulproof · cited by 12
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.