Theorems · Definition
Equiv.sigmaCongrLeft
{α₁ : Type u_1} → {α₂ : Type u_2} → {β : α₂ → Type u_3} → (e : α₁ ≃ α₂) → (a : α₁) × β (e a) ≃ (a : α₂) × β aAn equivalence f : α₁ ≃ α₂ generates an equivalence between Σ a, β (f a) and Σ a, β a.
- Defined in
- Mathlib.Logic.Equiv.Defs
- Cited by
- 2 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.
- DFunLike.coestatement and proof · cited by 62,936
- Equivstatement and proof · cited by 8,337
- Equiv.symmproof · cited by 3,681
Cited by4
Results whose statement or proof uses this declaration.
- Equiv.sigmaCongrproof · cited by 4
- Equiv.sigmaCongrLeft'proof · cited by 3
- Equiv.sigmaCongrLeft_applystatement and proof · cited by 0
- finSigmaFinEquiv.eq_defstatement and proof · cited by 0