Theorems · Theorem · combinatorics
SimpleGraph.isAcyclic_sSup_of_isAcyclic_directedOn
∀ {V : Type u_1} (Hs : Set (SimpleGraph V)),
(∀ H ∈ Hs, H.IsAcyclic) → DirectedOn (fun x1 x2 => x1 ≤ x2) Hs → (sSup Hs).IsAcyclicThe directed supremum of acyclic graphs is acyclic.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- SimpleGraphstatement and proof · cited by 3,072
- Set.Nonemptyproof · cited by 2,627
- SupSet.sSupstatement and proof · cited by 954
- SimpleGraph.Walkproof · cited by 915
- Sym2proof · cited by 737
- DirectedOnstatement and proof · cited by 271
- Set.eq_empty_or_nonemptyproof · cited by 248
- SimpleGraph.edgeSetproof · cited by 199
- SimpleGraph.Walk.edgesproof · cited by 145
- SimpleGraph.Walk.IsCycleproof · cited by 91
- SimpleGraph.IsAcyclicstatement and proof · cited by 67
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.exists_maximal_isAcyclic_of_le_isAcyclicproof · cited by 1