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