Octocurious

Home

❯

Mapping

Mapping

21 Mar 20261 min read

A mapping fˉ​:A→B→Prop is a kind of binary relation in which the following two properties hold:

  • Left-Total: ∀a:A. ∃b:B.fˉ​ a b.
  • Right Unique: ∀b:B. ∀a1​,a2​:A. fˉ​ a1​ b∧fˉ​ a2​ b⟹a1​=a2​.

The mapping itself is often written simply as:

f:A→B

Equivalence in Type Theory

In type theory, it is required that B is a set to ensure f x=y are propositions. Additionally function extensionality and proposition extensionality are required.


Graph View

Backlinks

  • Group Homomorphism
  • Set (Category)
  • Set
  • Support (Algebra)
  • Surjection

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community