Theorems · Definition · combinatorics
SimpleGraph.TripartiteFromTriangles.Rel.casesOn
∀ {α : 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
- 15 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 by15
Results whose statement or proof uses this declaration.
- SimpleGraph.TripartiteFromTriangles.Graph.in₀₂_iffproof · cited by 1
- SimpleGraph.TripartiteFromTriangles.exists_mem_toTriangleproof · cited by 1
- SimpleGraph.TripartiteFromTriangles.graph_tripleproof · cited by 1
- SimpleGraph.TripartiteFromTriangles.Graph.in₀₁_iffproof · cited by 1
- SimpleGraph.TripartiteFromTriangles.Graph.in₁₂_iffproof · cited by 1
- SimpleGraph.TripartiteFromTriangles.Graph.in₂₀_iffproof · cited by 0
- SimpleGraph.TripartiteFromTriangles.Graph.in₂₀_iff'proof · cited by 0
- SimpleGraph.TripartiteFromTriangles.Graph.in₂₁_iffproof · cited by 0
- SimpleGraph.TripartiteFromTriangles.Graph.in₂₁_iff'proof · cited by 0
- SimpleGraph.TripartiteFromTriangles.Graph.in₀₁_iff'proof · cited by 0
- SimpleGraph.TripartiteFromTriangles.rel_iffproof · cited by 0
- SimpleGraph.TripartiteFromTriangles.Graph.in₀₂_iff'proof · cited by 0