Theorems · Theorem · logic and foundations
FirstOrder.Language.Term.realize_restrictVarLeft
∀ {L : FirstOrder.Language} {M : Type w} [inst : L.Structure M] {α : Type u'} {β : Type v'} [inst_1 : DecidableEq α]
{γ : Type u_4} {t : L.Term (α ⊕ γ)} {f : ↥t.varFinsetLeft → β} {xs : β ⊕ γ → M} (xs' : α → M),
(∀ (a : ↥t.varFinsetLeft), xs (Sum.inl (f a)) = xs' ↑a) →
FirstOrder.Language.Term.realize xs (t.restrictVarLeft f) =
FirstOrder.Language.Term.realize (Sum.elim xs' (xs ∘ Sum.inr)) t- Defined in
- Mathlib.ModelTheory.Semantics
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement · cited by 13,712
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Termstatement and proof · cited by 166
- FirstOrder.Language.Functionsproof · cited by 153
- Set.inclusionproof · cited by 145
- FirstOrder.Language.Term.realizestatement and proof · cited by 81
- Finset.mem_singleton_selfproof · cited by 44
- FirstOrder.Language.Term.varFinsetLeftstatement and proof · cited by 7
- FirstOrder.Language.Term.restrictVarLeftstatement and proof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- FirstOrder.Language.BoundedFormula.realize_restrictFreeVarproof · cited by 4
- FirstOrder.Language.Term.realize_restrictVarLeft'proof · cited by 0