Theorems · Theorem · logic and foundations
FirstOrder.Language.BoundedFormula.realize_restrictFreeVar
∀ {L : FirstOrder.Language} {M : Type w} [inst : L.Structure M] {α : Type u'} {β : Type v'} [inst_1 : DecidableEq α]
{n : ℕ} {φ : L.BoundedFormula α n} {f : ↥φ.freeVarFinset → β} {v : β → M} {xs : Fin n → M} (v' : α → M),
(∀ (a : ↥φ.freeVarFinset), v (f a) = v' ↑a) → ((φ.restrictFreeVar f).Realize v xs ↔ φ.Realize v' xs)- Defined in
- Mathlib.ModelTheory.Semantics
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.BoundedFormulastatement and proof · cited by 207
- FirstOrder.Language.Termproof · cited by 166
- FirstOrder.Language.Relationsproof · cited by 147
- Set.inclusionproof · cited by 145
- Fin.snocproof · cited by 113
- FirstOrder.Language.BoundedFormula.Realizestatement and proof · cited by 104
- FirstOrder.Language.Term.realizeproof · cited by 81
- FirstOrder.Language.Structure.RelMapproof · cited by 68
- FirstOrder.Language.BoundedFormula.freeVarFinsetstatement and proof · cited by 9
Cited by4
Results whose statement or proof uses this declaration.
- FirstOrder.Language.ElementaryEmbedding.map_boundedFormulaproof · cited by 2
- FirstOrder.Language.BoundedFormula.realize_restrictFreeVar'proof · cited by 1
- Set.definable_iff_finitely_definableproof · cited by 1