Theorems · Definition · ring theory
AddEquiv.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] →
[AddEquivClass F R S] → (f : F) → (∀ (x y : R), f (x * y) = f x * f y) → R ≃+* SGives a RingEquiv from an element of an AddEquivClass 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
- AddEquiv.toEquivproof · cited by 174
- EquivLikestatement and proof · cited by 165
- AddEquivClass.toAddEquivproof · cited by 54
- AddEquivClassstatement and proof · cited by 22
- AddEquiv.map_add'proof · cited by 5
- MulEquiv.map_mul'proof · cited by 1
- MulEquiv.mk'proof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.