Theorems · Theorem · commutative algebra
RingHom.locally_iff_isLocalization
∀ {P : {R S : Type u} → [inst : CommRing R] → [inst_1 : CommRing S] → (R →+* S) → Prop} {R S : Type u}
[inst : CommRing R] [inst_1 : CommRing S],
(RingHom.RespectsIso fun {R S} [CommRing R] [CommRing S] => P) →
∀ (f : R →+* S),
RingHom.Locally (fun {R S} [CommRing R] [CommRing S] => P) f ↔
∃ s,
∃ (_ : Ideal.span ↑s = ⊤),
∀ t ∈ s,
∀ (Sₜ : Type u) [inst_2 : CommRing Sₜ] [inst_3 : Algebra S Sₜ] [IsLocalization.Away t Sₜ],
P ((algebraMap S Sₜ).comp f)In the definition of Locally we may replace Localization.Away with an arbitrary
algebra satisfying IsLocalization.Away.
- Defined in
- Mathlib.RingTheory.RingHom.Locally
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- Algebrastatement and proof · cited by 11,388
- RingHomstatement and proof · cited by 10,189
- Top.topstatement and proof · cited by 9,680
- SetLike.coestatement and proof · cited by 8,199
- 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
- Submonoid.powersproof · cited by 408
Cited by1
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.HasRingHomProperty.iff_exists_appLE_locallyproof · cited by 3