Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…dPowers4 into main
  • Loading branch information
mariainesdff committed Jun 5, 2024
2 parents 7f90201 + 4aea050 commit 0dd1b86
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 27 deletions.
27 changes: 0 additions & 27 deletions DividedPowers/ForMathlib/RingTheory/Ideal.lean

This file was deleted.

13 changes: 13 additions & 0 deletions unused_files/Ideal.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import Mathlib.RingTheory.Ideal.Basic
import Mathlib.RingTheory.Ideal.Maps
import Mathlib.RingTheory.Ideal.Operations

-- TODO : check whether we really need that
theorem Ideal.image_eq_map_of_surjective
{A B : Type _} [Semiring A] [Semiring B] (f : A →+* B)
(I : Ideal A) (hf : Function.Surjective f) :
f '' I = I.map f := by
symm
ext x
simp only [Set.mem_image, SetLike.mem_coe]
apply Ideal.mem_map_iff_of_surjective _ hf

0 comments on commit 0dd1b86

Please sign in to comment.