Mathlib Map

Theorems · Theorem · commutative algebra

Module.Flat.tfae_algebraMap_surjective

∀ (R : Type u_1) (S : Type u_2) [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S] [Module.Flat R S]
  [Module.Finite R S],
  [Function.Surjective ⇑(algebraMap R S), Function.Bijective ⇑(LinearMap.mul' R S),
      ∀ (p : PrimeSpectrum R), Module.rankAtStalk S p ≤ 1].TFAE

If S is a finite and flat R-algebra, R → S is surjective iff S ⊗[R] S → S is an isomorphism iff the rank of S is at most 1 at all primes.

Defined in
Mathlib.RingTheory.Flat.Rank
Cited by
1 results in Mathlib
Foundations
Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraModule.FlatModule.Finite

Around this declaration

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

Cites24

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.