Skip to content

Commit

Permalink
added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Sep 17, 2023
1 parent 9de5267 commit afad241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SciLean/Data/Function.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import Mathlib.Logic.Function.Basic

def Function.Inverse (g : β → α) (f : α → β) :=
Function.LeftInverse g f ∧ Function.RightInverse g f

0 comments on commit afad241

Please sign in to comment.