Skip to content

Commit ba05b99

Browse files
committed
add finite
1 parent 743eb0c commit ba05b99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Mathlib/RingTheory/Finiteness/Descent.lean

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,11 @@ lemma FinitePresentation.codescendsAlong_faithfullyFlat :
131131
rw [faithfullyFlat_algebraMap_iff] at h
132132
exact .of_finitePresentation_tensorProduct_of_faithfullyFlat S
133133

134+
lemma Finite.codescendsAlong_faithfullyFlat :
135+
CodescendsAlong Finite FaithfullyFlat := by
136+
refine .mk _ finite_respectsIso fun R S T _ _ _ _ _ h h' ↦ ?_
137+
rw [finite_algebraMap] at h' ⊢
138+
rw [faithfullyFlat_algebraMap_iff] at h
139+
exact .of_finite_tensorProduct_of_faithfullyFlat S
140+
134141
end RingHom

0 commit comments

Comments
 (0)