Skip to content

Commit 11293ff

Browse files
Update Mathlib/Data/Set/Image.lean
Co-authored-by: EtienneC30 <66847262+EtienneC30@users.noreply.github.com>
1 parent f9cd6b5 commit 11293ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Data/Set/Image.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ theorem image_eq_preimage_of_inverse {f : α → β} {g : β → α} (h₁ : Lef
351351
funext fun s =>
352352
Subset.antisymm (image_subset_preimage_of_inverse h₁ s) (preimage_subset_image_of_inverse h₂ s)
353353

354-
theorem Involutive.image_eq_preimage {f : α → α} (hf : f.Involutive) :
354+
theorem _root_.Function.Involutive.image_eq_preimage {f : α → α} (hf : f.Involutive) :
355355
image f = preimage f :=
356356
image_eq_preimage_of_inverse hf.leftInverse hf.rightInverse
357357

0 commit comments

Comments
 (0)