1.0.0 • Published 3 years ago

isomorphism-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

morphism-ts

definition

isomorphism

ある射 f: A => B に対して g ∘ f = 1A と f ∘ g = 1B の両方を満たす射 g: B => A が存在するとき、f を同型射 (isomorphism) または可逆な射 (invertible arrow) であるという。 また、1つでも同型射 f: A => B が存在するとき、2つの対象 A と B は同型 (isomorphic) であるという。

install

yarn add @hikae/morphism-ts

example