Theorems · Theorem · commutative algebra
RingHom.locally_iff_exists
∀ {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 (Set.range s) = ⊤),
∃ Sₜ x x_1, ∃ (_ : ∀ (i : ι), IsLocalization.Away (s i) (Sₜ i)), ∀ (i : ι), P ((algebraMap S (Sₜ i)).comp f)Equivalence variant of locally_of_exists. This is sometimes easier to use, if the
IsLocalization.Away instance can't be automatically inferred.
- Defined in
- Mathlib.RingTheory.RingHom.Locally
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · 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.Elemproof · cited by 7,166
- Idealstatement · cited by 4,748
- Algebra.algebraMapstatement and proof · cited by 4,706
- Set.rangestatement and proof · cited by 4,705
- Ideal.spanstatement and proof · cited by 948
- RingHom.compstatement and proof · cited by 899
- IsLocalization.Awaystatement and proof · cited by 218
Cited by4
Results whose statement or proof uses this declaration.
- RingHom.locally_localizationAwayPreservesproof · cited by 1
- RingHom.locally_ofLocalizationSpanTargetproof · cited by 1
- RingHom.locally_stableUnderCompositionproof · cited by 0
- RingHom.locally_localizationPreservesproof · cited by 0