Mathlib Map

Theorems · Definition

Equiv.addEquiv

{α : Type u_2} →
  {β : Type u_3} →
    (e : α ≃ β) →
      [inst : Add β] →
        have x := e.add;
        α ≃+ β

An equivalence e : α ≃ β gives an additive equivalence α ≃+ β where the additive structure on α is the one obtained by transporting an additive structure on β back along e.

Defined in
Mathlib.Algebra.Group.TransferInstance
Cited by
3 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Quot.sound
Assumes
Add

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.

  • Equivstatement and proof · cited by 8,337
  • AddEquivstatement · cited by 1,087
  • Equiv.addstatement and proof · cited by 8

Cited by14

Results whose statement or proof uses this declaration.