Skip to content

Commit 1439887

Browse files
committed
refactor: lift out strictlyInverseʳ
1 parent f12d36f commit 1439887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Function/Consequences.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module Section (≈₂ : Rel B ℓ₂) (surj : Surjective {A = A} ≈₁ ≈₂
146146
inverseʳ : Transitive ≈₂ Inverseʳ ≈₁ ≈₂ f section
147147
inverseʳ trans = inj ∘ trans (f∘section≡id _)
148148

149-
strictlyInverseʳ : Transitive ≈₂ {!StrictlyInverseʳ ≈₂ section f!}
149+
strictlyInverseʳ : Transitive ≈₂ StrictlyInverseʳ ≈₂ section f
150150
strictlyInverseʳ trans = inverseʳ⇒strictlyInverseʳ ≈₂ ≈₁ refl inverseˡ
151151

152152
surjective : Transitive ≈₂ Surjective ≈₂ ≈₁ section

0 commit comments

Comments
 (0)