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
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.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Fintypeproof · cited by 7,736
- Set.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.imagestatement and proof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Set.rangeproof · cited by 4,705
- Equiv.symmproof · cited by 3,681
- Finset.univproof · cited by 3,473
- Finitestatement and proof · cited by 3,029
- Compl.complproof · cited by 2,925
Cited by1
Results whose statement or proof uses this declaration.
- FirstOrder.Language.presburger.mul_not_definableproof · cited by 0