Theorems · Theorem · commutative algebra
IsLocalization.Away.mk
∀ {R : Type u_1} [inst : CommSemiring R] {S : Type u_2} [inst_1 : CommSemiring S] [inst_2 : Algebra R S] (r : R),
IsUnit ((algebraMap R S) r) →
(∀ (s : S), ∃ n a, s * (algebraMap R S) r ^ n = (algebraMap R S) a) →
(∀ (a b : R), (algebraMap R S) a = (algebraMap R S) b → ∃ n, r ^ n * a = r ^ n * b) → IsLocalization.Away r SSpecialized constructor for IsLocalization.Away.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- RingHomstatement · cited by 10,189
- Algebra.algebraMapstatement and proof · cited by 4,706
- IsUnitstatement and proof · cited by 1,602
- map_powproof · cited by 503
- Submonoid.powersproof · cited by 408
- IsLocalization.Awaystatement · cited by 218
- IsUnit.powproof · cited by 48
Cited by3
Results whose statement or proof uses this declaration.
- IsLocalization.Away.of_associatedproof · cited by 6
- IsLocalization.Away.mulproof · cited by 4
- IsLocalization.Away.of_surjectiveproof · cited by 1