Better known as Vectors and Points
Relationβ βAβ βBβ βR\textbf{Relation} \; A \; B \; RRelationABR
pred RowConstant(A,B,C: set univ, R: univ->univ) { Relation[A,B,R] R = R.(B->C) }
RowConstantβ βAβ βBβ βR\textbf{RowConstant} \; A \; B \; RRowConstantABR
Injectiveβ βAβ βBβ βR\textbf{Injective} \; A \; B \; RInjectiveABR
Surjectiveβ βAβ βBβ βR\textbf{Surjective} \; A \; B \; RSurjectiveABR
pred Point(A,B: set univ, R: univ->univ) { RowConstant[A,B,B,R] Injective[A,B,R] Surjective[A,B,R] }
Last updated 1 year ago