Theorems · Theorem · logic and foundations
Set.DefinableFun.setOf_eq_const
Deprecated since 2026-07-09Use Set.DefinableFun.ofPred_eq_const instead.
∀ {M : Type u_1} {L : FirstOrder.Language} [inst : L.Structure M] {α : Type u_2} {A : Set M} {f : (α → M) → M},
Set.DefinableFun L A f → ∀ {a : M}, a ∈ A → A.Definable L {v | f v = a}Alias of Set.DefinableFun.ofPred_eq_const.
The preimage of a constant under a definable function is definable.
- Defined in
- Mathlib.ModelTheory.Definability
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Set.ofPredstatement · cited by 6,101
- FirstOrder.Languagestatement · cited by 1,084
- FirstOrder.Language.Structurestatement · cited by 775
- Set.Definablestatement · cited by 39
- Set.DefinableFunstatement · cited by 15
- Set.DefinableFun.ofPred_eq_constproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.