Documentation

Projects.Util.Prod

theorem Prod.fst_eq_of_eq_mk {α : Type u_1} {β : Type u_2} {a : α × β} {x : α} {y : β} (h : a = (x, y)) :
x = a.1
theorem Prod.snd_eq_of_eq_mk {α : Type u_1} {β : Type u_2} {a : α × β} {x : α} {y : β} (h : a = (x, y)) :
y = a.2