Skip to content

Commit ad7af96

Browse files
committed
fix: dependencies
1 parent 679241e commit ad7af96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Function/Consequences.agda

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ module Section (≈₂ : Rel B ℓ₂) (surj : Surjective {A = A} ≈₁ ≈₂
133133
strictlyInverseˡ : StrictlyInverseˡ ≈₂ f section
134134
strictlyInverseˡ _ = inverseˡ refl
135135

136+
strictlyInverseʳ : StrictlyInverseʳ ≈₂ section f
137+
strictlyInverseʳ _ = inverseˡ refl
138+
136139
injective : Symmetric ≈₂ Transitive ≈₂ Injective ≈₂ ≈₁ section
137140
injective sym trans = trans (sym (strictlyInverseˡ _)) ∘ inverseˡ
138141

@@ -146,9 +149,6 @@ module Section (≈₂ : Rel B ℓ₂) (surj : Surjective {A = A} ≈₁ ≈₂
146149
inverseʳ : Transitive ≈₂ Inverseʳ ≈₁ ≈₂ f section
147150
inverseʳ trans = inj ∘ trans (f∘section≡id _)
148151

149-
strictlyInverseʳ : Transitive ≈₂ StrictlyInverseʳ ≈₂ section f
150-
strictlyInverseʳ trans = inverseʳ⇒strictlyInverseʳ ≈₂ ≈₁ refl inverseˡ
151-
152152
surjective : Transitive ≈₂ Surjective ≈₂ ≈₁ section
153153
surjective trans x = f x , inverseʳ trans
154154

0 commit comments

Comments
 (0)