Theorems · Theorem · order theory
StrictMonoOn.add
∀ {α : Type u_1} {β : Type u_2} [inst : Add α] [inst_1 : Preorder α] [inst_2 : Preorder β] {f g : β → α} {s : Set β}
[AddLeftStrictMono α] [AddRightStrictMono α],
StrictMonoOn f s → StrictMonoOn g s → StrictMonoOn (fun x => f x + g x) sThe sum of two strictly monotone functions is strictly monotone.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- AddLeftStrictMonostatement and proof · cited by 203
- StrictMonoOnstatement and proof · cited by 194
- AddRightStrictMonostatement and proof · cited by 160
- add_lt_add_of_lt_of_ltproof · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.