We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743eb0c commit ba05b99Copy full SHA for ba05b99
Mathlib/RingTheory/Finiteness/Descent.lean
@@ -131,4 +131,11 @@ lemma FinitePresentation.codescendsAlong_faithfullyFlat :
131
rw [faithfullyFlat_algebraMap_iff] at h
132
exact .of_finitePresentation_tensorProduct_of_faithfullyFlat S
133
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
+
141
end RingHom
0 commit comments