Step * 1 of Lemma lg-remove_wf_dag


1. Type
2. LabeledGraph(T)
3. is-dag(g)
4. : ℕ
5. x < lg-size(g)
⊢ is-dag(lg-remove(g;x))
BY
(BLemma `is-dag-remove` THEN Auto)⋅ }


Latex:



Latex:

1.  T  :  Type
2.  g  :  LabeledGraph(T)
3.  is-dag(g)
4.  x  :  \mBbbN{}
5.  x  <  lg-size(g)
\mvdash{}  is-dag(lg-remove(g;x))


By


Latex:
(BLemma  `is-dag-remove`  THEN  Auto)\mcdot{}




Home Index