Theorems · Definition · order theory
Pi.monotoneUncurry
(α : Type u_1) →
(β : α → Type u_2) →
(γ : (a : α) → β a → Type u_3) →
[inst : (x : α) → (y : β x) → Preorder (γ x y)] →
((a : α) → (b : β a) → γ a b) →o (x : (a : α) × β a) → γ x.fst x.sndSigma.uncurry as a monotone function.
- Defined in
- Mathlib.Control.LawfulFix
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
- Assumes
- Preorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- OrderHomstatement · cited by 934
- Sigma.uncurryproof · cited by 21
Cited by3
Results whose statement or proof uses this declaration.
- Pi.ωScottContinuous_uncurrystatement and proof · cited by 1
- Pi.monotoneUncurry_coestatement and proof · cited by 0
- Pi.uncurry_curry_ωScottContinuousstatement · cited by 0