WhoCites Definitions graph 1 3 Sections Graphs Doc

Who Cites adjm-graph?
adjm-graphDef adjm-graph(A) == < vertices = A.size, edges = {p:(A.sizeA.size)| (A.adj(1of(p),2of(p))) }, incidence = e.e >
adjm_adj Def t.adj == 2of(t)
Thm* t:AdjMatrix. t.adj t.sizet.size
pi2 Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p) B(1of(p))
adjm_size Def t.size == 1of(t)
Thm* t:AdjMatrix. t.size
pi1 Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p) A
assert Def b == if b True else False fi
Thm* b:. b Prop
int_seg Def {i..j} == {k:| i k < j }
Thm* m,n:. {m..n} Type
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
lelt Def i j < k == ij & j < k
le Def AB == B < A
Thm* i,j:. (ij) Prop
not Def A == A False
Thm* A:Prop. (A) Prop

About:
pairspreadspreadproductproductboolifthenelseassertitint
natural_numberless_thansetlambdaapplyfunctionuniverse
membertoppropimpliesandfalsetrueall
!abstraction

WhoCites Definitions graph 1 3 Sections Graphs Doc