Theorems · Theorem · order theory
monovaryOn_iff_exists_monotoneOn
∀ {ι : Type u_1} {α : Type u_3} {β : Type u_4} [inst : LinearOrder α] [inst_1 : LinearOrder β] {f : ι → α} {g : ι → β}
{s : Set ι}, MonovaryOn f g s ↔ ∃ x, MonotoneOn f s ∧ MonotoneOn g s- Defined in
- Mathlib.Order.Monotone.MonovaryOrder
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderLinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- LinearOrderstatement and proof · cited by 8,572
- LT.lt.leproof · cited by 2,189
- Eq.leproof · cited by 605
- MonotoneOnstatement and proof · cited by 311
- MonovaryOnstatement and proof · cited by 139
- WellOrderingRelproof · cited by 30
- linearOrderOfSTOproof · cited by 11
- MonovaryOn.symmproof · cited by 7
- monotoneOn_iff_forall_ltproof · cited by 5
- MonotoneOn.monovaryOnproof · cited by 2
- Prod.lex_iffproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- MonovaryOn.exists_monotoneOnproof · cited by 0