Mathlib Map

Theorems · Definition · logic and foundations

FirstOrder.Language.Term.restrictVarLeft

{L : FirstOrder.Language} →
  {α : Type u'} →
    {β : Type v'} →
      [inst : DecidableEq α] → {γ : Type u_2} → (t : L.Term (α ⊕ γ)) → (↥t.varFinsetLeft → β) → L.Term (β ⊕ γ)

Restricts a term to use only a set of the given variables on the left side of a sum.

Defined in
Mathlib.ModelTheory.Syntax
Cited by
5 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEq

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.

Cited by5

Results whose statement or proof uses this declaration.