Mathlib Map

Theorems · Theorem · combinatorics

RootedTree.mem_subtrees_disjoint_iff

∀ {t : RootedTree} {t₁ t₂ : SubRootedTree t},
  t₁ ∈ t.subtrees → t₂ ∈ t.subtrees → ∀ (v₁ v₂ : ↑t), v₁ ∈ t₁ → v₂ ∈ t₂ → (Disjoint v₁ v₂ ↔ t₁ ≠ t₂)
Defined in
Mathlib.Order.SuccPred.Tree
Cited by
1 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.