Theorems · Definition
Equiv.ringEquiv
{α : Type u_1} →
{β : Type u_2} →
(e : α ≃ β) →
[inst : Add β] →
[inst_1 : Mul β] →
have add := e.add;
have mul := e.mul;
α ≃+* βAn equivalence e : α ≃ β gives a ring equivalence α ≃+* β
where the ring structure on α is
the one obtained by transporting a ring structure on β back along e.
- Defined in
- Mathlib.Algebra.Ring.TransferInstance
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 16 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 by10
Results whose statement or proof uses this declaration.
- Algebra.FormallyUnramified.iff_comp_injective_of_smallproof · cited by 4
- ContinuousLinearMapWOT.ringEquivproof · cited by 2
- Equiv.algEquivproof · cited by 2
- Shrink.ringEquivproof · cited by 1
- Equiv.ringEquiv_symm_applystatement · cited by 0
- Equiv.normedRingproof · cited by 0
- Equiv.isDomainproof · cited by 0
- Equiv.normedFieldproof · cited by 0
- Equiv.seminormedRingproof · cited by 0
- Equiv.ringEquiv_applystatement · cited by 0