Theorems · Definition
Equiv.sigmaOptionEquivOfSome
{α : Type u_9} → (p : Option α → Type v) → (∀ (a : p none), False) → (x : Option α) × p x ≃ (x : α) × p (some x)A sigma type over an Option is equivalent to the sigma set over the original type,
if the fiber is empty at none.
- Defined in
- Mathlib.Logic.Equiv.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivstatement · cited by 8,337
- Equiv.symmproof · cited by 3,681
- Equiv.transproof · cited by 337
- Equiv.optionIsSomeEquivproof · cited by 3
- Equiv.sigmaCongrLeft'proof · cited by 3
- Equiv.sigmaSubtypeEquivOfSubsetproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- derangements.derangementsOptionEquivSigmaAtMostOneFixedPointproof · cited by 0