Relationβ βAβ βBβ βR\textbf{Relation} \; A \; B \; RRelationABR
Notation.
Complementβ βAβ βBβ βR\textbf{Complement} \; A \; B \; RComplementABR can be written Complementβ βR\textbf{Complement} \; RComplementR when AAA and BBBare clear from the context.
Complementβ βR\textbf{Complement} \; RComplementR can be written symbolically as Β¬R\neg RΒ¬R or RβΎ\overline{R}R.
fun Co(A,B: set univ, R: A->B) : A->B { (A->B) - R }
Last updated 1 year ago