Theorems · Theorem
Function.fromTypes_succ
∀ {n : ℕ} (p : Fin (n + 1) → Type u) (τ : Type u),
Function.FromTypes p τ = (Matrix.vecHead p → Function.FromTypes (Matrix.vecTail p) τ)- 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.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrix.vecTailstatement · cited by 39
- Matrix.vecHeadstatement · cited by 34
- Function.FromTypesstatement · cited by 29
Cited by2
Results whose statement or proof uses this declaration.
- Function.fromTypes_consproof · cited by 0
- Function.ofArity_succproof · cited by 0