Mathlib Map

Theorems · Definition

Equiv.piCongrRight

{α : Sort u_1} →
  {β₁ : α → Sort u_9} → {β₂ : α → Sort u_10} → ((a : α) → β₁ a ≃ β₂ a) → ((a : α) → β₁ a) ≃ ((a : α) → β₂ a)

A family of equivalences ∀ a, β₁ a ≃ β₂ a generates an equivalence between ∀ a, β₁ a and ∀ a, β₂ a.

Defined in
Mathlib.Logic.Equiv.Basic
Cited by
15 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext, Quot.sound

Around this declaration

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

Cites4

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

Cited by27

Results whose statement or proof uses this declaration.