Theorems · Theorem · order theory
StrictMonoOn.add_monotone
∀ {α : Type u_1} {β : Type u_2} [inst : Add α] [inst_1 : Preorder α] [inst_2 : Preorder β] {f g : β → α} {s : Set β}
[AddLeftMono α] [AddRightStrictMono α], StrictMonoOn f s → MonotoneOn g s → StrictMonoOn (fun x => f x + g x) sThe sum of a strictly monotone function and a monotone function is strictly monotone.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- LT.lt.leproof · cited by 2,189
- AddLeftMonostatement and proof · cited by 687
- MonotoneOnstatement and proof · cited by 311
- StrictMonoOnstatement and proof · cited by 194
- AddRightStrictMonostatement and proof · cited by 160
- add_lt_add_of_lt_of_leproof · cited by 37
Cited by2
Results whose statement or proof uses this declaration.
- Real.strictMonoOn_arcoshproof · cited by 2
- Function.locallyFinsuppWithin.logCounting_strictMonoproof · cited by 1