Theorems · Definition · combinatorics
SimpleGraph.TripartiteFromTriangles.Rel.recOn
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {t : Finset (α × β × γ)}
{motive : (a a_1 : α ⊕ β ⊕ γ) → SimpleGraph.TripartiteFromTriangles.Rel t a a_1 → Prop} {a a_1 : α ⊕ β ⊕ γ}
(t_1 : SimpleGraph.TripartiteFromTriangles.Rel t a a_1),
(∀ ⦃a : α⦄ ⦃b : β⦄ ⦃c : γ⦄ (a_2 : (a, b, c) ∈ t), motive (Sum3.in₀ a) (Sum3.in₁ b) ⋯) →
(∀ ⦃a : α⦄ ⦃b : β⦄ ⦃c : γ⦄ (a_2 : (a, b, c) ∈ t), motive (Sum3.in₁ b) (Sum3.in₀ a) ⋯) →
(∀ ⦃a : α⦄ ⦃b : β⦄ ⦃c : γ⦄ (a_2 : (a, b, c) ∈ t), motive (Sum3.in₀ a) (Sum3.in₂ c) ⋯) →
(∀ ⦃a : α⦄ ⦃b : β⦄ ⦃c : γ⦄ (a_2 : (a, b, c) ∈ t), motive (Sum3.in₂ c) (Sum3.in₀ a) ⋯) →
(∀ ⦃a : α⦄ ⦃b : β⦄ ⦃c : γ⦄ (a_2 : (a, b, c) ∈ t), motive (Sum3.in₁ b) (Sum3.in₂ c) ⋯) →
(∀ ⦃a : α⦄ ⦃b : β⦄ ⦃c : γ⦄ (a_2 : (a, b, c) ∈ t), motive (Sum3.in₂ c) (Sum3.in₁ b) ⋯) → motive a a_1 t_1- Cited by
- 0 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Sum3.in₀statement and proof · cited by 18
- Sum3.in₁statement and proof · cited by 18
- Sum3.in₂statement and proof · cited by 18
- SimpleGraph.TripartiteFromTriangles.Relstatement and proof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.