Mathlib Map

Theorems · Theorem · logic and foundations

Set.Definable.image_comp

∀ {M : Type w} {A : Set M} {L : FirstOrder.Language} [inst : L.Structure M] {α : Type u₁} {β : Type u_1}
  {s : Set (β → M)}, A.Definable L s → ∀ (f : α → β) [Finite α] [Finite β], A.Definable L ((fun g => g ∘ f) '' s)

Shows that definability is closed under finite projections.

Defined in
Mathlib.ModelTheory.Definability
Cited by
1 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FirstOrder.Language.StructureFiniteFinite

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites36

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.