WhoCites Definitions Graphs Sections NuprlLIB Doc

Who Cites divides-graph2?
divides-graph2Def DivGraph_2 == Graph(i: -- > in | n:)
nat_plus Def == {i:| 0 < i }
Thm* Type
fun-graph Def Graph(a:A -- > f(a;b) | b:B) == < vertices = A, edges = AB, incidence = < a,b > . < a,f(a;b) > >
pi2 Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p) B(1of(p))
pi1 Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p) A
mkgraph Def < vertices = v, edges = e, incidence = f > == < v,e,f,o >
Thm* v,e:Type, f:(evv), o:Top. < vertices = v, edges = e, incidence = f > Graph

Syntax:DivGraph_2 has structure: divides-graph2

About:
pairspreadspreadproductproductitintnatural_numbermultiplyless_than
setfunctionuniversemembertopall
!abstraction

WhoCites Definitions Graphs Sections NuprlLIB Doc