Skip to content

Commit ee4fdb3

Browse files
committed
merge
1 parent 7ff3194 commit ee4fdb3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Mathlib/RingTheory/PowerSeries/EFunction.lean

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ end IsAlgebraic
103103

104104
namespace Polynomial
105105

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-
111106
-- PRed
112107
theorem exists_natDegree_eq_of_mem_lifts {R S : Type*} [Semiring R] [Semiring S]
113108
{f : R →+* S}

0 commit comments

Comments
 (0)