prelude init_quotient /- definit eq as the empty type -/ inductive {u} eq {α : Sort u} (a : α) : α → Sort 0 | refl : ∀ (b : α), eq b init_quotient