Mathlib Map

Theorems · Definition

Function.fromTypes_succ_equiv

{n : ℕ} →
  (p : Fin (n + 1) → Type u) →
    (τ : Type u) → Function.FromTypes p τ ≃ (Matrix.vecHead p → Function.FromTypes (Matrix.vecTail p) τ)

The definitional equality between p-ary heterogeneous functions into τ and function from vecHead p to (vecTail p)-ary heterogeneous functions into τ.

Defined in
Mathlib.Logic.Function.FromTypes
Cited by
2 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext

Around this declaration

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

Cites5

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

Cited by3

Results whose statement or proof uses this declaration.