Mathlib Map

Theorems · Theorem

Function.hfunext

∀ {α α' : Sort u} {β : α → Sort v} {β' : α' → Sort v} {f : (a : α) → β a} {f' : (a : α') → β' a},
  α = α' → (∀ (a : α) (a' : α'), a ≍ a' → f a ≍ f' a') → f ≍ f'
Defined in
Mathlib.Logic.Function.Basic
Cited by
9 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound

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 by9

Results whose statement or proof uses this declaration.