Last updated 8 months ago
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 }