Theorems · Definition · ring theory
MulEquiv.toRingEquiv
{R : Type u_7} →
{S : Type u_8} →
{F : Type u_9} →
[inst : Add R] →
[inst_1 : Add S] →
[inst_2 : Mul R] →
[inst_3 : Mul S] →
[inst_4 : EquivLike F R S] →
[MulEquivClass F R S] → (f : F) → (∀ (x y : R), f (x + y) = f x + f y) → R ≃+* SGives a RingEquiv from an element of a MulEquivClass preserving addition.
- Defined in
- Mathlib.Algebra.Ring.Equiv
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Equivproof · cited by 8,337
- RingEquivstatement · cited by 1,147
- MulEquivproof · cited by 1,142
- AddEquivproof · cited by 1,087
- EquivLikestatement and proof · cited by 165
- MulEquiv.toEquivproof · cited by 126
- MulEquivClass.toMulEquivproof · cited by 57
- MulEquivClassstatement and proof · cited by 30
- AddEquiv.map_add'proof · cited by 5
- AddEquiv.mk'proof · cited by 2
- MulEquiv.map_mul'proof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.