Mathlib Map

Theorems · Theorem · commutative algebra

IsFractionRing.ideal_span_singleton_map_subset

∀ (R : Type u_1) [inst : CommRing R] {S : Type u_2} [inst_1 : CommRing S] [inst_2 : Algebra R S] {K : Type u_4}
  {L : Type u_5} [IsDomain R] [IsDomain S] [inst_5 : Field K] [inst_6 : Field L] [inst_7 : Algebra R K]
  [inst_8 : Algebra R L] [inst_9 : Algebra S L] [Algebra.IsAlgebraic R S] [IsFractionRing S L] [inst_12 : Algebra K L]
  [IsScalarTower R S L] [IsScalarTower R K L] {a : S} {b : Set S},
  Function.Injective ⇑(algebraMap R L) →
    ↑(Ideal.span {a}) ⊆ ↑(Submodule.span R b) →
      ↑(Ideal.span {(algebraMap S L) a}) ⊆ ↑(Submodule.span K (⇑(algebraMap S L) '' b))

If the S-multiples of a are contained in some R-span, then Frac(S)-multiples of a are contained in the equivalent Frac(R)-span.

Defined in
Mathlib.RingTheory.Localization.Integral
Cited by
1 results in Mathlib
Foundations
Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraIsDomainIsDomainFieldFieldAlgebraAlgebraAlgebraAlgebra.IsAlgebraicIsFractionRingAlgebraIsScalarTowerIsScalarTower

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites41

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
  • SetLike.coestatement and proof · cited by 8,199
  • Fieldstatement and proof · cited by 7,404
  • Submodulestatement and proof · cited by 7,192
  • Set.imagestatement and proof · cited by 5,609
  • Idealstatement · cited by 4,748
  • Algebra.algebraMapstatement and proof · cited by 4,706
  • IsScalarTowerstatement and proof · cited by 3,896

Cited by1

Results whose statement or proof uses this declaration.