Theorems · Theorem · logic and foundations
Set.TermDefinable.comp
∀ {M : Type w} {A : Set M} {L : FirstOrder.Language} [inst : L.Structure M] {α : Type u₁} {β : Type u_1}
{f : (α → M) → M} {g : α → (β → M) → M},
A.TermDefinable L f → (∀ (i : α), A.TermDefinable L (g i)) → A.TermDefinable L fun b => f fun x => g x bA k-ary TermDefinable function composed with k TermDefinable others is TermDefinable.
- Defined in
- Mathlib.ModelTheory.Definability
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 20 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.
- Setstatement and proof · cited by 53,352
- Set.Elemproof · cited by 7,166
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- FirstOrder.Language.Termproof · cited by 166
- FirstOrder.Language.withConstantsproof · cited by 108
- FirstOrder.Language.Term.realizeproof · cited by 81
- Set.TermDefinablestatement and proof · cited by 12
- FirstOrder.Language.Term.substproof · cited by 5
- FirstOrder.Language.Term.realize_substproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Set.TermDefinable₁.compproof · cited by 0
- Set.TermDefinable₁.comp_termDefinableproof · cited by 0