Theorems · Theorem · logic and foundations
Set.DefinableFun.ite
∀ {M : Type u_1} {L : FirstOrder.Language} [inst : L.Structure M] {α : Type u_2} {A : Set M} {f : (α → M) → M}
{p : (α → M) → Prop} {g : (α → M) → M} [inst_1 : DecidablePred p],
A.Definable L (Set.ofPred p) →
Set.DefinableFun L A f → Set.DefinableFun L A g → Set.DefinableFun L A fun v => if p v then f v else g v- Defined in
- Mathlib.ModelTheory.Definability
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 58 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.ofPredstatement and proof · cited by 6,101
- Compl.complproof · cited by 2,925
- Set.extproof · cited by 2,266
- FirstOrder.Languagestatement and proof · cited by 1,084
- FirstOrder.Language.Structurestatement and proof · cited by 775
- Set.Definablestatement and proof · cited by 39
- Set.DefinableFunstatement and proof · cited by 15
- Set.Definable.preimage_compproof · cited by 6
- Set.Definable.interproof · cited by 5
- Function.tupleGraphproof · cited by 4
- Set.Definable.complproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.