WhoCites Definitions graph 1 2 Sections Graphs Doc

Who Cites divides-graph1?
divides-graph1Def DivGraph_1 == Graph(i,j:. i | j)
divides Def b | a == c:. a = bc
Thm* a,b:. (a | b) Prop
nat_plus Def == {i:| 0 < i }
Thm* Type
rel-graph Def Graph(x,y:T. R(x;y)) == < vertices = T, edges = {p:(TT)| R(1of(p);2of(p)) }, incidence = Id >
tidentity Def Id == Id
Thm* A:Type. Id AA
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
identity Def Id(x) == x
Thm* A:Type. Id AA

Syntax:DivGraph_1 has structure: divides-graph1

About:
pairspreadspreadproductproductitintnatural_numbermultiplyless_thansetapply
functionuniverseequalmembertoppropallexists!abstraction

WhoCites Definitions graph 1 2 Sections Graphs Doc