We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff3194 commit ee4fdb3Copy full SHA for ee4fdb3
1 file changed
Mathlib/RingTheory/PowerSeries/EFunction.lean
@@ -103,11 +103,6 @@ end IsAlgebraic
103
104
namespace Polynomial
105
106
-theorem mem_lifts_of_surjective {R S : Type*} [CommRing R] [CommRing S]
107
- {φ : R →+* S} (hφ : Function.Surjective φ) (f : S[X]) :
108
- f ∈ lifts φ :=
109
- (lifts_iff_coeff_lifts f).mpr fun n ↦ hφ (f.coeff n)
110
-
111
-- PRed
112
theorem exists_natDegree_eq_of_mem_lifts {R S : Type*} [Semiring R] [Semiring S]
113
{f : R →+* S}
0 commit comments