Mathlib Map

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.

Cited by1

Results whose statement or proof uses this declaration.