HOL-Theorem-Prover / HOL

Canonical sources for HOL4 theorem-proving system. Branch develop is where “mainline development” occurs; when develop passes our regression tests, master is merged forward to catch up.
https://hol-theorem-prover.org
Other
621 stars 140 forks source link

Support cycle detection in topological_sortTheory #1197

Closed Gordon-Sau closed 7 months ago

Gordon-Sau commented 7 months ago
Gordon-Sau commented 7 months ago

I am going to add some theorems related to strongly connected components to make it more reusable. The definition of SCC is SCC E x y = RTC E x y /\ RTC E y x.

mn200 commented 7 months ago

Thanks for this. The SCC notion feels like it could be moved to relationTheory, but that can be done later.