Theorems · Definition · order theory
RelSeries.append
{α : Type u_1} → {r : SetRel α α} → (p q : RelSeries r) → (p.last, q.head) ∈ r → RelSeries rIf a₀ -r→ a₁ -r→ ... -r→ aₙ and b₀ -r→ b₁ -r→ ... -r→ bₘ are two strict series
such that r aₙ b₀, then there is a chain of length n + m + 1 given by
a₀ -r→ a₁ -r→ ... -r→ aₙ -r→ b₀ -r→ b₁ -r→ ... -r→ bₘ.
- Defined in
- Mathlib.Order.RelSeries
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 52 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SetRelstatement and proof · cited by 581
- RelSeries.lengthproof · cited by 195
- RelSeriesstatement and proof · cited by 129
- RelSeries.laststatement and proof · cited by 114
- RelSeries.toFunproof · cited by 114
- RelSeries.headstatement and proof · cited by 89
- Fin.appendproof · cited by 50
Cited by13
Results whose statement or proof uses this declaration.
- RelSeries.snocproof · cited by 24
- RelSeries.consproof · cited by 18
- RelSeries.last_appendstatement and proof · cited by 3
- RelSeries.toList_appendstatement and proof · cited by 2
- RelSeries.append_apply_leftstatement · cited by 2
- RelSeries.append_toFunstatement and proof · cited by 1
- RelSeries.head_appendstatement · cited by 1
- RelSeries.append_apply_rightstatement · cited by 1
- RelSeries.append_assocstatement and proof · cited by 1
- RelSeries.append_lengthstatement and proof · cited by 1
- RelSeries.append_singleton_leftstatement · cited by 0
- RelSeries.append.congr_simpstatement and proof · cited by 0