∃ (A : Type) (x y : A), x = y : Prop ∃ (x : num), x = 0 : Prop Σ (x : num), x = 10 : Type Σ (A : Type), List A : Type₂