Theorems · Theorem · commutative algebra
RingHom.OfLocalizationSpan.ofIsLocalization
∀ {P : {R S : Type u} → [inst : CommRing R] → [inst_1 : CommRing S] → (R →+* S) → Prop},
(RingHom.OfLocalizationSpan fun {R S} [CommRing R] [CommRing S] => P) →
(RingHom.RespectsIso fun {R S} [CommRing R] [CommRing S] => P) →
∀ {R S : Type u} [inst : CommRing R] [inst_1 : CommRing S] (f : R →+* S) (s : Set R),
Ideal.span s = ⊤ →
(∀ (r : ↑s),
∃ Rᵣ Sᵣ x x_1 x_2 x_3,
∃ (_ : IsLocalization.Away (↑r) Rᵣ) (_ : IsLocalization.Away (f ↑r) Sᵣ),
∃ fᵣ, ∃ (_ : fᵣ.comp (algebraMap R Rᵣ) = (algebraMap S Sᵣ).comp f), P fᵣ) →
P f- Defined in
- Mathlib.RingTheory.LocalProperties.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- Setstatement and proof · cited by 53,352
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- RingHomstatement and proof · cited by 10,189
- Top.topstatement and proof · cited by 9,680
- Set.Elemstatement and proof · cited by 7,166
- Idealstatement · cited by 4,748
- Algebra.algebraMapstatement and proof · cited by 4,706
- RingEquivproof · cited by 1,147
- Ideal.spanstatement and proof · cited by 948
- RingHom.compstatement and proof · cited by 899
Cited by1
Results whose statement or proof uses this declaration.
- RingHom.OfLocalizationSpan.ofIsLocalization'proof · cited by 1