Commit 2024-12-07 06:05 653f17d0
View on Github →feat(RingTheory/LocalProperties): flatness is a local property (#19085) This PR proves that flat is a local property. Main results:
flat_of_localization_maximal: LetMbe a module overCommRing R. If the localization ofMat each maximal idealPis flat overR_p, thenMis flat overR.flat_of_localization_span: LetMbe a module overCommRing RandSbe a set that spansR. If the localization ofMats : Sis flat overLocalization.Away s, thenMis flat overR.flat_iff_of_localization: LetR_pa localization ofCommRing RandMbe a module overR_p. ThenMis flat overRif and only ifMis flat overR_p
- depends on: #19080