Skip to content

Commit

Permalink
(small corrections)
Browse files Browse the repository at this point in the history
  • Loading branch information
TentativeConvert committed Sep 4, 2024
1 parent d77d2b4 commit 56b1db1
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions development-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,13 +400,13 @@ choose
HasRightInverse
Surjective

#### Inj 01
#### Inj 01: concrete function injective
**Injective**

#### Inj 02: bijective ↔ ∃ both inverses
**Bijective** **RightInverse** **Leftinverse**
#### Inj 02: concrete function not injective
if … then … else

**choose**
Injective

#### Inj 03: injective → fibres are singletons
range
Expand All @@ -427,11 +427,15 @@ Injective

#### Inj 05: application of StrictMono → application

#### Inj 06: succ has left inverse, using if … then … else
**succ** **if … then … else** **HasLeftInverse**
#### Inj 06: succ has left inverse
**HasLeftInverse**

succ

if … then … else

#### Inj 07a & b: extend from ℕ to ℤ
**if … then … else**
if … then … else

#### Inj 08: image of self vs preimage of LeftInverse
**image**
Expand Down

0 comments on commit 56b1db1

Please sign in to comment.