Theorems · Definition · logic and foundations
FirstOrder.Language.BoundedFormula.IsAtomic.casesOn
∀ {L : FirstOrder.Language} {α : Type u'} {n : ℕ} {motive : (a : L.BoundedFormula α n) → a.IsAtomic → Prop}
{a : L.BoundedFormula α n} (t : a.IsAtomic),
(∀ (t₁ t₂ : L.Term (α ⊕ Fin n)), motive (t₁.bdEqual t₂) ⋯) →
(∀ {l : ℕ} (R : L.Relations l) (ts : Fin l → L.Term (α ⊕ Fin n)), motive (R.boundedFormula ts) ⋯) → motive a t- Defined in
- Mathlib.ModelTheory.Complexity
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
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.
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.BoundedFormulastatement and proof · cited by 207
- FirstOrder.Language.Termstatement and proof · cited by 166
- FirstOrder.Language.Relationsstatement and proof · cited by 147
- FirstOrder.Language.BoundedFormula.IsAtomicstatement and proof · cited by 22
- FirstOrder.Language.Term.bdEqualstatement and proof · cited by 10
- FirstOrder.Language.Relations.boundedFormulastatement and proof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- FirstOrder.Language.BoundedFormula.not_all_isAtomicproof · cited by 1
- FirstOrder.Language.BoundedFormula.not_ex_isAtomicproof · cited by 1