Theorems · Definition · logic and foundations
Function.Embedding.setValue
{α : Sort u_1} →
{β : Sort u_2} →
(f : α ↪ β) → (a : α) → (b : β) → [(a' : α) → Decidable (a' = a)] → [(a' : α) → Decidable (f a' = b)] → α ↪ βChange the value of an embedding f at one point. If the prescribed image
is already occupied by some f a', then swap the values at these two points.
- Defined in
- Mathlib.Logic.Embedding.Basic
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Function.Embeddingstatement and proof · cited by 988
Cited by8
Results whose statement or proof uses this declaration.
- SimpleGraph.CliqueFree.replaceVertexproof · cited by 3
- Function.Embedding.setValue_eqstatement · cited by 2
- Fin.nonempty_embedding_iffproof · cited by 1
- Function.Embedding.setValue_eq_iffstatement and proof · cited by 1
- Turing.TM1to1.exists_enc_decproof · cited by 0
- Function.Embedding.setValue.congr_simpstatement and proof · cited by 0
- Function.Embedding.setValue_eq_of_nestatement · cited by 0
- Function.Embedding.setValue_right_apply_eqstatement · cited by 0