Mathlib Map

Theorems · Definition

Quotient.congr

{α : Sort u} →
  {β : Sort v} →
    {ra : Setoid α} →
      {rb : Setoid β} → (e : α ≃ β) → (∀ (a₁ a₂ : α), ra a₁ a₂ ↔ rb (e a₁) (e a₂)) → Quotient ra ≃ Quotient rb

An equivalence e : α ≃ β generates an equivalence between quotient spaces, if ra a₁ a₂ ↔ rb (e a₁) (e a₂).

Defined in
Mathlib.Logic.Equiv.Defs
Cited by
1 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.

Cites3

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

Cited by11

Results whose statement or proof uses this declaration.