Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 62e8311

Browse files
committed
fix(data/set/semiring): fix lemma name (#18545)
This was a typo by me
1 parent ec80bb1 commit 62e8311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/set/semiring.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def image_hom [mul_one_class α] [mul_one_class β] (f : α →* β) :
147147
map_add' := image_union _,
148148
map_mul' := λ _ _, image_mul f }
149149

150-
lemma down_image_def [mul_one_class α] [mul_one_class β] (f : α →* β) (s : set_semiring α) :
150+
lemma image_hom_def [mul_one_class α] [mul_one_class β] (f : α →* β) (s : set_semiring α) :
151151
image_hom f s = (image f s.down).up := rfl
152152

153153
@[simp] lemma down_image_hom [mul_one_class α] [mul_one_class β] (f : α →* β) (s : set_semiring α) :

0 commit comments

Comments
 (0)