Theorems · Definition
Equiv.subtypeEquivCodomain
{X : Sort u_9} →
{Y : Sort u_10} → [DecidableEq X] → {x : X} → (f : { x' // x' ≠ x } → Y) → { g // g ∘ Subtype.val = f } ≃ YThe type of all functions X → Y with prescribed values for all x' ≠ x
is equivalent to the codomain Y.
- Defined in
- Mathlib.Logic.Equiv.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivstatement · cited by 8,337
- Equiv.transproof · cited by 337
- Equiv.funUniqueproof · cited by 22
- Equiv.subtypePreimageproof · cited by 4
Cited by7
Results whose statement or proof uses this declaration.
- Equiv.subtypeEquivCodomain_symm_apply_eqstatement · cited by 1
- Equiv.subtypeEquivCodomain_symm_apply_nestatement · cited by 1
- MvPolynomial.sum_eval_eq_zeroproof · cited by 1
- Equiv.coe_subtypeEquivCodomainstatement · cited by 0
- Equiv.coe_subtypeEquivCodomain_symmstatement · cited by 0
- Equiv.subtypeEquivCodomain_applystatement · cited by 0
- Equiv.subtypeEquivCodomain_symm_applystatement · cited by 0