Mathlib Map

Theorems · Definition · order theory

Sigma.uncurry

{α : Type u_1} →
  {β : α → Type u_4} → {γ : (a : α) → β a → Type u_7} → ((x : α) → (y : β x) → γ x y) → (x : Sigma β) → γ x.fst x.snd

Interpret a dependent function with two arguments as a function on Σ x : α, β x. This also exists as an Equiv as (Equiv.piCurry γ).symm.

Defined in
Mathlib.Data.Sigma.Basic
Cited by
21 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites0

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Nothing in Mathlib beyond the foundations.

Cited by23

Results whose statement or proof uses this declaration.