Theorems · Definition · logic and foundations
FirstOrder.Language.Formula.iExsUnique
{L : FirstOrder.Language} → {α : Type u'} → (β : Type v') → [Finite β] → L.Formula (α ⊕ β) → L.Formula αiExsUnique f φ transforms a L.Formula (α ⊕ β) into a L.Formula α by existentially
quantifying over all variables Sum.inr _ and asserting that the solution should be unique
- Defined in
- Mathlib.ModelTheory.Syntax
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Finite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finitestatement and proof · cited by 3,029
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Formulastatement and proof · cited by 93
- FirstOrder.Language.Term.equalproof · cited by 14
- FirstOrder.Language.Formula.iExsproof · cited by 8
- FirstOrder.Language.Formula.relabelproof · cited by 7
- FirstOrder.Language.Formula.iAllsproof · cited by 6
- FirstOrder.Language.BoundedFormula.iInfproof · cited by 5
- FirstOrder.Language.Formula.impproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- FirstOrder.Language.Formula.realize_iExsUniquestatement · cited by 1
- FirstOrder.Language.BoundedFormula.realize_iExsUniquestatement and proof · cited by 0