def
Equiv.piCongrSigmaFiber
{α : Type u_1}
{β : Type u_2}
{f : α → β}
{γ₁ : α → Sort u_3}
{γ₂ : α → Sort u_4}
(e : (a : α) → γ₁ a ≃ γ₂ a)
:
A family of equivalences ∀ a, γ₁ a ≃ γ₂ a
generates an equivalence between the product
over the fibers of a function f : α → β
on index types.
Equations
Instances For
def
Equiv.piCongrFiberwise
{α : Type u_1}
{β : Type u_2}
{γ₁ : α → Type u_3}
{γ₂ : β → Type u_4}
{f : α → β}
(e : (b : β) → ((σ : { a : α // f a = b }) → γ₁ ↑σ) ≃ γ₂ b)
:
Let f : α → β
be a function on index types. A family of equivalences, indexed by b : β
,
between the product over the fiber of b
under f
given as
∀ (σ : { a : α // f a = b }) → γ₁ σ.1) ≃ γ₂ b
lifts to an equivalence over the products
∀ a, γ₁ a ≃ ∀ b, γ₂ b
.
Equations
- One or more equations did not get rendered due to their size.